- add update-desktop-database goo

This commit is contained in:
ajacoutot 2007-12-15 20:54:19 +00:00
parent 7e8da18858
commit 07a770f07f
8 changed files with 26 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2007/11/13 17:10:25 steven Exp $
# $OpenBSD: Makefile,v 1.10 2007/12/15 20:54:19 ajacoutot Exp $
COMMENT= image viewer/manager
DISTNAME= pornview-0.2.0pre1
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= graphics
HOMEPAGE= http://pornview.sourceforge.net/
@ -23,12 +23,13 @@ FLAVORS= mplayer
FLAVOR?=
MODULES= devel/gettext
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= gdk_pixbuf.>=2::graphics/gdk-pixbuf
.if ${FLAVOR:L:Mmplayer}
CONFIGURE_ARGS+=--enable-mplayer
RUN_DEPENDS= :mplayer-*:x11/mplayer
RUN_DEPENDS+= :mplayer-*:x11/mplayer
.endif
USE_X11= Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2007/03/31 12:32:35 steven Exp $
@comment $OpenBSD: PLIST,v 1.5 2007/12/15 20:54:19 ajacoutot Exp $
bin/pornview
share/applications/
share/applications/pornview.desktop
@ -9,3 +9,5 @@ share/pixmaps/pornview.png
share/pornview/
share/pornview/scripts/
share/pornview/scripts/helloworld
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2007/11/13 17:10:25 steven Exp $
# $OpenBSD: Makefile,v 1.16 2007/12/15 20:54:19 ajacoutot Exp $
COMMENT= SVG vector drawing application
DISTNAME= sodipodi-0.34
PKGNAME= ${DISTNAME}p8
PKGNAME= ${DISTNAME}p9
CATEGORIES= graphics
HOMEPAGE= http://sodipodi.sourceforge.net/
@ -25,6 +25,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
MODULES= devel/gettext
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
art_lgpl_2.>=5::graphics/libart \
popt.>=0.3::devel/popt \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/24 09:44:08 mbalmer Exp $
@comment $OpenBSD: PLIST,v 1.2 2007/12/15 20:54:19 ajacoutot Exp $
%%SHARED%%
bin/sodipodi
lib/sodipodi/
@ -241,3 +241,5 @@ share/sodipodi/zoom_in.xpm
share/sodipodi/zoom_out.xpm
share/sodipodi/zoom_page.xpm
share/sodipodi/zoom_select.xpm
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.24 2007/11/14 09:43:40 steven Exp $
# $OpenBSD: Makefile,v 1.25 2007/12/15 20:54:19 ajacoutot Exp $
COMMENT= GTK2-based scientific calculator
DISTNAME= galculator-1.3.1
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= math
HOMEPAGE= http://galculator.sourceforge.net/
@ -28,6 +28,7 @@ MODULES= devel/gettext
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/}
EXTRACT_SUFX= .tar.bz2
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= glade-2.0::devel/libglade2
SEPARATE_BUILD= simple

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2007/10/01 20:25:55 naddy Exp $
@comment $OpenBSD: PLIST,v 1.11 2007/12/15 20:54:19 ajacoutot Exp $
bin/galculator
@man man/man1/galculator.1
share/applications/
@ -30,3 +30,5 @@ share/pixmaps/
share/pixmaps/galculator/
share/pixmaps/galculator/galculator.svg
share/pixmaps/galculator/galculator_48x48.png
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2007/11/10 11:15:05 steven Exp $
# $OpenBSD: Makefile,v 1.31 2007/12/15 20:54:19 ajacoutot Exp $
# vax: no IEEE arithmetic
# sparc: fPIC version of libgcc.a needed but not available
@ -8,7 +8,7 @@ COMMENT= high-level language for numerical computations
VERSION= 2.9.14
DISTNAME= octave-${VERSION}
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= math
SHARED_LIBS= cruft 5.0 \
@ -32,7 +32,8 @@ MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
BUILD_DEPENDS= ::devel/desktop-file-utils
RUN_DEPENDS= ::devel/gmake
RUN_DEPENDS= ::devel/gmake \
:desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= fftw3.>=3::math/fftw3 \
lapack.>=3::math/lapack \
blas.>=1::math/blas \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2007/09/23 08:06:59 steven Exp $
@comment $OpenBSD: PLIST,v 1.11 2007/12/15 20:54:19 ajacoutot Exp $
%%SHARED%%
bin/mkoctfile
bin/octave
@ -3234,3 +3234,5 @@ share/octave/site/
share/octave/site/m/
share/octave/site/m/startup/
share/octave/site/m/startup/octaverc
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database