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


Commits:
98591510 by Evangelos Foutras at 2024-11-02T14:31:32+02:00
upgpkg: 0.2.4-5: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfce4-volumed-pulse
        pkgdesc = A volume keys control daemon for Xfce using pulseaudio
        pkgver = 0.2.4
-       pkgrel = 4
+       pkgrel = 5
        url = https://gitlab.xfce.org/apps/xfce4-volumed-pulse
        arch = x86_64
        license = GPL-3.0-only


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-volumed-pulse
 pkgver=0.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A volume keys control daemon for Xfce using pulseaudio"
 arch=('x86_64')
 url="https://gitlab.xfce.org/apps/xfce4-volumed-pulse";
@@ -16,15 +16,16 @@ 
sha256sums=('73d38fcf931c850101f0a772889c196c142a77b10e9647b46ebded70d89fac7e')
 
 prepare() {
   cd $pkgname
-  ./autogen.sh \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-volumed-pulse/-/commit/98591510b4674f165d9cb437c2582f29ef1e03f0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-volumed-pulse/-/commit/98591510b4674f165d9cb437c2582f29ef1e03f0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to