Add a dependency on desktopfileutils, and make sure update-desktop-database

is run after installation.

Submitted by:		Koop Mast <kwm@rainbow-runner.nl>
This commit is contained in:
Joe Marcus Clarke 2004-08-14 18:56:20 +00:00
parent c1be07332f
commit 4dd5a067b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116212
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= galeon2
PORTVERSION= 1.3.17
PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://osdn.dl.sourceforge.net/sourceforge/galeon/
@ -38,7 +39,7 @@ HEADERS_SUFX=
WRKSRC= ${WRKDIR}/${PORTNAME:S/2$//}-${PORTVERSION:S/a$//}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui desktopfileutils
USE_LIBTOOL_VER=15
USE_GMAKE= yes
USE_REINPLACE= yes

View File

@ -10,6 +10,7 @@ lib/galeon/components/libgaleon-xpcom.so
libdata/bonobo/servers/GNOME_Galeon_Automation.server
libdata/bonobo/servers/GNOME_Galeon_NautilusView.server
share/gnome/applications/galeon.desktop
@exec update-desktop-database > /dev/null || /usr/bin/true
share/gnome/galeon/FAQ.html
share/gnome/galeon/about_logo.png
share/gnome/galeon/autoscroll.xpm
@ -228,3 +229,4 @@ share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo
@dirrm lib/galeon
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/galeon/galeon-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/galeon/galeon-es.omf 2>/dev/null || /usr/bin/true
@unexec update-desktop-database > /dev/null || /usr/bin/true