Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
thunar-shares-plugin
Commits:
7fecc520 by Evangelos Foutras at 2024-11-02T14:28:44+02:00
upgpkg: 1:0.3.2-3: ./configure in build()
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = thunar-shares-plugin
pkgdesc = Thunar plugin to quickly share a folder using Samba without
requiring root access
pkgver = 0.3.2
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://docs.xfce.org/xfce/thunar/thunar-shares-plugin
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=thunar-shares-plugin
pkgver=0.3.2
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Thunar plugin to quickly share a folder using Samba without requiring
root access"
arch=('x86_64')
@@ -17,12 +17,12 @@
sha256sums=('11475656f37ef84ea2aa653d7f986dc4c66c906adeece98aef66787862eb33df')
prepare() {
cd $pkgname
- ./autogen.sh \
- --prefix=/usr
+ NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
+ ./configure --prefix=/usr
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-shares-plugin/-/commit/7fecc520404497228da0a4986233866d5d08e46f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-shares-plugin/-/commit/7fecc520404497228da0a4986233866d5d08e46f
You're receiving this email because of your account on gitlab.archlinux.org.