diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-07 14:21:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-07 14:21:36 +0800 |
commit | d0e9332bc49c41fbe3062c67a3dff7e54562f953 (patch) | |
tree | 0e85c7b1f7092310e853be98860af8ee3353d5fb /www/epiphany | |
parent | cd8c6b779b91e7df81886928b299088b3b9160fc (diff) | |
download | marcuscom-ports-d0e9332bc49c41fbe3062c67a3dff7e54562f953.tar.gz marcuscom-ports-d0e9332bc49c41fbe3062c67a3dff7e54562f953.tar.zst marcuscom-ports-d0e9332bc49c41fbe3062c67a3dff7e54562f953.zip |
Use new desktop file handling policy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2629 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index ebf053297..46dee2283 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,6 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 @@ -36,7 +37,7 @@ HEADERS_SUFX= USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 82a243dfa..10c0fd97b 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -57,6 +57,7 @@ libdata/pkgconfig/epiphany-1.4.pc share/gnome/application-registry/epiphany.applications share/gnome/applications/bme.desktop share/gnome/applications/epiphany.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/epiphany/art/epiphany-bookmarks.png share/gnome/epiphany/art/epiphany-download.png share/gnome/epiphany/art/epiphany-entry.png @@ -180,3 +181,4 @@ share/locale/zh_TW/LC_MESSAGES/epiphany.mo @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-es.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-eu.omf 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true |