diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-05-28 23:44:47 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-05-28 23:44:47 +0000 |
commit | d03c7ec7bf37f6da715cfbc8eda225ac0258cd71 (patch) | |
tree | ff4534ae7ebd3a192f5c05769b76454d27aa7418 /x11 | |
parent | a7751e1f344594f0f6b63b3d5deaff87050e8169 (diff) | |
download | ports-d03c7ec7bf37f6da715cfbc8eda225ac0258cd71.tar.gz ports-d03c7ec7bf37f6da715cfbc8eda225ac0258cd71.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-menus/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome-menus/distinfo | 6 | ||||
-rw-r--r-- | x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py | 2 | ||||
-rw-r--r-- | x11/gnome-menus/pkg-plist | 3 |
4 files changed, 9 insertions, 8 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index fc500290adaa..846988745f33 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gnome-menus -PORTVERSION= 2.18.0 -PORTREVISION= 1 +PORTVERSION= 2.18.2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -44,8 +43,7 @@ post-patch: ${WRKSRC}/layout/settings.menu @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/simple-editor/GMenuSimpleEditor/menutreemodel.py post-install: diff --git a/x11/gnome-menus/distinfo b/x11/gnome-menus/distinfo index 752542ac91f2..2dc072b05ea3 100644 --- a/x11/gnome-menus/distinfo +++ b/x11/gnome-menus/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-menus-2.18.0.tar.bz2) = 746f336d4fd427cb2db1691bc53a49d4 -SHA256 (gnome2/gnome-menus-2.18.0.tar.bz2) = f73372cb9f895ae4cee35d56868fcee3e3182aea52f20ce29ffb2aaf86403f1d -SIZE (gnome2/gnome-menus-2.18.0.tar.bz2) = 434900 +MD5 (gnome2/gnome-menus-2.18.2.tar.bz2) = 2d4d15dccda0c1ec4d1d9087756d6375 +SHA256 (gnome2/gnome-menus-2.18.2.tar.bz2) = 17cf58f617acfbbcfa368212f51ac2c6c2ea6c8c318ef32da5b5e45f3676e080 +SIZE (gnome2/gnome-menus-2.18.2.tar.bz2) = 437032 diff --git a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py index 5620119697f0..5272bec03af4 100644 --- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py +++ b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py @@ -14,7 +14,7 @@ data_dirs = os.environ["XDG_DATA_DIRS"] if not data_dirs: - data_dirs = "/usr/local/share/:/usr/share/" -+ data_dirs = "%%X11BASE%%/share/gnome/:%%LOCALBASE%%/share/gnome/:%%X11BASE%%/share/:%%LOCALBASE%%/share/:/usr/share/" ++ data_dirs = "%%LOCALBASE%%/share/gnome/:%%LOCALBASE%%/share/:/usr/share/" for data_dir in data_dirs.split (":"): retval = load_icon_from_path (os.path.join (data_dir, "pixmaps", icon_value)) diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist index c5f6edf41e3c..6aaf768d7018 100644 --- a/x11/gnome-menus/pkg-plist +++ b/x11/gnome-menus/pkg-plist @@ -83,6 +83,7 @@ share/locale/nb/LC_MESSAGES/gnome-menus.mo share/locale/ne/LC_MESSAGES/gnome-menus.mo share/locale/nl/LC_MESSAGES/gnome-menus.mo share/locale/nn/LC_MESSAGES/gnome-menus.mo +share/locale/oc/LC_MESSAGES/gnome-menus.mo share/locale/or/LC_MESSAGES/gnome-menus.mo share/locale/pa/LC_MESSAGES/gnome-menus.mo share/locale/pl/LC_MESSAGES/gnome-menus.mo @@ -122,6 +123,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo @dirrmtry share/locale/te @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/mg/LC_MESSAGES |