aboutsummaryrefslogtreecommitdiffstats
path: root/community/atril/APKBUILD
blob: 70701d9dd0a81880b17df29ac464c4800979dbb7 (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
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=atril
pkgver=1.21.0
pkgrel=1
pkgdesc="A document viewer for MATE"
url="https://github.com/mate-desktop/atril"
arch="all"
license="GPL-2.0-or-later"
depends="mate-icon-theme"
# make check is broken: https://github.com/mate-desktop/atril/issues/167
options="!check"
makedepends="intltool glib-dev gtk+3.0-dev  mate-desktop-dev
	dconf-dev libsm-dev libsecret-dev caja-extensions-dev caja-dev
	poppler-dev tiff-dev itstool libxml2-utils libxml2-dev python2-dev
	webkit2gtk-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"

builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--sysconfdir=/etc \
		--enable-static=no \
		--with-gtk=3.0 \
		--prefix=/usr
	make
}

check() {
	cd "$builddir"
	make check
}

package() {
	cd "$builddir"
	make DESTDIR="${pkgdir}" install
}

sha512sums="fda50646423ddb6243e6da689e5929fb5782aa1279702674f26942e0a110118f98c4021567ab1e190b56cf7b776646cbdfdafd64372c63bde4c896d5f23e82a8  atril-1.21.0.tar.xz"