aboutsummaryrefslogtreecommitdiffstats
path: root/community/evince/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-10-03 21:06:16 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-04 10:20:09 +0200
commitdccac760d7397f8dea6aa172e88d43f7933c019e (patch)
tree1a0436cd9fb36573e011ea8141c6993167fc12f1 /community/evince/APKBUILD
parentba27428bbed3c7fbece62c1855b5b822695a094a (diff)
community/evince: upgrade to 3.34.0
Diffstat (limited to 'community/evince/APKBUILD')
-rw-r--r--community/evince/APKBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/evince/APKBUILD b/community/evince/APKBUILD
index c3215431efc..e315e278b66 100644
--- a/community/evince/APKBUILD
+++ b/community/evince/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer:
+# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=evince
-pkgver=3.32.0
+pkgver=3.34.0
pkgrel=0
pkgdesc="simple document viewer for GTK+"
-url="http://projects.gnome.org/evince/"
+url="https://wiki.gnome.org/Apps/Evince"
arch="all"
license="GPL-2.0-or-later"
depends="adwaita-icon-theme"
@@ -16,10 +16,7 @@ makedepends="$depends_dev intltool itstool gnome-doc-utils
adwaita-icon-theme-dev gnome-common automake autoconf
gtk-doc yelp-tools appstream-glib-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs"
-source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
- CVE-2019-11459.patch
- "
-builddir="${srcdir}/${pkgname}-${pkgver}"
+source="https://download.gnome.org/sources/evince/${pkgver%.*}/evince-$pkgver.tar.xz"
# secfixes:
# 3.32.0-r1:
@@ -28,7 +25,6 @@ builddir="${srcdir}/${pkgname}-${pkgver}"
# - CVE-2017-1000083
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -44,12 +40,10 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
check() {
- cd "$builddir"
make check
}
@@ -65,5 +59,4 @@ doc() {
fi
}
-sha512sums="565298a200d9ae2f6b4cb53c3cba0d0d0e4cfbef60e4145bfb9c82a5682947ceb2371e52c27179cd69a238cd387bcfd744d3c55df814b6347f07781aec3ea658 evince-3.32.0.tar.xz
-ebb8e2e0b2754d4634c99fda7669171e97b583dfbcd383682b70eb36ce816f1bcf1c2cb81b4ffbfac86db891d9f63bd0c2d90ff9ca3838c64a258b6a0002f7c4 CVE-2019-11459.patch"
+sha512sums="41e59cca65003e6abca934f770b0504af13644222e88223b1b713aafd6b3335873422e914775f79182fe45de4d7fda3767cbb41c6088ff47fa8560e97b19bde2 evince-3.34.0.tar.xz"