diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-05 16:30:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-05 16:30:28 +0800 |
commit | 210aaf3f8b95705b034c76b78a9b94f225eeecff (patch) | |
tree | e9fc846bf53325ef67ff04f8e2b5de5f7bb18c63 | |
parent | 46ecf362d26768c8d85feb9258ca434ca9050b16 (diff) | |
download | marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.gz marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.bz2 marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.lz marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.xz marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.zst marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.zip |
Add manual run update-desktop-database in the post-install target and fix up
x11-fm/nautilus2 for desktopfileutils, post-install target and plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3811 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 4 | ||||
-rw-r--r-- | graphics/gpdf/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem-gstreamer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 5 | ||||
-rw-r--r-- | www/epiphany/Makefile | 7 | ||||
-rw-r--r-- | x11-fm/nautilus/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/nautilus/pkg-plist | 2 | ||||
-rw-r--r-- | x11-fm/nautilus2/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/nautilus2/pkg-plist | 2 |
10 files changed, 31 insertions, 7 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 566a5d112..80b83ba78 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.9.7 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.9 @@ -50,4 +51,7 @@ post-patch: @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ ${WRKSRC}/libgames-support/games-server.py +post-install: + @-update-desktop-database + .include <bsd.port.post.mk> diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 566a5d112..80b83ba78 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.9.7 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.9 @@ -50,4 +51,7 @@ post-patch: @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ ${WRKSRC}/libgames-support/games-server.py +post-install: + @-update-desktop-database + .include <bsd.port.post.mk> diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index 825c6c969..fc65ed797 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpdf PORTVERSION= 2.9.3 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9 @@ -27,4 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= gpdf.schemas +post-install: + @-update-desktop-database + .include <bsd.port.mk> diff --git a/multimedia/totem-gstreamer/Makefile b/multimedia/totem-gstreamer/Makefile index 2638dc5b1..28bda1cea 100644 --- a/multimedia/totem-gstreamer/Makefile +++ b/multimedia/totem-gstreamer/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -gstreamer MAINTAINER= gnome@FreeBSD.org diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index ded1af0f3..41ef335de 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -7,7 +7,7 @@ PORTNAME= totem PORTVERSION= 0.101 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} @@ -91,4 +91,7 @@ post-patch: ${WRKSRC}/src/bacon-video-widget-gst.c .endif +post-install: + @-update-desktop-database + .include <bsd.port.post.mk> diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index de02e3643..de72f9f83 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,7 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 @@ -97,7 +97,8 @@ post-configure: > ${WRKDIR}/epiphany post-install: - @${MV} -f ${PREFIX}/bin/epiphany ${PREFIX}/bin/epiphany-bin - ${INSTALL_SCRIPT} ${WRKDIR}/epiphany ${PREFIX}/bin + @${MV} -f ${PREFIX}/bin/epiphany ${PREFIX}/bin/epiphany-bin + ${INSTALL_SCRIPT} ${WRKDIR}/epiphany ${PREFIX}/bin + @-update-desktop-database .include <bsd.port.post.mk> diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index af1d5177d..bacd0c103 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -7,6 +7,7 @@ PORTNAME= nautilus2 PORTVERSION= 2.9.92 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.9 @@ -22,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \ - librsvg2 + librsvg2 desktopfileutils GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 @@ -39,6 +40,7 @@ GCONF_SCHEMAS= apps_nautilus_preferences.schemas post-install: ${MKDIR} ${PREFIX}/lib/nautilus/extensions-1.0 + @-update-desktop-database # @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop .include <bsd.port.mk> diff --git a/x11-fm/nautilus/pkg-plist b/x11-fm/nautilus/pkg-plist index 647e539ba..926374cdc 100644 --- a/x11-fm/nautilus/pkg-plist +++ b/x11-fm/nautilus/pkg-plist @@ -24,6 +24,7 @@ share/gnome/applications/nautilus-folder-handler.desktop share/gnome/applications/nautilus-home.desktop share/gnome/applications/nautilus.desktop share/gnome/applications/network-scheme.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/nautilus/browser.xml share/gnome/nautilus/glade/nautilus-bookmarks-window.glade share/gnome/nautilus/glade/nautilus-file-management-properties.glade @@ -186,3 +187,4 @@ share/locale/zu/LC_MESSAGES/nautilus.mo @exec /bin/mkdir -p %D/lib/nautilus/extensions-1.0 @unexec /bin/rmdir %D/lib/nautilus/extensions-1.0 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/lib/nautilus 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index af1d5177d..bacd0c103 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -7,6 +7,7 @@ PORTNAME= nautilus2 PORTVERSION= 2.9.92 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.9 @@ -22,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \ - librsvg2 + librsvg2 desktopfileutils GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 @@ -39,6 +40,7 @@ GCONF_SCHEMAS= apps_nautilus_preferences.schemas post-install: ${MKDIR} ${PREFIX}/lib/nautilus/extensions-1.0 + @-update-desktop-database # @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop .include <bsd.port.mk> diff --git a/x11-fm/nautilus2/pkg-plist b/x11-fm/nautilus2/pkg-plist index 647e539ba..926374cdc 100644 --- a/x11-fm/nautilus2/pkg-plist +++ b/x11-fm/nautilus2/pkg-plist @@ -24,6 +24,7 @@ share/gnome/applications/nautilus-folder-handler.desktop share/gnome/applications/nautilus-home.desktop share/gnome/applications/nautilus.desktop share/gnome/applications/network-scheme.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/nautilus/browser.xml share/gnome/nautilus/glade/nautilus-bookmarks-window.glade share/gnome/nautilus/glade/nautilus-file-management-properties.glade @@ -186,3 +187,4 @@ share/locale/zu/LC_MESSAGES/nautilus.mo @exec /bin/mkdir -p %D/lib/nautilus/extensions-1.0 @unexec /bin/rmdir %D/lib/nautilus/extensions-1.0 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/lib/nautilus 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true |