Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfdesktop
Commits:
4414cc66 by Evangelos Foutras at 2024-11-02T14:31:57+02:00
upgpkg: 4.18.1-4: ./configure in build()
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -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
groups = xfce4
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=xfdesktop
pkgver=4.18.1
-pkgrel=3
+pkgrel=4
pkgdesc="Xfce's desktop manager"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfdesktop/start"
@@ -17,16 +17,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
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfdesktop/-/commit/4414cc6625a3b53bd2f29484cea7d2ac815ab668
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfdesktop/-/commit/4414cc6625a3b53bd2f29484cea7d2ac815ab668
You're receiving this email because of your account on gitlab.archlinux.org.