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


Commits:
b9f08ce2 by Evangelos Foutras at 2024-11-02T14:31:53+02:00
upgpkg: 1.0.0-3: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfdashboard
        pkgdesc = Maybe a Gnome shell like dashboard for Xfce
        pkgver = 1.0.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://docs.xfce.org/apps/xfdashboard/start
        arch = x86_64
        license = GPL-2.0-or-later


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=xfdashboard
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Maybe a Gnome shell like dashboard for Xfce"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/xfdashboard/start";
@@ -15,13 +15,15 @@ 
sha256sums=('9a5292d4f34db19068c99e696e61b4fc2fd20465e357f82100070e1ec261d10f')
 
 prepare() {
   cd $pkgname
-  ./autogen.sh \
-    --prefix=/usr \
-    --sysconfdir=/etc
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-maintainer-mode
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfdashboard/-/commit/b9f08ce239251e97b2becaeb935b4372cb9f8cc6

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


Reply via email to