Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
libxfce4ui
Commits:
ee8e045e by Robin Candau at 2024-12-19T20:14:23+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 = libxfce4ui
pkgdesc = Widgets library for the Xfce desktop environment
pkgver = 4.20.0
- pkgrel = 1
+ pkgrel = 2
url = https://docs.xfce.org/xfce/libxfce4ui/start
arch = x86_64
license = GPL-2.0-only
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=libxfce4ui
pkgver=4.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="Widgets library for the Xfce desktop environment"
arch=('x86_64')
url="https://docs.xfce.org/xfce/libxfce4ui/start"
@@ -29,6 +29,8 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --enable-x11 \
+ --enable-wayland \
--disable-debug \
--enable-gtk-doc \
--with-vendor-info='Arch Linux' \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4ui/-/commit/ee8e045e2f5962c21aad8eacd14956c888ee3914
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4ui/-/commit/ee8e045e2f5962c21aad8eacd14956c888ee3914
You're receiving this email because of your account on gitlab.archlinux.org.