diff options
| author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-08 16:20:07 +0800 |
|---|---|---|
| committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-08 16:20:07 +0800 |
| commit | 7ebe37b6c0e38bee4ca31b2702b646f264f95f7b (patch) | |
| tree | 2ba8ce00472f37a79200c3a348b327efe6ed79a0 | |
| parent | ddfc0fffc07be525e97ec0f747c19aabc630b2c2 (diff) | |
| download | marcuscom-ports-7ebe37b6c0e38bee4ca31b2702b646f264f95f7b.tar marcuscom-ports-7ebe37b6c0e38bee4ca31b2702b646f264f95f7b.tar.gz marcuscom-ports-7ebe37b6c0e38bee4ca31b2702b646f264f95f7b.tar.bz2 marcuscom-ports-7ebe37b6c0e38bee4ca31b2702b646f264f95f7b.tar.lz marcuscom-ports-7ebe37b6c0e38bee4ca31b2702b646f264f95f7b.tar.xz marcuscom-ports-7ebe37b6c0e38bee4ca31b2702b646f264f95f7b.tar.zst marcuscom-ports-7ebe37b6c0e38bee4ca31b2702b646f264f95f7b.zip | |
Register MIME-TYPES before Mezz points it out.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3581 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | math/gnumeric/Makefile | 3 | ||||
| -rw-r--r-- | math/gnumeric/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index f011f6839..81a180415 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ - libgnomedb libgsf_gnome pygtk2 + libgnomedb libgsf_gnome pygtk2 desktopfileutils USE_PYTHON= yes INSTALLS_OMF= yes USE_REINPLACE= yes @@ -61,6 +61,7 @@ post-patch: @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in post-install: + @-update-desktop-database .for dir in share/gnome lib @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric .endfor diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 3d2262291..bf5a03128 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -107,6 +107,7 @@ lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so lib/gnumeric/%%VERSION%%/plugins/xml_sax/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xml_sax/xml_sax.so libdata/bonobo/servers/GNOME_Gnumeric.server +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/applications/gnumeric.desktop share/gnome/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/.category @@ -830,3 +831,4 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins @dirrm lib/gnumeric/%%VERSION%% @dirrm lib/gnumeric +@unexec update-desktop-database > /dev/null || /usr/bin/true |
