From 1a4e3f32b1db39a0435c02e269915145681b7206 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 15 Dec 2007 22:37:36 +0000 Subject: [PATCH] - add update-desktop-database goo --- databases/sqliteman/Makefile | 7 ++++--- databases/sqliteman/pkg/PLIST | 4 +++- games/wormux/Makefile | 5 +++-- games/wormux/pkg/PLIST | 4 +++- x11/tilda/Makefile | 4 +++- x11/tilda/pkg/PLIST | 4 +++- x11/xscreensaver/Makefile | 5 +++-- x11/xscreensaver/pkg/PLIST | 4 +++- 8 files changed, 25 insertions(+), 12 deletions(-) diff --git a/databases/sqliteman/Makefile b/databases/sqliteman/Makefile index bba6076c07e..ce3559c9972 100644 --- a/databases/sqliteman/Makefile +++ b/databases/sqliteman/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2007/11/13 14:06:21 steven Exp $ +# $OpenBSD: Makefile,v 1.6 2007/12/15 22:37:36 ajacoutot Exp $ COMMENT= gui for sqlite CATEGORIES= databases x11 DISTNAME= sqliteman-0.99-20070509 -PKGNAME= sqliteman-0.99.20070509p0 +PKGNAME= sqliteman-0.99.20070509p1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqliteman/} HOMEPAGE=http://sourceforge.net/projects/sqliteman/ @@ -21,7 +21,8 @@ CONFIGURE_STYLE=cmake SEPARATE_BUILD= simple LIB_DEPENDS= QtCore,QtGui,QtSql::x11/qt4 -RUN_DEPENDS= ::x11/qt4,-sqlite +RUN_DEPENDS= ::x11/qt4,-sqlite \ + :desktop-file-utils-*:devel/desktop-file-utils WANTLIB += ICE SM X11 Xcursor Xext Xi Xinerama Xrandr Xrender iconv WANTLIB += c fontconfig freetype m pthread stdc++ z png glib-2.0 gthread-2.0 diff --git a/databases/sqliteman/pkg/PLIST b/databases/sqliteman/pkg/PLIST index 7557d7ec227..49a95c4da4a 100644 --- a/databases/sqliteman/pkg/PLIST +++ b/databases/sqliteman/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/14 11:43:43 espie Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/15 22:37:36 ajacoutot Exp $ bin/sqliteman share/applications/ share/applications/sqliteman.desktop @@ -46,3 +46,5 @@ share/sqliteman/icons/trigger.png share/sqliteman/icons/view.png share/sqliteman/sqliteman_cs.qm share/sqliteman/sqliteman_pl.qm +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/games/wormux/Makefile b/games/wormux/Makefile index a0ffd76e102..9a8bd2d7f26 100644 --- a/games/wormux/Makefile +++ b/games/wormux/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/15 18:01:03 simon Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/15 22:37:36 ajacoutot Exp $ COMMENT= free software clone of Worms(R) game concept DISTNAME= wormux-0.7.9 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= games HOMEPAGE= http://wormux.org @@ -18,6 +18,7 @@ WANTLIB= SDL X11 Xext c crypto glib-2.0 glibmm-2.4 gobject-2.0 \ MASTER_SITES= http://download.gna.org/wormux/ +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= SDL_gfx::devel/sdl-gfx \ SDL_image::devel/sdl-image \ SDL_mixer::devel/sdl-mixer \ diff --git a/games/wormux/pkg/PLIST b/games/wormux/pkg/PLIST index 4c5f21e4609..97416cf524a 100644 --- a/games/wormux/pkg/PLIST +++ b/games/wormux/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2007/05/22 20:49:01 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.3 2007/12/15 22:37:36 ajacoutot Exp $ bin/wormux @man man/man6/wormux.6 share/applications/ @@ -736,3 +736,5 @@ share/wormux/wormux_128x128.xpm share/wormux/wormux_256x256.png share/wormux/wormux_32x32.png share/wormux/wormux_32x32.xpm +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 4d6f5dc9f94..e657420d57d 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 20:04:25 merdely Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/15 22:37:36 ajacoutot Exp $ COMMENT= drop-down terminal emulator DISTNAME= tilda-0.9.4 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 HOMEPAGE= http://tilda.sourceforge.net/ @@ -21,6 +22,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xft Xi Xinerama \ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilda/} +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= confuse::devel/libconfuse \ vte.>=11::devel/vte diff --git a/x11/tilda/pkg/PLIST b/x11/tilda/pkg/PLIST index 104b668d0f6..1656e129c4c 100644 --- a/x11/tilda/pkg/PLIST +++ b/x11/tilda/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/09 19:10:27 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/15 22:37:36 ajacoutot Exp $ bin/tilda share/applications/ share/applications/tilda.desktop @@ -6,3 +6,5 @@ share/doc/tilda/ share/doc/tilda/README share/pixmaps/ share/pixmaps/tilda.png +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index a90e175c8c4..e5e694ebce9 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.44 2007/11/08 18:10:17 jasper Exp $ +# $OpenBSD: Makefile,v 1.45 2007/12/15 22:37:37 ajacoutot Exp $ COMMENT= screen saver and locker for the X Window System DISTNAME= xscreensaver-5.03 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= x11 HOMEPAGE= http://www.jwz.org/xscreensaver/ @@ -24,6 +24,7 @@ MASTER_SITES= ${HOMEPAGE} MODULES= devel/gettext +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gdk_pixbuf_xlib-2.0,gtk-x11-2.0::x11/gtk+2 \ glade-2.0::devel/libglade2 \ xml2.>=6::textproc/libxml diff --git a/x11/xscreensaver/pkg/PLIST b/x11/xscreensaver/pkg/PLIST index 4703b5f9e01..de6308dc5f6 100644 --- a/x11/xscreensaver/pkg/PLIST +++ b/x11/xscreensaver/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.22 2007/07/18 11:26:30 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.23 2007/12/15 22:37:37 ajacoutot Exp $ @conflict circuit-* @mode 4755 bin/xscreensaver @@ -695,3 +695,5 @@ share/xscreensaver/glade/screensaver-locking.png share/xscreensaver/glade/screensaver-power.png share/xscreensaver/glade/screensaver-snap.png share/xscreensaver/glade/xscreensaver-demo.glade2 +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database