diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-07-15 13:22:04 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-07-15 13:29:39 +0200 |
commit | 8af106b18afc5c632519d2aaf07c69f451aa76e4 (patch) | |
tree | 7527f901fad68b4ec6b3ea83fcbeea0478479218 /community/evince/APKBUILD | |
parent | 02e685d0a8e5a8cc3db2ce21ea6b425280b357ac (diff) | |
download | aports-8af106b18afc5c632519d2aaf07c69f451aa76e4.tar.bz2 aports-8af106b18afc5c632519d2aaf07c69f451aa76e4.tar.xz |
community/evince: include all commits from gnome-3-24 git branch
Upstream doesn't seem to do minor releases and instead simply pushes
security and reliability fixes to the git branch associated with the
latest releases. Therefore it might make sense to build evince directly
from the git repository in the future, however, for now it should be
sufficient to include the patches as git-format(1) patches.
Diffstat (limited to 'community/evince/APKBUILD')
-rw-r--r-- | community/evince/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/evince/APKBUILD b/community/evince/APKBUILD index 664cf8bfe6..6dbf6477d3 100644 --- a/community/evince/APKBUILD +++ b/community/evince/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=evince pkgver=3.24.0 -pkgrel=2 +pkgrel=3 pkgdesc="simple document viewer for GTK+" url="http://projects.gnome.org/evince/" arch="all" @@ -17,7 +17,7 @@ makedepends="$depends_dev intltool itstool gnome-doc-utils gtk-doc yelp-tools" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs" source="http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz - 0001-comics-Remove-support-for-tar-and-tar-like-commands.patch" + gnome-3-24.patch" builddir="${srcdir}/${pkgname}-${pkgver}" # secfixes: @@ -63,4 +63,4 @@ doc() { } sha512sums="b793c44b2976abe58461adfdb0b1874af8d6bafaf9b80a851d94b776f9d50f6a81774bcb5b35cd59a9ad3afeea9a8b88018aa85d670373c7c2fa9617407a09c4 evince-3.24.0.tar.xz -26251ad90271612ee3fadf0c7a7719fdca6ed1b74f2600751eaba97916d2b44969955a9ad9994f1c97cb79757d3d4f7f76354ce3b04b1340d91598a773fbb130 0001-comics-Remove-support-for-tar-and-tar-like-commands.patch" +1517a993d4fb590ca98a819358b1a8fcf92643f00b904538721cc1f5cfb75197277ac09a1fb654bd946b284c6fba53e94e71bdf5f37b230f8c1bc65441d5ad4a gnome-3-24.patch" |