Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
xfdesktop
Commits:
782b7ea4 by Robin Candau at 2024-12-19T20:12:29+01:00
upgpkg: 4.20.0-4: Explicitly add Wayland support
Should already be the case by default, but better be explicit
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = xfdesktop
pkgdesc = Xfce's desktop manager
pkgver = 4.20.0
- pkgrel = 3
+ pkgrel = 4
url = https://docs.xfce.org/xfce/xfdesktop/start
arch = x86_64
groups = xfce4
license = GPL-2.0-or-later
makedepends = git
makedepends = glib2-devel
+ makedepends = gtk-layer-shell
makedepends = intltool
makedepends = libyaml
makedepends = xfce4-dev-tools
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgname=xfdesktop
pkgver=4.20.0
-pkgrel=3
+pkgrel=4
pkgdesc="Xfce's desktop manager"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfdesktop/start"
license=('GPL-2.0-or-later')
groups=('xfce4')
depends=('libxfce4ui' 'libxfce4windowing' 'libwnck3' 'exo' 'thunar' 'garcon'
'hicolor-icon-theme')
-makedepends=('git' 'glib2-devel' 'intltool' 'libyaml' 'xfce4-dev-tools')
+makedepends=('git' 'glib2-devel' 'gtk-layer-shell' 'intltool' 'libyaml'
'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/xfce/xfdesktop.git#tag=$pkgname-$pkgver")
sha256sums=('773b31c89fa822944979379c45724db50c167cd3110736a0cf4f12fb9b230c00')
@@ -26,6 +26,8 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--enable-thunarx \
+ --enable-x11 \
+ --enable-wayland \
--enable-notifications \
--disable-debug \
--enable-maintainer-mode
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfdesktop/-/commit/782b7ea4edd3e49358df88a9e6bdf70d5d42c8a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfdesktop/-/commit/782b7ea4edd3e49358df88a9e6bdf70d5d42c8a7
You're receiving this email because of your account on gitlab.archlinux.org.