Date: Tuesday, April 17, 2012 @ 16:08:15 Author: ibiru Revision: 156381
update to 3.4.1 Modified: file-roller/trunk/PKGBUILD file-roller/trunk/file-roller.install ---------------------+ PKGBUILD | 4 ++-- file-roller.install | 17 ++++------------- 2 files changed, 6 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-17 20:01:02 UTC (rev 156380) +++ PKGBUILD 2012-04-17 20:08:15 UTC (rev 156381) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=file-roller -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="Archive manipulator for GNOME" arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ install=file-roller.install url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('79dfb3bc2e0fb68094180ae1845e4b6c253d5f231e3cf355521193848610c5dc') +sha256sums=('94600d880ce65ab171a174a83519e4911f570fd000c33497b4805100029ebd8b') build() { cd $pkgname-$pkgver Modified: file-roller.install =================================================================== --- file-roller.install 2012-04-17 20:01:02 UTC (rev 156380) +++ file-roller.install 2012-04-17 20:08:15 UTC (rev 156381) @@ -1,22 +1,13 @@ -pkgname=file-roller - 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() { - if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then - usr/sbin/gconfpkg --uninstall ${pkgname} - fi -} - post_upgrade() { - post_install $1 + post_install } - post_remove() { - post_install $1 + post_install }
