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


Commits:
e89d635e by Evangelos Foutras at 2024-11-02T14:30:19+02:00
upgpkg: 1.11.0-3: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-notes-plugin
 pkgver=1.11.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Notes plugin for the Xfce panel"
 arch=('x86_64')
 license=('GPL-2.0-or-later')
@@ -18,15 +18,17 @@ 
sha256sums=('418f90365e069b9318cf3bef21fd16d6121886453d723ff5ba1bb67ef2c537c4')
 
 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 \
+    --enable-maintainer-mode
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-notes-plugin/-/commit/e89d635e27a5595c2b4b3f5ad18b8d6c50c19acd

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


Reply via email to