Date: Thursday, September 6, 2012 @ 11:40:44 Author: giovanni Revision: 166330
upgpkg: xchm 1.21-1 upstream release Modified: xchm/trunk/PKGBUILD xchm/trunk/xchm.install --------------+ PKGBUILD | 6 +++--- xchm.install | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-06 15:38:01 UTC (rev 166329) +++ PKGBUILD 2012-09-06 15:40:44 UTC (rev 166330) @@ -2,8 +2,8 @@ # Maintainer: Giovanni Scafora <[email protected]> pkgname=xchm -pkgver=1.20 -pkgrel=2 +pkgver=1.21 +pkgrel=1 pkgdesc="A cross-platform GUI front-end to chmlib" arch=('i686' 'x86_64') url="http://xchm.sourceforge.net/" @@ -13,7 +13,7 @@ source=("http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz" 'xchm.desktop' 'xchm.xml') -md5sums=('85943645d20af536704a20b58ebd5849' +md5sums=('9bfe439ce94554ebae95d84f7a1db8e7' '31fb9692b9ee9f2a205f58b9ff4bc4fe' '4102b0a393f5c60236143cc034664dd0') Modified: xchm.install =================================================================== --- xchm.install 2012-09-06 15:38:01 UTC (rev 166329) +++ xchm.install 2012-09-06 15:40:44 UTC (rev 166330) @@ -1,5 +1,5 @@ post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor update-desktop-database -q update-mime-database usr/share/mime > /dev/null } @@ -9,7 +9,7 @@ } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor update-desktop-database -q update-mime-database usr/share/mime > /dev/null }
