community/atril: upgrade to 1.20.0

This commit is contained in:
Francesco Colista 2018-03-15 09:42:43 +00:00
parent 6302fbe60f
commit 0b16e50e93

View File

@ -1,13 +1,13 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=atril pkgname=atril
pkgver=1.19.6 pkgver=1.20.0
pkgrel=0 pkgrel=0
pkgdesc="A document viewer for MATE" pkgdesc="A document viewer for MATE"
url="https://github.com/mate-desktop/atril" url="https://github.com/mate-desktop/atril"
arch="all" arch="all"
license="GPL-2.0" license="GPL-2.0"
depends="mate-icon-theme abiword-plugin-epub" depends="mate-icon-theme"
# make check is broken: https://github.com/mate-desktop/atril/issues/167 # make check is broken: https://github.com/mate-desktop/atril/issues/167
options="!check" options="!check"
makedepends="intltool glib-dev gtk+3.0-dev mate-desktop-dev makedepends="intltool glib-dev gtk+3.0-dev mate-desktop-dev
@ -24,7 +24,7 @@ build() {
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
--sysconfdir=/etc \ --sysconfdir=/etc \
--enable-epub \ --enable-static=no \
--with-gtk=3.0 \ --with-gtk=3.0 \
--prefix=/usr --prefix=/usr
make make
@ -40,4 +40,4 @@ package() {
make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install
} }
sha512sums="709aea97bc2110a21fc49d12d8e8b701db23292c960b06e4be27ab92301355334de1be2ff0251a92bd82cf91dc2e7da1483dc06816b086c7f590edf3a4377e17 atril-1.19.6.tar.xz" sha512sums="c81ea0f948ce33bfe962dbcb10be507ede6bb7557096b105f408d356853c8a823f8d95d6e5c6bf1f3b312268c4637e0f726d24bcd4e2100fefd7eb6dd2177baf atril-1.20.0.tar.xz"