Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / xfce4-panel
Commits: ba54bb43 by Robin Candau at 2024-12-19T20:43:48+01:00 upgpkg: 4.20.0-3: Explicitly add Wayland support Should already be the case by default, but better be explicit - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = xfce4-panel pkgdesc = Panel for the Xfce desktop environment pkgver = 4.20.0 - pkgrel = 2 + pkgrel = 3 url = https://docs.xfce.org/xfce/xfce4-panel/start arch = x86_64 groups = xfce4 @@ -14,6 +14,7 @@ pkgbase = xfce4-panel makedepends = xfce4-dev-tools depends = exo depends = garcon + depends = gtk-layer-shell depends = libxfce4ui depends = xfconf depends = libwnck3 ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ pkgname=xfce4-panel pkgver=4.20.0 -pkgrel=2 +pkgrel=3 pkgdesc="Panel for the Xfce desktop environment" arch=('x86_64') url="https://docs.xfce.org/xfce/xfce4-panel/start" license=('LGPL-2.1-only') groups=('xfce4') -depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'libdbusmenu-gtk3' +depends=('exo' 'garcon' 'gtk-layer-shell' 'libxfce4ui' 'xfconf' 'libwnck3' 'libdbusmenu-gtk3' 'libxfce4windowing' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('git' 'glib2-devel' 'intltool' 'gobject-introspection' 'vala' 'xfce4-dev-tools') source=("git+https://gitlab.xfce.org/xfce/xfce4-panel.git#tag=$pkgname-$pkgver") @@ -27,6 +27,8 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --enable-x11 \ + --enable-wayland \ --enable-gio-unix \ --enable-gtk-doc \ --disable-debug \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-panel/-/commit/ba54bb4357f53ae167768623dc45bdee2bc41580 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-panel/-/commit/ba54bb4357f53ae167768623dc45bdee2bc41580 You're receiving this email because of your account on gitlab.archlinux.org.