summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-05-29 23:38:46 -0600
committerBrian Bidulock2016-05-29 23:38:46 -0600
commit3f9cea1539e74150314045e9353a93cace87a665 (patch)
tree4226ed33eeab8c4f92d9f32772ed1ba101b001ec
parentab903464290694b376cccc24b1495111c0766a88 (diff)
downloadaur-3f9cea1539e74150314045e9353a93cace87a665.tar.gz
version 2.32.0-4
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--evince2.install26
3 files changed, 4 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df2224d96761..4951a8e0548e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = evince2
pkgdesc = Simply a document viewer. Gtk2 version.
pkgver = 2.32.0
- pkgrel = 3
+ pkgrel = 4
url = http://projects.gnome.org/evince/
- install = evince2.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 21d18cbfce4b..85856e5ce1bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer : SpepS <dreamspepser at yahoo dot it>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor : SpepS <dreamspepser at yahoo dot it>
# Contributor: Jan de Groot <jgc@archlinux.org>
_p=evince
pkgname=evince2
pkgver=2.32.0
-pkgrel=3
+pkgrel=4
pkgdesc="Simply a document viewer. Gtk2 version."
url="http://projects.gnome.org/evince/"
arch=('i686' 'x86_64')
@@ -13,7 +14,6 @@ depends=('gtk2' 'libspectre>=0.2.6' 'gsfonts' 'poppler-glib>=0.16.2' 'libdjvu>=3
'gnome-icon-theme>=2.31.0' 't1lib' 'desktop-file-utils' 'dconf' 'gconf')
makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'gtk-doc' 'gnome-common')
provides=("$_p=$pkgver")
-install="$pkgname.install"
options=('!libtool')
source=("http://ftp.gnome.org/pub/gnome/sources/$_p/2.32/$_p-$pkgver.tar.bz2"
"update_to_poppler_api.patch"
diff --git a/evince2.install b/evince2.install
deleted file mode 100644
index 807c9fb99df3..000000000000
--- a/evince2.install
+++ /dev/null
@@ -1,26 +0,0 @@
-pkgname=evince2
-
-post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- usr/sbin/gconfpkg --install ${pkgname}
- gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
-}