- add update-desktop-database and gtk-update-icon-cache goo
This commit is contained in:
parent
c98ebd47d0
commit
09b1a95c36
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user