* update thunar-archive-plugin to 0.5.2-3

This commit is contained in:
Alexander Baldeck 2024-12-19 16:23:52 +01:00
parent c9a3a1b8c8
commit 210e98aad3
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = thunar-archive-plugin
pkgdesc = Adds archive operations to the Thunar file context menus
pkgver = 0.5.2
pkgrel = 2
pkgrel = 3
url = https://docs.xfce.org/xfce/thunar/archive
arch = x86_64
arch = powerpc64le

View File

@ -5,7 +5,7 @@
pkgname=thunar-archive-plugin
pkgver=0.5.2
pkgrel=2
pkgrel=3
pkgdesc="Adds archive operations to the Thunar file context menus"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://docs.xfce.org/xfce/thunar/archive"
@ -19,16 +19,17 @@ sha256sums=('147372fe3b114d8abb4549ae054094c4354247c4495c1927b9e6771f6f3bc1e1')
prepare() {
cd $pkgname
./autogen.sh \
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static
}
build() {
cd $pkgname
make
}