Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
garcon


Commits:
05df95b0 by Evangelos Foutras at 2024-11-02T14:28:01+02:00
upgpkg: 4.18.2-3: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = garcon
        pkgdesc = Freedesktop.org compliant menu library
        pkgver = 4.18.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://docs.xfce.org/xfce/garcon/start
        arch = x86_64
        groups = xfce4


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=garcon
 pkgver=4.18.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Freedesktop.org compliant menu library"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/garcon/start";
@@ -17,16 +17,17 @@ 
sha256sums=('488ff7e9631395cdf4a607b606fe87f1e8c6d9c16c465330379447bb28876269')
 
 prepare() {
   cd $pkgname
-  ./autogen.sh \
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var \
     --enable-gtk-doc \
     --disable-debug
-}
-
-build() {
-  cd $pkgname
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/garcon/-/commit/05df95b017dfbf488b905f126b2416ef22ba9a29

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/garcon/-/commit/05df95b017dfbf488b905f126b2416ef22ba9a29
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to