- tweak the way the gtk-update-icon-cache goo is run
gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just to update the icon cache (which only gtk apps can use) is overkill to say the least! As from now, each time icons are installed under %D/share/icons, we try to execute gtk-update-icon-cache and if it is not there, we just ignore the error. What it means is that if you have gtk+2 installed, then it'll run fine and your apps will be able to use the cache. Otherwise, it will silently fails which is fine since it means none of your apps would have been able to take advantage of the cache anyway. discussed with jasper@
This commit is contained in:
parent
66847b8092
commit
973a6fb381
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/04/15 20:43:20 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2008/04/17 08:10:09 ajacoutot Exp $
|
||||
|
||||
COMMENT= Ogg Vorbis and MP3 files tagger
|
||||
|
||||
DISTNAME= tagtool-0.12.3
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://pwp.netcabo.pt/paol/tagtool/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/12/15 18:56:35 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
bin/tagtool
|
||||
share/applications/
|
||||
share/applications/tagtool.desktop
|
||||
@ -49,7 +49,7 @@ share/tagtool/tab_rename.png
|
||||
share/tagtool/tab_tag.png
|
||||
share/tagtool/tagtool.glade
|
||||
share/tagtool/warn.png
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2007/11/10 14:10:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2008/04/17 08:10:09 ajacoutot Exp $
|
||||
|
||||
COMMENT= editor for the GConf configuration system
|
||||
|
||||
GNOME_PROJECT= gconf-editor
|
||||
GNOME_VERSION= 2.20.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/projects/gconf/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2007/11/10 14:10:09 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
bin/gconf-editor
|
||||
@man man/man1/gconf-editor.1
|
||||
share/applications/
|
||||
@ -225,5 +225,5 @@ share/schemas/gconf-editor/gconf-editor.schemas
|
||||
@unexec %D/bin/scrollkeeper-update -q
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2008/02/06 11:00:25 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= small and lightweight IDE
|
||||
|
||||
DISTNAME= geany-0.13
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://geany.uvena.de/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/02/06 11:00:25 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/geany
|
||||
lib/geany/
|
||||
@ -120,5 +120,5 @@ share/pixmaps/
|
||||
share/pixmaps/geany.png
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/05 10:00:40 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= gtk-based git repository viewer
|
||||
CATEGORIES= devel x11
|
||||
DISTNAME= giggle-0.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS+= giggle 0.0 # .0.0
|
||||
|
||||
HOMEPAGE= http://developer.imendio.com/projects/giggle
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/05 10:00:40 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/giggle
|
||||
lib/libgiggle.a
|
||||
@ -31,7 +31,7 @@ share/locale/fr/LC_MESSAGES/giggle.mo
|
||||
share/locale/pl/LC_MESSAGES/giggle.mo
|
||||
share/locale/sv/LC_MESSAGES/giggle.mo
|
||||
share/locale/vi/LC_MESSAGES/giggle.mo
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/12/25 20:26:54 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= simple GTK+ text editor
|
||||
|
||||
DISTNAME= leafpad-0.8.13
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= editors x11
|
||||
|
||||
HOMEPAGE= http://tarot.freeshell.org/leafpad/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/12/25 20:26:54 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
bin/leafpad
|
||||
share/applications/
|
||||
share/applications/leafpad.desktop
|
||||
@ -24,7 +24,7 @@ share/icons/hicolor/scalable/apps/leafpad.svg
|
||||
share/pixmaps/
|
||||
share/pixmaps/leafpad.png
|
||||
share/pixmaps/leafpad.xpm
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.70 2008/02/01 23:33:52 rui Exp $
|
||||
# $OpenBSD: Makefile,v 1.71 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= Civilization clone for X11; multiplayer; game server
|
||||
COMMENT-client= Freeciv client
|
||||
@ -7,7 +7,7 @@ COMMENT-share= shared data files for Freeciv
|
||||
VERSION= 2.1.3
|
||||
DISTNAME= freeciv-${VERSION}
|
||||
PKGNAME-main= freeciv-server-${VERSION}
|
||||
PKGNAME-client= freeciv-client-${VERSION}
|
||||
PKGNAME-client= freeciv-client-${VERSION}p0
|
||||
PKGNAME-share= freeciv-share-${VERSION}
|
||||
CATEGORIES= games
|
||||
HOMEPAGE= http://www.freeciv.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-client,v 1.5 2008/02/01 23:33:52 rui Exp $
|
||||
@comment $OpenBSD: PLIST-client,v 1.6 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
@conflict freeciv-share-<2
|
||||
@pkgpath games/freeciv,-client,gtk2
|
||||
bin/civclient
|
||||
@ -682,7 +682,7 @@ share/icons/hicolor/64x64/apps/freeciv-client.png
|
||||
share/icons/hicolor/64x64/apps/freeciv-server.png
|
||||
share/pixmaps/
|
||||
share/pixmaps/freeciv-client.png
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/02/14 08:58:23 winiger Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= gtk2 comic book viewer
|
||||
|
||||
DISTNAME= comix-3.6.2
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/12/15 20:43:08 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
bin/comix
|
||||
@man man/man1/comix.1
|
||||
share/applications/
|
||||
@ -60,7 +60,7 @@ share/pixmaps/comix/silk-toolbars.png
|
||||
share/pixmaps/comix/silk-transform.png
|
||||
share/pixmaps/comix/silk-view.png
|
||||
share/pixmaps/comix/silk-zoom.png
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2007/12/11 10:08:18 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= document viewer for multiple document formats
|
||||
|
||||
V= 2.20.2
|
||||
DISTNAME= evince-$V
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= graphics print
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/projects/evince/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/12/07 20:00:40 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
bin/evince
|
||||
bin/evince-thumbnailer
|
||||
lib/nautilus/
|
||||
@ -346,5 +346,5 @@ share/schemas/evince/evince.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/evince/*.schemas > /dev/null
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2008/04/11 11:17:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= tool for producing computational artwork
|
||||
DISTNAME= fyre-1.0.1
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://fyre.navi.cx/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/21 14:24:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
bin/fyre
|
||||
share/fyre/
|
||||
share/fyre/about-box.fa
|
||||
@ -13,7 +13,7 @@ share/icons/hicolor/scalable/apps/fyre.svg
|
||||
share/mime/
|
||||
share/mime/packages/
|
||||
share/mime/packages/fyre.xml
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-mime-database %D/share/mime
|
||||
@unexec %D/bin/update-mime-database %D/share/mime
|
||||
|
@ -1,9 +1,10 @@
|
||||
#$OpenBSD: Makefile,v 1.15 2008/01/10 21:33:05 ajacoutot Exp $
|
||||
#$OpenBSD: Makefile,v 1.16 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= Image viewer and browser for GNOME
|
||||
|
||||
GNOME_PROJECT= gthumb
|
||||
GNOME_VERSION= 2.10.8
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
SHARED_LIBS= gthumb 0.0 # .0.0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/01/10 21:33:05 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/gthumb
|
||||
lib/bonobo/
|
||||
@ -216,7 +216,7 @@ share/schemas/gthumb/gthumb.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gthumb/*.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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2008/04/05 11:43:22 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= mail and news client
|
||||
COMMENT-docs= documentation
|
||||
@ -9,7 +9,7 @@ COMMENT-spamassassin= spamassassin plugin
|
||||
|
||||
V= 3.3.1
|
||||
DISTNAME= claws-mail-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
FULLPKGNAME-docs= claws-mail-docs-${V}
|
||||
FULLPKGNAME-bogofilter= claws-mail-bogofilter-${V}
|
||||
FULLPKGNAME-dillo= claws-mail-dillo-${V}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.10 2008/02/13 13:17:26 landry Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.11 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
@pkgpath mail/sylpheed-claws,-main${FLAVOR_STRING}
|
||||
@pkgpath mail/sylpheed-claws${FLAVOR_STRING}
|
||||
bin/claws-mail
|
||||
@ -320,5 +320,5 @@ share/locale/zh_CN/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/claws-mail.mo
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2007/11/21 16:18:15 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= integrated email and PIM software for GNOME
|
||||
|
||||
GNOME_PROJECT= evolution
|
||||
GNOME_VERSION= 2.12.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/projects/evolution/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2007/11/21 16:18:15 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/evolution
|
||||
include/evolution-${R}/
|
||||
@ -1746,7 +1746,7 @@ share/schemas/evolution/evolution-mail.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/evolution/*.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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/12/15 21:13:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= mail notification for freedesktop.org-compliant system trays
|
||||
DISTNAME= mail-notification-4.0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.nongnu.org/mailnotify/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/12/15 21:13:00 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
bin/mail-notification
|
||||
lib/bonobo/
|
||||
lib/bonobo/servers/
|
||||
@ -70,7 +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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/11/02 10:06:01 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= genealogical research and analysis management program system
|
||||
|
||||
DISTNAME= gramps-2.2.8
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= misc x11
|
||||
|
||||
HOMEPAGE= http://www.gramps-project.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/11/02 10:06:01 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 08:10:11 ajacoutot Exp $
|
||||
bin/gramps
|
||||
@man man/man1/gramps.1
|
||||
share/application-registry/
|
||||
@ -1695,7 +1695,7 @@ share/schemas/gramps/gramps.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gramps/*.schemas > /dev/null
|
||||
@exec %D/bin/update-mime-database %D/share/mime
|
||||
@unexec %D/bin/update-mime-database %D/share/mime
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2008/04/15 11:27:54 jakemsr Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
CATEGORIES= multimedia x11 x11/kde
|
||||
COMMENT= video player for KDE
|
||||
@ -6,7 +6,7 @@ COMMENT= video player for KDE
|
||||
HOMEPAGE= http://kaffeine.sourceforge.net/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kaffeine/}
|
||||
DISTNAME= kaffeine-0.8.6
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
SHARED_LIBS += kaffeinepart 0.0 # .0.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/01/24 09:19:28 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/04/17 08:10:11 ajacoutot Exp $
|
||||
bin/kaffeine
|
||||
include/kaffeine/
|
||||
include/kaffeine/kaffeineaudioencoder.h
|
||||
@ -140,7 +140,7 @@ share/mimelnk/application/x-kaffeine.desktop
|
||||
share/services/kaffeineoggvorbis.desktop
|
||||
share/services/xine_part.desktop
|
||||
share/servicetypes/kaffeineaudioencoder.desktop
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2008/04/12 08:19:28 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= multi-protocol instant messaging client
|
||||
|
||||
DISTNAME= pidgin-2.4.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS += jabber 0.0 # .0.0
|
||||
SHARED_LIBS += oscar 0.0 # .0.0
|
||||
SHARED_LIBS += purple 3.1 # .4.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2008/03/24 08:23:22 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2008/04/17 08:10:11 ajacoutot Exp $
|
||||
@conflict gaim-*
|
||||
bin/finch
|
||||
bin/pidgin
|
||||
@ -930,7 +930,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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2008/03/17 18:38:20 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2008/04/17 08:10:10 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= lightweight BitTorrent command line and daemon client
|
||||
COMMENT-gui= lightweight BitTorrent client with graphical interface
|
||||
@ -6,7 +6,7 @@ COMMENT-gui= lightweight BitTorrent client with graphical interface
|
||||
VER= 1.06
|
||||
DISTNAME= transmission-${VER}
|
||||
PKGNAME-main= transmission-${VER}
|
||||
PKGNAME-gui= transmission-gui-${VER}
|
||||
PKGNAME-gui= transmission-gui-${VER}p0
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://www.transmissionbt.com/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-gui,v 1.8 2008/02/17 21:59:32 naddy Exp $
|
||||
@comment $OpenBSD: PLIST-gui,v 1.9 2008/04/17 08:10:11 ajacoutot Exp $
|
||||
bin/transmission
|
||||
@man man/man1/transmission.1
|
||||
share/applications/transmission.desktop
|
||||
@ -40,7 +40,7 @@ share/locale/tr/LC_MESSAGES/transmission.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/transmission.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/transmission.png
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/02/13 09:53:46 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 08:10:11 ajacoutot Exp $
|
||||
bin/roxterm
|
||||
bin/roxterm-config
|
||||
share/applications/roxterm.desktop
|
||||
@ -20,7 +20,7 @@ share/roxterm/Config/Colours/GTK
|
||||
share/roxterm/Config/Shortcuts/
|
||||
share/roxterm/Config/Shortcuts/Default
|
||||
share/roxterm/roxterm-config.glade
|
||||
@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/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
Loading…
Reference in New Issue
Block a user