Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-generic-slider
Commits:
6421044f by Evangelos Foutras at 2024-11-02T14:29:50+02:00
upgpkg: 1.0.0-2: ./configure in build()
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xfce4-generic-slider
pkgdesc = Xfce panel plugin for adjusting the value passed to a command
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://docs.xfce.org/panel-plugins/xfce4-generic-slider/start
arch = x86_64
license = GPL-3.0-only
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=xfce4-generic-slider
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Xfce panel plugin for adjusting the value passed to a command"
arch=('x86_64')
url="https://docs.xfce.org/panel-plugins/xfce4-generic-slider/start"
@@ -14,12 +14,12 @@
sha256sums=('bbf049b1734200ec2fa1ece0a2fb6863ea96a99e4a271a95ff40097091a68229')
prepare() {
cd $pkgname
- ./autogen.sh \
- --prefix=/usr
+ NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
+ ./configure --prefix=/usr
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-generic-slider/-/commit/6421044f60accd2a948098b121b10936472eb8ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-generic-slider/-/commit/6421044f60accd2a948098b121b10936472eb8ae
You're receiving this email because of your account on gitlab.archlinux.org.