Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-settings
Commits:
f1e3e95a by Robin Candau at 2024-12-19T20:51:13+01:00
upgpkg: 4.20.0-2: 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-settings
pkgdesc = Xfce's Configuration System
pkgver = 4.20.0
- pkgrel = 1
+ pkgrel = 2
url = https://docs.xfce.org/xfce/xfce4-settings/start
arch = x86_64
groups = xfce4
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=xfce4-settings
pkgver=4.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="Xfce's Configuration System"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfce4-settings/start"
@@ -42,6 +42,8 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --enable-x11 \
+ --enable-wayland \
--enable-xrandr \
--enable-xcursor \
--enable-libnotify \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-settings/-/commit/f1e3e95ad2c180a577aa948055c8f2087cedbedc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-settings/-/commit/f1e3e95ad2c180a577aa948055c8f2087cedbedc
You're receiving this email because of your account on gitlab.archlinux.org.