summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2017-03-12 16:14:04 +0200
committerGordonGR2017-03-12 16:14:04 +0200
commit024cf810dc5cda65e6488bc78f7fbd2b5399942a (patch)
tree30d797c29848a22e38951ede2363c55deebfd01b
parenta5bcb2b876c00fb70af9798dd214567bad1e85c2 (diff)
downloadaur-024cf810dc5cda65e6488bc78f7fbd2b5399942a.tar.gz
3.22.1-3: Upstream update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb7052ddb32..2723f5cb0407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 2 14:30:40 UTC 2017
+# Sun Mar 12 14:13:42 UTC 2017
pkgbase = evince-no-gnome
pkgdesc = GTK3 document viewer, complete features, no gnome dependencies
pkgver = 3.22.1
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Apps/Evince
arch = i686
arch = x86_64
@@ -26,6 +26,7 @@ pkgbase = evince-no-gnome
depends = libarchive
depends = gst-plugins-base-libs
optdepends = texlive-bin: DVI support
+ optdepends = gvfs: for session saving and bookmarking
provides = evince
conflicts = evince
conflicts = evince-light
diff --git a/PKGBUILD b/PKGBUILD
index e8c959a91fda..5286ddeace22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,15 @@
pkgname=evince-no-gnome
_pkgname=evince
pkgver=3.22.1
-pkgrel=2
+pkgrel=3
pkgdesc="GTK3 document viewer, complete features, no gnome dependencies"
url="https://wiki.gnome.org/Apps/Evince"
arch=('i686' 'x86_64')
license=('GPL')
depends=('dconf' 'gtk3' 'libgxps' 'libspectre' 'poppler-glib' 'djvulibre' 'gsettings-desktop-schemas' 'libarchive' 'gst-plugins-base-libs')
makedepends=('itstool' 'texlive-bin' 'gobject-introspection' 'intltool' 'docbook-xsl' 'python' 'gtk-doc' 'gnome-common')
-optdepends=('texlive-bin: DVI support')
+optdepends=('texlive-bin: DVI support'
+ 'gvfs: for session saving and bookmarking')
provides=("${_pkgname}")
conflicts=("${_pkgname}" "evince-light")
options=('!emptydirs')