Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-dev-tools


Commits:
a619a0da by Evangelos Foutras at 2024-11-02T14:29:27+02:00
upgpkg: 4.18.1-3: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfce4-dev-tools
        pkgdesc = Xfce developer tools
        pkgver = 4.18.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://docs.xfce.org/xfce/xfce4-dev-tools/start
        arch = x86_64
        license = GPL-2.0-or-later


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-dev-tools
 pkgver=4.18.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Xfce developer tools"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/xfce4-dev-tools/start";
@@ -18,14 +18,16 @@ 
sha256sums=('29a978213b54fd02e532ee955513a6775be3652aa192893fe20c9da333843927')
 
 prepare() {
   cd $pkgname
-  ./autogen.sh \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --enable-maintainer-mode
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-dev-tools/-/commit/a619a0da2c39143e3b4134dc5632696c2afccedc

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


Reply via email to