diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 4 | ||||
-rw-r--r-- | net-im/empathy/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 5991f75ff..48fc505bd 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.43 2009/09/23 13:15:56 kwm Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.44 2009/09/23 15:44:49 kwm Exp $ PORTNAME= empathy PORTVERSION= 2.28.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im gnome MASTER_SITES= GNOME diff --git a/net-im/empathy/pkg-plist b/net-im/empathy/pkg-plist index b0e64511a..81f17bd6c 100644 --- a/net-im/empathy/pkg-plist +++ b/net-im/empathy/pkg-plist @@ -375,6 +375,8 @@ share/doc/libempathy/up.png %%DATADIR%%/icons/hicolor/scalable/status/empathy-extended-away.svg %%DATADIR%%/icons/hicolor/scalable/status/empathy-offline.svg %%DATADIR%%/icons/hicolor/scalable/status/empathy-pending.svg +@exec %%LOCALBASE%%/bin/gtk-update-icon-cache -q -t -f %D/%%DATADIR%%/icons/hicolor 2>/dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/gtk-update-icon-cache -q -t -f %D/%%DATADIR%%/icons/hicolor 2>/dev/null || /usr/bin/true %%DATADIR%%/irc-networks.xml share/gnome/help/empathy/C/account-irc.page share/gnome/help/empathy/C/account-jabber.page |