* update xfce4-mpc-plugin to 0.5.3-4

This commit is contained in:
Alexander Baldeck 2024-12-19 15:33:56 +01:00
parent d921bfc60a
commit eef4de3b55
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = xfce4-mpc-plugin
pkgdesc = Control the Music Player Daemon from the Xfce4 panel
pkgver = 0.5.3
pkgrel = 3
pkgrel = 4
url = https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin/start
arch = x86_64
arch = powerpc64le

View File

@ -7,7 +7,7 @@
pkgname=xfce4-mpc-plugin
pkgver=0.5.3
pkgrel=3
pkgrel=4
pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin/start"
@ -20,15 +20,16 @@ sha256sums=('c161e1c227b841359f701a86dfe961abef12c1765bec469759d85dbc4754d7a5')
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
}