- add misc/shared-mime-info to run_depends
This commit is contained in:
parent
064cfdbb31
commit
8641c64b92
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2007/07/29 13:04:19 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2007/09/25 18:29:38 ajacoutot Exp $
|
||||
|
||||
COMMENT= configuration utility for openbox
|
||||
|
||||
DISTNAME= obconf-2.0.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://icculus.org/openbox/index.php/Obconf
|
||||
@ -28,7 +29,8 @@ LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
||||
glade-2.0.>=0.1::devel/libglade2 \
|
||||
startup-notification-1::devel/startup-notification \
|
||||
obparser.>=6,obrender.>=6::x11/openbox
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
|
||||
:shared-mime-info->=0.21:misc/shared-mime-info
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/07/29 13:04:19 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/09/25 18:29:38 ajacoutot Exp $
|
||||
bin/obconf
|
||||
share/applications/
|
||||
share/applications/obconf.desktop
|
||||
@ -10,8 +10,6 @@ share/locale/fr/LC_MESSAGES/obconf.mo
|
||||
share/locale/it/LC_MESSAGES/obconf.mo
|
||||
share/locale/sv/LC_MESSAGES/obconf.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/obconf.mo
|
||||
share/mime/
|
||||
share/mime/packages/
|
||||
share/mime/packages/obconf.xml
|
||||
share/mimelnk/
|
||||
share/mimelnk/application/
|
||||
@ -21,3 +19,5 @@ share/obconf/obconf.glade
|
||||
share/obconf/video-display.png
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@exec %D/bin/update-mime-database %D/share/mime
|
||||
@unexec %D/bin/update-mime-database %D/share/mime
|
||||
|
Loading…
Reference in New Issue
Block a user