Date: Sunday, October 10, 2010 @ 07:12:56 Author: ibiru Revision: 94719
upgpkg: evince 2.32.0-5 add gconf to dependency Modified: evince/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-10 10:10:41 UTC (rev 94718) +++ PKGBUILD 2010-10-10 11:12:56 UTC (rev 94719) @@ -3,12 +3,14 @@ pkgname=evince pkgver=2.32.0 -pkgrel=4 +pkgrel=5 pkgdesc="Simply a document viewer" url="http://projects.gnome.org/evince/" arch=('i686' 'x86_64') license=('GPL') -depends=('libspectre>=0.2.6' 'gsfonts' 'poppler-glib>=0.14.3' 'libdjvu>=3.5.22' 'gnome-icon-theme>=2.31.0' 't1lib' 'libgnome-keyring>=2.32.0' 'desktop-file-utils' 'dconf') +depends=('libspectre>=0.2.6' 'gsfonts' 'poppler-glib>=0.14.3' 'libdjvu>=3.5.22' 'gnome-icon-theme>=2.31.0' 't1lib' 'libgnome-keyring>=2.32.0' 'desktop-file-utils' 'gconf' 'dconf') +## gconf still needed +## https://bugzilla.gnome.org/show_bug.cgi?id=628945 makedepends=('gnome-doc-utils>=0.20.1' 'nautilus>=2.32.0' 'pkgconfig' 'texlive-bin' 'intltool' 'gobject-introspection') optdepends=('texlive-bin: DVI support') replaces=('gpdf')
