aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-menu-editor
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 04:53:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 04:53:48 +0000
commite18151212d3326dbf04797c6d5300fb1211ee875 (patch)
tree1ca56d6a4227efdb653cc8e2b2cbedbbc8de3d88 /deskutils/gnome-menu-editor
parentcc0f3248a2eb77d7e3df88333fd25eb8594223dc (diff)
downloadports-e18151212d3326dbf04797c6d5300fb1211ee875.tar.gz
ports-e18151212d3326dbf04797c6d5300fb1211ee875.zip
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
Notes
Notes: svn path=/head/; revision=147261
Diffstat (limited to 'deskutils/gnome-menu-editor')
-rw-r--r--deskutils/gnome-menu-editor/Makefile13
-rw-r--r--deskutils/gnome-menu-editor/distinfo4
-rw-r--r--deskutils/gnome-menu-editor/files/patch-data_gnome-menu-editor.desktop.in10
3 files changed, 22 insertions, 5 deletions
diff --git a/deskutils/gnome-menu-editor/Makefile b/deskutils/gnome-menu-editor/Makefile
index 2479abefa68a..06f6b645a3dd 100644
--- a/deskutils/gnome-menu-editor/Makefile
+++ b/deskutils/gnome-menu-editor/Makefile
@@ -3,10 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
+# $MCom: ports/deskutils/gnome-menu-editor/Makefile,v 1.8 2005/09/08 18:09:45 marcus Exp $
#
PORTNAME= gnome-menu-editor
-PORTVERSION= 0.1
+PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://manny.cluecoder.org/packages/gnome-menu-editor/
@@ -14,17 +16,22 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Simple menu editor for Gnome
USE_REINPLACE= yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomemenus intlhack
PLIST_FILES= bin/gnome-menu-editor \
+ bin/gmenu-simple-editor \
share/gnome/applications/gnome-menu-editor.desktop
post-patch:
# Make .desktop file valid to desktop-file-validate
@${REINPLACE_CMD} -e 's|OnlyShowIn=GNOME|OnlyShowIn=GNOME;|' \
- ${WRKSRC}/gnome-menu-editor.desktop.in
+ ${WRKSRC}/data/gnome-menu-editor.desktop.in
+
+post-install:
+ ${LN} -sf ${PREFIX}/bin/gnome-menu-editor \
+ ${PREFIX}/bin/gmenu-simple-editor
.include <bsd.port.mk>
diff --git a/deskutils/gnome-menu-editor/distinfo b/deskutils/gnome-menu-editor/distinfo
index cd2df3c167e5..4c0a1fe85902 100644
--- a/deskutils/gnome-menu-editor/distinfo
+++ b/deskutils/gnome-menu-editor/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome-menu-editor-0.1.tar.gz) = 34ee57b0936e7e9757bf4cd2a330dc1e
-SIZE (gnome-menu-editor-0.1.tar.gz) = 344990
+MD5 (gnome-menu-editor-0.5.tar.gz) = a48bfe47851b700bdd5b46fe6980a42d
+SIZE (gnome-menu-editor-0.5.tar.gz) = 428694
diff --git a/deskutils/gnome-menu-editor/files/patch-data_gnome-menu-editor.desktop.in b/deskutils/gnome-menu-editor/files/patch-data_gnome-menu-editor.desktop.in
new file mode 100644
index 000000000000..4ebee9532a07
--- /dev/null
+++ b/deskutils/gnome-menu-editor/files/patch-data_gnome-menu-editor.desktop.in
@@ -0,0 +1,10 @@
+--- data/gnome-menu-editor.desktop.in.orig Thu Sep 8 14:05:52 2005
++++ data/gnome-menu-editor.desktop.in Thu Sep 8 14:06:00 2005
+@@ -4,6 +4,7 @@
+ _Comment=Edit your application menu
+ Exec=gnome-menu-editor
+ StartupNotify=true
++NoDisplay=true
+ Terminal=false
+ Type=Application
+ OnlyShowIn=GNOME