summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-02-10 00:07:39 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-02-10 00:07:39 +0000
commit5b6f8042df9069dc23441d2724f5c1b346eaac71 (patch)
tree2e366c9b0e652af92be04d790b334a10c194cce5
parent- Fix bug where configuration file would not get read (diff)
Add manual to update the mimetype database, it seems like GNOME developers
have removed the auto-update mimetype database for some reason. Maybe, they have forgotten about it or else... Reviewed by: marcus
Notes
Notes: svn path=/head/; revision=128434
-rw-r--r--archivers/file-roller/Makefile5
-rw-r--r--archivers/fileroller/Makefile5
-rw-r--r--devel/bug-buddy/Makefile7
-rw-r--r--devel/bug-buddy/pkg-plist2
-rw-r--r--devel/bugbuddy/Makefile7
-rw-r--r--devel/bugbuddy/pkg-plist2
-rw-r--r--editors/gedit/Makefile4
-rw-r--r--games/gnome-games/Makefile4
-rw-r--r--games/gnomegames2/Makefile4
-rw-r--r--graphics/gpdf/Makefile4
-rw-r--r--print/ggv/Makefile4
-rw-r--r--www/epiphany/Makefile6
12 files changed, 46 insertions, 8 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 4828b0d2784c..96ccbf0cfa53 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fileroller
PORTVERSION= 2.8.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -37,4 +37,7 @@ post-install:
.endfor
.endif
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile
index 4828b0d2784c..96ccbf0cfa53 100644
--- a/archivers/fileroller/Makefile
+++ b/archivers/fileroller/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fileroller
PORTVERSION= 2.8.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -37,4 +37,7 @@ post-install:
.endfor
.endif
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
index e20ffcdaceb0..f06ccc438678 100644
--- a/devel/bug-buddy/Makefile
+++ b/devel/bug-buddy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bugbuddy
PORTVERSION= 2.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/bug-buddy/2.8
@@ -23,7 +23,7 @@ INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=15
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils
GNOME_DESKTOP_VERSION=2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -31,4 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= bug-buddy.1
GCONF_SCHEMAS= bug-buddy.schemas
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist
index 446cef24a643..cd4e2b3e301c 100644
--- a/devel/bug-buddy/pkg-plist
+++ b/devel/bug-buddy/pkg-plist
@@ -2,6 +2,7 @@ bin/bug-buddy
share/gnome/application-registry/bug-buddy.applications
share/gnome/applications/bug-buddy-core.desktop
share/gnome/applications/bug-buddy.desktop
+@exec update-desktop-database > /dev/null || /usr/bin/true
share/gnome/bug-buddy/bug-buddy.glade
share/gnome/bug-buddy/bug-buddy.png
share/gnome/bug-buddy/bugzilla/gnome.bugzilla
@@ -91,3 +92,4 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo
@dirrm share/gnome/bug-buddy/bugzilla/gnome
@dirrm share/gnome/bug-buddy/bugzilla
@dirrm share/gnome/bug-buddy
+@unexec update-desktop-database > /dev/null || /usr/bin/true
diff --git a/devel/bugbuddy/Makefile b/devel/bugbuddy/Makefile
index e20ffcdaceb0..f06ccc438678 100644
--- a/devel/bugbuddy/Makefile
+++ b/devel/bugbuddy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bugbuddy
PORTVERSION= 2.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/bug-buddy/2.8
@@ -23,7 +23,7 @@ INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=15
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils
GNOME_DESKTOP_VERSION=2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -31,4 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= bug-buddy.1
GCONF_SCHEMAS= bug-buddy.schemas
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/devel/bugbuddy/pkg-plist b/devel/bugbuddy/pkg-plist
index 446cef24a643..cd4e2b3e301c 100644
--- a/devel/bugbuddy/pkg-plist
+++ b/devel/bugbuddy/pkg-plist
@@ -2,6 +2,7 @@ bin/bug-buddy
share/gnome/application-registry/bug-buddy.applications
share/gnome/applications/bug-buddy-core.desktop
share/gnome/applications/bug-buddy.desktop
+@exec update-desktop-database > /dev/null || /usr/bin/true
share/gnome/bug-buddy/bug-buddy.glade
share/gnome/bug-buddy/bug-buddy.png
share/gnome/bug-buddy/bugzilla/gnome.bugzilla
@@ -91,3 +92,4 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo
@dirrm share/gnome/bug-buddy/bugzilla/gnome
@dirrm share/gnome/bug-buddy/bugzilla
@dirrm share/gnome/bug-buddy
+@unexec update-desktop-database > /dev/null || /usr/bin/true
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 0c04ee4f7382..835e37e2fe50 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gedit
PORTVERSION= 2.8.2
+PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8
@@ -33,4 +34,7 @@ PLIST_SUB= VERSION="2.8" \
MAN1= gedit.1
GCONF_SCHEMAS= gedit.schemas
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 771097dfc030..66f2e916061b 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomegames2
PORTVERSION= 2.8.2
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-games/2.8
@@ -41,4 +42,7 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile
index 771097dfc030..66f2e916061b 100644
--- a/games/gnomegames2/Makefile
+++ b/games/gnomegames2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomegames2
PORTVERSION= 2.8.2
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-games/2.8
@@ -41,4 +42,7 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile
index aefa42b58dc4..27f483028ba2 100644
--- a/graphics/gpdf/Makefile
+++ b/graphics/gpdf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gpdf
PORTVERSION= 2.8.3
+PORTREVISION= 1
CATEGORIES= graphics print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8
@@ -27,4 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= gpdf.schemas
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 997328f26da3..6fed90e70666 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ggv
PORTVERSION= 2.8.3
+PORTREVISION= 1
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8
@@ -35,4 +36,7 @@ pre-everything::
@${ECHO_MSG} ""
.endif
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index ac530c25b672..f9cd911f8913 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -7,6 +7,7 @@
PORTNAME= epiphany
PORTVERSION= 1.4.7
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
@@ -99,7 +100,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 > /dev/null
.include <bsd.port.post.mk>