Date: Monday, April 23, 2012 @ 16:31:20 Author: ibiru Revision: 157097
update to 3.0 Modified: gthumb/trunk/PKGBUILD gthumb/trunk/gthumb.install ----------------+ PKGBUILD | 4 ++-- gthumb.install | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-23 20:08:09 UTC (rev 157096) +++ PKGBUILD 2012-04-23 20:31:20 UTC (rev 157097) @@ -4,7 +4,7 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=gthumb -pkgver=2.90.3 +pkgver=3.0.0 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" arch=(i686 x86_64) @@ -23,7 +23,7 @@ options=('!libtool' '!emptydirs') install=gthumb.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('6f3f5566e7f903b798d8c9e90423e381e198d620b88d4fdd72492058a4cb7db0') +sha256sums=('5b6116a69897ee9aeba8db3d1ac800e9a62308738367533268acea40519f58b4') build() { cd $pkgname-$pkgver Modified: gthumb.install =================================================================== --- gthumb.install 2012-04-23 20:08:09 UTC (rev 157096) +++ gthumb.install 2012-04-23 20:31:20 UTC (rev 157097) @@ -1,7 +1,7 @@ post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas + glib-compile-schemas /usr/share/glib-2.0/schemas update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } pre_upgrade() {
