Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-sensors-plugin


Commits:
427183de by Evangelos Foutras at 2024-11-02T14:30:55+02:00
upgpkg: 1.4.4-4: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfce4-sensors-plugin
        pkgdesc = Sensors plugin for the Xfce panel
        pkgver = 1.4.4
-       pkgrel = 3
+       pkgrel = 4
        url = https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin/start
        arch = x86_64
        groups = xfce4-goodies


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Sensors plugin for the Xfce panel"
 arch=('x86_64')
 url="https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin/start";
@@ -19,16 +19,17 @@ 
sha256sums=('af044d6d46daf45cc2465216d96860bbc8b533c01833a27843a543157fd69559')
 
 prepare() {
   cd $pkgname
-  ./autogen.sh \
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var \
     --disable-pathchecks \
     --disable-debug
-}
-
-build() {
-  cd $pkgname
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-sensors-plugin/-/commit/427183deffc755b78645587aa711fe9f77ed93d3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-sensors-plugin/-/commit/427183deffc755b78645587aa711fe9f77ed93d3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to