summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dd1c69413f9342b92b1b4a6dadba7a6ae9dfe729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Maintainer: Yann Büchau <nobodyinperson at posteo dot de>
pkgname=thunar-custom-actions
pkgver=0.0.22
pkgrel=1
epoch=
pkgdesc="Additional useful custom actions for the Thunar file manager"
arch=('any')
url="https://gitlab.com/nobodyinperson/thunar-custom-actions"
license=('GPL')
groups=()
depends=(
    python
    python-lxml
	bc
	coreutils
	findutils
	ghostscript
	gnupg
	imagemagick
	m4
	make
	perl
	pinentry
	python
	util-linux
	xdg-utils
	zenity
)
makedepends=(
	gettext
)
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install="$pkgname".install
changelog=
source=(
    "$pkgname-v$pkgver.tar.gz::https://gitlab.com/nobodyinperson/$pkgname/-/archive/make-manpages-optional/$pkgname-make-manpages-optional.tar.gz"
    "https://gitlab.com/nobodyinperson/m4-utils/-/archive/master/m4-utils-master.tar.gz"
)
noextract=()
md5sums=('c6ac9f3ae0b3487eb507d40526d6f52a'
         '52c5538bb2fc8adcd77c655352711f2f')
validpgpkeys=()

prepare() {
	rm -rf "$pkgname-make-manpages-optional"/m4/m4-utils
	mv m4-utils-master/ "$pkgname-make-manpages-optional"/m4/m4-utils
}

build() {
	cd "$pkgname-make-manpages-optional"
	./configure --prefix=/usr PASSWDFILE=/etc/passwd --without-manpages
	make
}

package() {
	cd "$pkgname-make-manpages-optional"
	make DESTDIR="$pkgdir/" install
}