Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-panel


Commits:
6a89c690 by Evangelos Foutras at 2024-11-02T14:30:34+02:00
upgpkg: 4.18.6-3: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfce4-panel
        pkgdesc = Panel for the Xfce desktop environment
        pkgver = 4.18.6
-       pkgrel = 2
+       pkgrel = 3
        url = https://docs.xfce.org/xfce/xfce4-panel/start
        arch = x86_64
        groups = xfce4


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-panel
 pkgver=4.18.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Panel for the Xfce desktop environment"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/xfce4-panel/start";
@@ -18,17 +18,19 @@ 
sha256sums=('591a9c3e4102fb35e2420cb669a9ce6a4941125aa0986aa41315fa5bff3182ef')
 
 prepare() {
   cd $pkgname
-  ./autogen.sh \
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var \
     --enable-gio-unix \
     --enable-gtk-doc \
-    --disable-debug
-}
-
-build() {
-  cd $pkgname
+    --disable-debug \
+    --enable-maintainer-mode
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-panel/-/commit/6a89c6908b259a5fe7f2bbbfc4a3f1295e9fffe0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-panel/-/commit/6a89c6908b259a5fe7f2bbbfc4a3f1295e9fffe0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to