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


Commits:
97949dec by Evangelos Foutras at 2024-11-02T14:29:54+02:00
upgpkg: 4.2.0-4: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfce4-genmon-plugin
        pkgdesc = plugin that monitors customizable programs stdout for the 
Xfce4 panel
        pkgver = 4.2.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/start
        arch = x86_64
        groups = xfce4-goodies


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-genmon-plugin
 pkgver=4.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
 arch=('x86_64')
 license=('LGPL-2.1-only')
@@ -18,15 +18,16 @@ 
sha256sums=('209025af88768d6c206268d9cbe5ac6328bb4d9f187704bcb49251fd91f0d8f9')
 
 prepare() {
   cd $pkgname
-  ./autogen.sh \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --disable-debug
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-genmon-plugin/-/commit/97949dec5f840f9faf9b79e3cde336e6a3bf5261

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-genmon-plugin/-/commit/97949dec5f840f9faf9b79e3cde336e6a3bf5261
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to