diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-04 12:13:25 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-04 12:13:25 +0000 |
commit | 6767b67925c684d7caa0cfc1f648e3cc695be77c (patch) | |
tree | cd8412a171be579ad985941936a67ceae4da69e9 /deskutils | |
parent | 6ee5bd0b77412fdabdf2d8ef03f6c0685fd8647c (diff) | |
download | ports-6767b67925c684d7caa0cfc1f648e3cc695be77c.tar.gz ports-6767b67925c684d7caa0cfc1f648e3cc695be77c.zip |
-Update to 0.6.
-Portlint:
-Remove USE_REINPLACE.
-Add USE_GETTEXT.
Spotted by: portscout
Notes
Notes:
svn path=/head/; revision=158765
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-menu-editor/Makefile | 15 | ||||
-rw-r--r-- | deskutils/gnome-menu-editor/distinfo | 6 | ||||
-rw-r--r-- | deskutils/gnome-menu-editor/pkg-plist | 33 |
3 files changed, 42 insertions, 12 deletions
diff --git a/deskutils/gnome-menu-editor/Makefile b/deskutils/gnome-menu-editor/Makefile index 0f09ed38e675..f60d410a388b 100644 --- a/deskutils/gnome-menu-editor/Makefile +++ b/deskutils/gnome-menu-editor/Makefile @@ -7,23 +7,20 @@ # PORTNAME= gnome-menu-editor -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6 CATEGORIES= deskutils MASTER_SITES= http://manny.cluecoder.org/packages/gnome-menu-editor/ MAINTAINER= gnome@FreeBSD.org COMMENT= Simple menu editor for Gnome -USE_REINPLACE= yes -GNU_CONFIGURE= yes 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 +USE_GETTEXT= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-patch: # Make .desktop file valid to desktop-file-validate diff --git a/deskutils/gnome-menu-editor/distinfo b/deskutils/gnome-menu-editor/distinfo index e6dd6e6dccf3..46e07717ba8f 100644 --- a/deskutils/gnome-menu-editor/distinfo +++ b/deskutils/gnome-menu-editor/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome-menu-editor-0.5.tar.gz) = a48bfe47851b700bdd5b46fe6980a42d -SHA256 (gnome-menu-editor-0.5.tar.gz) = 911fcf1e7f798db0bd06e80538c9fe82a8aff57f052672915a476a0c89c4efb7 -SIZE (gnome-menu-editor-0.5.tar.gz) = 428694 +MD5 (gnome-menu-editor-0.6.tar.gz) = a2fd18182804b5daa09f13cda68b7cb3 +SHA256 (gnome-menu-editor-0.6.tar.gz) = 1bc2389e177624398289e5562f222f51c19667f0c5719f56cbcd7c124f7b07c8 +SIZE (gnome-menu-editor-0.6.tar.gz) = 429606 diff --git a/deskutils/gnome-menu-editor/pkg-plist b/deskutils/gnome-menu-editor/pkg-plist new file mode 100644 index 000000000000..d414b408d7ba --- /dev/null +++ b/deskutils/gnome-menu-editor/pkg-plist @@ -0,0 +1,33 @@ +bin/gmenu-simple-editor +bin/gnome-menu-editor +share/gnome/applications/gnome-menu-editor.desktop +share/locale/bg/LC_MESSAGES/gnome-menu-editor.mo +share/locale/ca/LC_MESSAGES/gnome-menu-editor.mo +share/locale/cs/LC_MESSAGES/gnome-menu-editor.mo +share/locale/de/LC_MESSAGES/gnome-menu-editor.mo +share/locale/el/LC_MESSAGES/gnome-menu-editor.mo +share/locale/en_CA/LC_MESSAGES/gnome-menu-editor.mo +share/locale/en_GB/LC_MESSAGES/gnome-menu-editor.mo +share/locale/es/LC_MESSAGES/gnome-menu-editor.mo +share/locale/et/LC_MESSAGES/gnome-menu-editor.mo +share/locale/fi/LC_MESSAGES/gnome-menu-editor.mo +share/locale/fr/LC_MESSAGES/gnome-menu-editor.mo +share/locale/gl/LC_MESSAGES/gnome-menu-editor.mo +share/locale/he/LC_MESSAGES/gnome-menu-editor.mo +share/locale/hu/LC_MESSAGES/gnome-menu-editor.mo +share/locale/ja/LC_MESSAGES/gnome-menu-editor.mo +share/locale/nb/LC_MESSAGES/gnome-menu-editor.mo +share/locale/ne/LC_MESSAGES/gnome-menu-editor.mo +share/locale/nl/LC_MESSAGES/gnome-menu-editor.mo +share/locale/no/LC_MESSAGES/gnome-menu-editor.mo +share/locale/pa/LC_MESSAGES/gnome-menu-editor.mo +share/locale/pt_BR/LC_MESSAGES/gnome-menu-editor.mo +share/locale/ru/LC_MESSAGES/gnome-menu-editor.mo +share/locale/rw/LC_MESSAGES/gnome-menu-editor.mo +share/locale/sv/LC_MESSAGES/gnome-menu-editor.mo +share/locale/uk/LC_MESSAGES/gnome-menu-editor.mo +share/locale/vi/LC_MESSAGES/gnome-menu-editor.mo +share/locale/zh_CN/LC_MESSAGES/gnome-menu-editor.mo +share/locale/zh_TW/LC_MESSAGES/gnome-menu-editor.mo +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw |