Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfwm4
Commits:
384c73fe by Evangelos Foutras at 2024-11-02T14:32:04+02:00
upgpkg: 4.18.0-4: ./configure in build()
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xfwm4
pkgdesc = Xfce's window manager
pkgver = 4.18.0
- pkgrel = 3
+ pkgrel = 4
url = https://docs.xfce.org/xfce/xfwm4/start
arch = x86_64
groups = xfce4
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=xfwm4
pkgver=4.18.0
-pkgrel=3
+pkgrel=4
pkgdesc="Xfce's window manager"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfwm4/start"
@@ -18,7 +18,12 @@
sha256sums=('a9b2efae4a6ff8a9100b5ca174deb045a3d1787689098802217cda6a8dc20779')
prepare() {
cd $pkgname
- ./autogen.sh \
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -26,11 +31,8 @@ prepare() {
--enable-randr \
--enable-compositor \
--enable-xsync \
- --disable-debug
-}
-
-build() {
- cd $pkgname
+ --disable-debug \
+ --enable-maintainer-mode
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfwm4/-/commit/384c73fed3df9059000287029e92e6e37fd68ef1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfwm4/-/commit/384c73fed3df9059000287029e92e6e37fd68ef1
You're receiving this email because of your account on gitlab.archlinux.org.