Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfmpc
Commits:
c069150e by Evangelos Foutras at 2024-11-02T14:32:00+02:00
upgpkg: 0.3.1-4: ./configure in build()
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xfmpc
pkgdesc = A graphical GTK+ MPD client focusing on low footprint
pkgver = 0.3.1
- pkgrel = 3
+ pkgrel = 4
url = https://docs.xfce.org/apps/xfmpc/start
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=xfmpc
pkgver=0.3.1
-pkgrel=3
+pkgrel=4
pkgdesc='A graphical GTK+ MPD client focusing on low footprint'
arch=('x86_64')
url='https://docs.xfce.org/apps/xfmpc/start'
@@ -16,12 +16,14 @@
sha256sums=('27cd3edefa3299f726d0e11a1dc0a972c9ab75627b99522d1e0c6cede40da808')
prepare() {
cd $pkgname
- ./autogen.sh \
- --prefix=/usr
+ NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
+ ./configure \
+ --prefix=/usr \
+ --enable-maintainer-mode
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfmpc/-/commit/c069150e373bd775301b3bc52a1aca19f55b81b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfmpc/-/commit/c069150e373bd775301b3bc52a1aca19f55b81b5
You're receiving this email because of your account on gitlab.archlinux.org.