Date: Saturday, November 21, 2009 @ 11:31:12 Author: jgc Revision: 59240
upgpkg: gnome-terminal 2.28.1-2 Add libgnome dependency. Without libgnome GConf schemas registered, gnome-terminal will not start (FS#16986) Modified: gnome-terminal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2009-11-21 16:28:15 UTC (rev 59239) +++ PKGBUILD 2009-11-21 16:31:12 UTC (rev 59240) @@ -3,11 +3,11 @@ pkgname=gnome-terminal pkgver=2.28.1 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Terminal Emulator" arch=(i686 x86_64) license=('GPL') -depends=('gconf>=2.28.0' 'vte>=0.22.2' 'startup-notification>=0.10') +depends=('gconf>=2.28.0' 'vte>=0.22.5' 'startup-notification>=0.10' 'libgnome') makedepends=('pkgconfig' 'gnome-doc-utils>=0.18.0' 'intltool') options=('!emptydirs') url="http://www.gnome.org"