Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-weather-plugin
Commits:
a67850c9 by Evangelos Foutras at 2024-11-02T14:31:39+02:00
upgpkg: 0.11.2-3: ./configure in build()
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xfce4-weather-plugin
pkgdesc = A weather plugin for the Xfce4 panel
pkgver = 0.11.2
- pkgrel = 2
+ pkgrel = 3
url = https://docs.xfce.org/panel-plugins/xfce4-weather-plugin/start
arch = x86_64
groups = xfce4-goodies
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=xfce4-weather-plugin
pkgver=0.11.2
-pkgrel=2
+pkgrel=3
pkgdesc="A weather plugin for the Xfce4 panel"
arch=('x86_64')
url="https://docs.xfce.org/panel-plugins/xfce4-weather-plugin/start"
@@ -17,16 +17,18 @@
sha256sums=('47c87d44bfc5ec17861e8ef596317c09f782f170af7f6dd362d2d27c23778eb3')
prepare() {
cd $pkgname
- ./autogen.sh \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-debug \
- --disable-upower
+ NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-debug \
+ --disable-upower \
+ --enable-maintainer-mode
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-weather-plugin/-/commit/a67850c9fc9a665888b8c84e127c45f6f25bed1f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-weather-plugin/-/commit/a67850c9fc9a665888b8c84e127c45f6f25bed1f
You're receiving this email because of your account on gitlab.archlinux.org.