diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-06 00:37:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-06 00:37:38 +0800 |
commit | 372d73e2ea82ceb62efab4fc0ccb023091283d7b (patch) | |
tree | 2c07d8430a3aa498a8afd474dba6a5684eba330e /mail/evolution | |
parent | 2e820a178b29eada1eda1e9eb333d1b8f8d48114 (diff) | |
download | marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.gz marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.zst marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.zip |
Use new desktop file handling scheme.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2623 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 3 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index fdd3a26b1..78f2612cc 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.5.92.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 @@ -23,7 +24,7 @@ USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gal2 \ - gtkhtml3 + gtkhtml3 desktopfileutils USE_REINPLACE= yes USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --enable-nss=yes \ diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index afc46c459..84e335d19 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -303,6 +303,7 @@ libexec/evolution/%%VERSION%%/evolution-addressbook-export libexec/evolution/%%VERSION%%/evolution-alarm-notify libexec/evolution/%%VERSION%%/killev share/gnome/applications/evolution-%%VERSION%%.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/evolution/%%VERSION%%/addresstypes.xml share/gnome/evolution/%%VERSION%%/default/C/mail/local/Inbox share/gnome/evolution/%%VERSION%%/ecps/medbook.ecps @@ -560,3 +561,4 @@ share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo @dirrm include/evolution-%%VERSION%%/camel @dirrm include/evolution-%%VERSION%% @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/evolution/evolution-%%VERSION%%-C.omf 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true |