From 09b1a95c3601a31c1a1db59659c0fe08217ad033 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 15 Dec 2007 21:13:00 +0000 Subject: [PATCH] - add update-desktop-database and gtk-update-icon-cache goo --- mail/mail-notification/Makefile | 7 ++++--- mail/mail-notification/pkg/PLIST | 6 +++++- net/pidgin/Makefile | 6 ++++-- net/pidgin/pkg/PLIST | 6 +++++- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 6346ed55cf8..b00995ed2cd 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2007/11/14 09:43:40 steven Exp $ +# $OpenBSD: Makefile,v 1.15 2007/12/15 21:13:00 ajacoutot Exp $ COMMENT= mail notification for freedesktop.org-compliant system trays DISTNAME= mail-notification-4.0 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= mail HOMEPAGE= http://www.nongnu.org/mailnotify/ @@ -32,7 +32,8 @@ MODULES= devel/gettext BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ :p5-XML-Parser-*:textproc/p5-XML-Parser RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ - :gnome-icon-theme-*:x11/gnome/icon-theme + :gnome-icon-theme-*:x11/gnome/icon-theme \ + :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= notify::devel/libnotify \ eel-2::x11/gnome/eel diff --git a/mail/mail-notification/pkg/PLIST b/mail/mail-notification/pkg/PLIST index 74553af760e..43ef581f5a0 100644 --- a/mail/mail-notification/pkg/PLIST +++ b/mail/mail-notification/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.4 2007/05/20 13:22:31 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.5 2007/12/15 21:13:00 ajacoutot Exp $ bin/mail-notification lib/bonobo/ lib/bonobo/servers/ @@ -70,3 +70,7 @@ share/schemas/mail-notification/mail-notification.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/mail-notification/*.schemas > /dev/null @exec %D/bin/scrollkeeper-update -q @unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/net/pidgin/Makefile b/net/pidgin/Makefile index db5391ab94a..82247179308 100644 --- a/net/pidgin/Makefile +++ b/net/pidgin/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2007/12/09 10:56:31 steven Exp $ +# $OpenBSD: Makefile,v 1.16 2007/12/15 21:13:00 ajacoutot Exp $ SHARED_ONLY= Yes COMMENT= multi-protocol instant messaging client DISTNAME= pidgin-2.3.1 +PKGNAME= ${DISTNAME}p0 SHARED_LIBS += jabber 0.0 # .0.0 SHARED_LIBS += oscar 0.0 # .0.0 SHARED_LIBS += purple 2.1 # .3.1 @@ -34,7 +35,8 @@ MODULES= devel/gettext lang/python BUILD_DEPENDS+= :p5-XML-Parser-*:textproc/p5-XML-Parser RUN_DEPENDS+= :dbus-python-*:x11/dbus-python \ - :py-gtk2-*:x11/py-gtk2 + :py-gtk2-*:x11/py-gtk2 \ + :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS+= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \ startup-notification-1::devel/startup-notification \ silc.>=7,silcclient.>=5::devel/silc-toolkit \ diff --git a/net/pidgin/pkg/PLIST b/net/pidgin/pkg/PLIST index 6f748058c9a..6e064559249 100644 --- a/net/pidgin/pkg/PLIST +++ b/net/pidgin/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.8 2007/11/29 13:58:53 okan Exp $ +@comment $OpenBSD: PLIST,v 1.9 2007/12/15 21:13:00 ajacoutot Exp $ @conflict gaim-* bin/finch bin/pidgin @@ -924,3 +924,7 @@ share/sounds/purple/login.wav share/sounds/purple/logout.wav share/sounds/purple/receive.wav share/sounds/purple/send.wav +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database