Date: Saturday, November 3, 2012 @ 08:56:33 Author: ibiru Revision: 170134
updat eto 3.5.92 to be able to rebuild against libgweather 3.6 Modified: gnome-applets/trunk/PKGBUILD gnome-applets/trunk/gnome-applets.install -----------------------+ PKGBUILD | 6 +++--- gnome-applets.install | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-11-03 12:38:34 UTC (rev 170133) +++ PKGBUILD 2012-11-03 12:56:33 UTC (rev 170134) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-applets -pkgver=3.4.1 -pkgrel=2 +pkgver=3.5.92 +pkgrel=1 pkgdesc="GNOME Applets" arch=(i686 x86_64) license=('GPL') @@ -13,7 +13,7 @@ url="http://www.gnome.org" install=gnome-applets.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('ec5487eb81fb29851b6336de94a329f5623e73830d61022e0e20fe3d038a415e') +sha256sums=('f6178cb702a39a4103fcb97e9a266bf6d05f05ac5064818f119c023d76170e83') build() { cd "$pkgname-$pkgver" Modified: gnome-applets.install =================================================================== --- gnome-applets.install 2012-11-03 12:38:34 UTC (rev 170133) +++ gnome-applets.install 2012-11-03 12:56:33 UTC (rev 170134) @@ -1,7 +1,8 @@ pkgname=gnome-applets post_install() { - usr/sbin/gconfpkg --install ${pkgname} + gconfpkg --install ${pkgname} + glib-compile-schemas /usr/share/glib-2.0/schemas gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } @@ -14,9 +15,10 @@ } pre_remove() { - usr/sbin/gconfpkg --uninstall ${pkgname} + gconfpkg --uninstall ${pkgname} } post_remove() { + glib-compile-schemas /usr/share/glib-2.0/schemas gtk-update-icon-cache -q -t -f usr/share/icons/hicolor }
