Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-pulseaudio-plugin
Commits:
4f396209 by Evangelos Foutras at 2024-11-02T14:30:44+02:00
upgpkg: 0.4.8-3: ./configure in build()
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xfce4-pulseaudio-plugin
pkgdesc = Pulseaudio plugin for the Xfce4 panel
pkgver = 0.4.8
- pkgrel = 2
+ pkgrel = 3
url = https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start
arch = x86_64
groups = xfce4-goodies
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=xfce4-pulseaudio-plugin
pkgver=0.4.8
-pkgrel=2
+pkgrel=3
pkgdesc="Pulseaudio plugin for the Xfce4 panel"
arch=('x86_64')
url="https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start"
@@ -21,15 +21,17 @@
sha256sums=('08a9d32358358ce03ae8e6d3d6496736931e666bda32705fef8ffda17ce09380')
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 \
+ --enable-maintainer-mode
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-pulseaudio-plugin/-/commit/4f39620968f4a773a3ed3a6642cac13f334d3d87
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-pulseaudio-plugin/-/commit/4f39620968f4a773a3ed3a6642cac13f334d3d87
You're receiving this email because of your account on gitlab.archlinux.org.