* update xfdesktop to 4.18.1-4

This commit is contained in:
Alexander Baldeck 2024-12-19 16:23:53 +01:00
parent aa48ae06e5
commit c1c73c814f
2 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = xfdesktop
pkgdesc = Xfce's desktop manager
pkgver = 4.18.1
pkgrel = 3
pkgrel = 4
url = https://docs.xfce.org/xfce/xfdesktop/start
arch = x86_64
arch = powerpc64le

View File

@ -5,7 +5,7 @@
pkgname=xfdesktop
pkgver=4.18.1
pkgrel=3
pkgrel=4
pkgdesc="Xfce's desktop manager"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://docs.xfce.org/xfce/xfdesktop/start"
@ -18,16 +18,18 @@ sha256sums=('a67cae83863dc61fa994282fdf84f42abbcf2d727d41ae67f5bcb5282beeb516')
prepare() {
cd $pkgname
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--enable-thunarx \
--enable-notifications \
--disable-debug
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-thunarx \
--enable-notifications \
--disable-debug \
--enable-maintainer-mode
make
}