- add update-desktop-database goo
This commit is contained in:
parent
5bd48a7ff2
commit
1a4e3f32b1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user