[arch-commits] Commit in empathy/trunk (PKGBUILD empathy.install)
Jan de Groot
jgc at archlinux.org
Sat Oct 11 21:10:39 UTC 2008
Date: Saturday, October 11, 2008 @ 17:10:39
Author: jgc
Revision: 14980
upgpkg: empathy 2.24.0-1
Fix install scriptlet, add to gnome-extra
Modified:
empathy/trunk/PKGBUILD
empathy/trunk/empathy.install
-----------------+
PKGBUILD | 1 +
empathy.install | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-11 21:05:42 UTC (rev 14979)
+++ PKGBUILD 2008-10-11 21:10:39 UTC (rev 14980)
@@ -21,6 +21,7 @@
'telepathy-sofiasip: SIP'
'telepathy-haze: libpurple')
options=(!libtool !emptydirs)
+groups=('gnome-extra')
install=empathy.install
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
md5sums=('89e6dc430ad198c8044f261645d8bc6c')
Modified: empathy.install
===================================================================
--- empathy.install 2008-10-11 21:05:42 UTC (rev 14979)
+++ empathy.install 2008-10-11 21:10:39 UTC (rev 14980)
@@ -2,7 +2,7 @@
post_install() {
usr/sbin/gconfpkg --install ${pkgname}
- gtk-icon-update -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
pre_upgrade() {
@@ -18,5 +18,5 @@
}
post_remove() {
- gtk-icon-update -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
More information about the arch-commits
mailing list