Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
thunar-media-tags-plugin


Commits:
fb69d144 by Evangelos Foutras at 2024-11-02T14:28:39+02:00
upgpkg: 0.4.0-4: ./configure in build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = thunar-media-tags-plugin
        pkgdesc = Adds special features for media files to the Thunar File 
Manager
        pkgver = 0.4.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://docs.xfce.org/xfce/thunar/media-tags
        arch = x86_64
        groups = xfce4-goodies


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=thunar-media-tags-plugin
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Adds special features for media files to the Thunar File Manager"
 arch=('x86_64')
 license=('GPL-2.0-or-later')
@@ -17,15 +17,16 @@ 
sha256sums=('9ee0e933ecdbb6a3c0b49fd5bef354133d8b331f5cf682db1e174d9b32b624ed')
 
 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
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-media-tags-plugin/-/commit/fb69d1447cc89c3b1c3e9156e270ce0112a9df21

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-media-tags-plugin/-/commit/fb69d1447cc89c3b1c3e9156e270ce0112a9df21
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to