summaryrefslogtreecommitdiffstats
path: root/x11/gnome-menus
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
commit2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch)
treea95d6ef7b169e6753fca6a89006355f69851345e /x11/gnome-menus
parent97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff)
downloadmarcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-menus')
-rw-r--r--x11/gnome-menus/Makefile49
-rw-r--r--x11/gnome-menus/distinfo3
-rw-r--r--x11/gnome-menus/files/KDE.directory5
-rw-r--r--x11/gnome-menus/files/patch-Makefile.in11
-rw-r--r--x11/gnome-menus/files/patch-layout::applications.menu357
-rw-r--r--x11/gnome-menus/files/patch-layout::preferences.menu41
-rw-r--r--x11/gnome-menus/files/patch-layout::settings.menu22
-rw-r--r--x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py20
-rw-r--r--x11/gnome-menus/pkg-descr14
-rw-r--r--x11/gnome-menus/pkg-plist124
10 files changed, 0 insertions, 646 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile
deleted file mode 100644
index 0ff83a8ed..000000000
--- a/x11/gnome-menus/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: gnome-menus
-# Date created: 30 November 2004
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11/gnome-menus/Makefile,v 1.28 2006/04/13 07:52:39 bland Exp $
-#
-
-PORTNAME= gnome-menus
-PORTVERSION= 2.14.0
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Implementation of the FreeDesktop Desktop Menu Spec
-
-USE_GETTEXT= yes
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomevfs2 ltverhack
-USE_AUTOTOOLS= libtool:15
-USE_PYTHON= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM)
-USE_FAM= yes
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/share/gnome|${X11BASE}/share/gnome|g' \
- ${WRKSRC}/layout/applications.menu \
- ${WRKSRC}/layout/settings.menu
- @${SED} -e 's|/usr/local|${LOCALBASE}|g' \
- < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory
- @${REINPLACE_CMD} -e s'|%%X11BASE%%|${X11BASE}|g' \
- ${WRKSRC}/simple-editor/GMenuSimpleEditor/menutreemodel.py
-
-post-install:
- @${MKDIR} ${PREFIX}/share/gnome/desktop-directories
- @${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/desktop-directories
-
-.include <bsd.port.post.mk>
diff --git a/x11/gnome-menus/distinfo b/x11/gnome-menus/distinfo
deleted file mode 100644
index 49becc359..000000000
--- a/x11/gnome-menus/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gnome-menus-2.14.0.tar.bz2) = 7aa0c08fc8b9caabb4be46e1cfb595fc
-SHA256 (gnome2/gnome-menus-2.14.0.tar.bz2) = 07985a597e825cab86e3b0a46d6bdc89f2545dd57ee4cf5ea781ab4f37cd60a3
-SIZE (gnome2/gnome-menus-2.14.0.tar.bz2) = 408473
diff --git a/x11/gnome-menus/files/KDE.directory b/x11/gnome-menus/files/KDE.directory
deleted file mode 100644
index d8cacb750..000000000
--- a/x11/gnome-menus/files/KDE.directory
+++ /dev/null
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Name=KDE
-Comment=Some comment about KDE menu
-Icon=/usr/local/share/icons/default.kde/48x48/apps/kmenu.png
-Type=Directory
diff --git a/x11/gnome-menus/files/patch-Makefile.in b/x11/gnome-menus/files/patch-Makefile.in
deleted file mode 100644
index 995bf4c2e..000000000
--- a/x11/gnome-menus/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Apr 13 08:59:30 2006
-+++ Makefile.in Thu Apr 13 08:59:38 2006
-@@ -205,7 +205,7 @@
- target_alias = @target_alias@
- NULL =
-
--@HAVE_PYTHON_TRUE@PYTHON_SUBDIRS = python simple-editor
-+@HAVE_PYTHON_TRUE@PYTHON_SUBDIRS = python
-
- ALL_SUBDIRS = \
- po \
diff --git a/x11/gnome-menus/files/patch-layout::applications.menu b/x11/gnome-menus/files/patch-layout::applications.menu
deleted file mode 100644
index a3644747b..000000000
--- a/x11/gnome-menus/files/patch-layout::applications.menu
+++ /dev/null
@@ -1,357 +0,0 @@
---- layout/applications.menu.orig Wed Mar 9 11:49:53 2005
-+++ layout/applications.menu Fri Mar 25 11:45:09 2005
-@@ -6,24 +6,26 @@
- <Name>Applications</Name>
- <Directory>Applications.directory</Directory>
-
-- <!-- Scan legacy dirs first, as later items take priority -->
-- <KDELegacyDirs/>
-- <LegacyDir>/etc/X11/applnk</LegacyDir>
-+ <!-- Scan legacy dirs first, as later items take priority
-+ <LegacyDir>/etc/X11/applnk</LegacyDir> -->
- <LegacyDir>/usr/share/gnome/apps</LegacyDir>
-
- <!-- Read standard .directory and .desktop file locations -->
- <DefaultAppDirs/>
- <DefaultDirectoryDirs/>
-
-- <!-- Read in overrides and child menus from applications-merged/ -->
-- <DefaultMergeDirs/>
--
- <!-- Accessories submenu -->
- <Menu>
- <Name>Accessories</Name>
- <Directory>Accessories.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Utility</Category>
- <Not>
- <Category>System</Category>
-@@ -38,6 +40,12 @@
- <Directory>Accessibility.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Accessibility</Category>
- <Not>
- <Category>Settings</Category>
-@@ -52,6 +60,12 @@
- <Directory>Development.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Development</Category>
- </And>
- <Filename>emacs.desktop</Filename>
-@@ -64,6 +78,12 @@
- <Directory>Edutainment.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Education</Category>
- </And>
- </Include>
-@@ -75,6 +95,12 @@
- <Directory>Games.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Game</Category>
- </And>
- </Include>
-@@ -86,6 +112,12 @@
- <Directory>Graphics.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Graphics</Category>
- </And>
- </Include>
-@@ -97,6 +129,12 @@
- <Directory>Internet.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Network</Category>
- </And>
- </Include>
-@@ -108,6 +146,12 @@
- <Directory>Multimedia.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>AudioVideo</Category>
- </And>
- </Include>
-@@ -119,6 +163,12 @@
- <Directory>Office.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Office</Category>
- </And>
- </Include>
-@@ -130,6 +180,12 @@
- <Directory>System-Tools.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>System</Category>
- <Not><Category>Settings</Category></Not>
- </And>
-@@ -143,11 +199,204 @@
- <OnlyUnallocated/>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Application</Category>
- <Not><Category>Core</Category></Not>
- <Not><Category>Settings</Category></Not>
- </And>
- </Include>
- </Menu> <!-- End Other -->
-+
-+ <!-- Read in overrides and child menus from applications-merged/ -->
-+ <DefaultMergeDirs/>
-+
-+ <!-- KDE -->
-+ <Menu>
-+ <KDELegacyDirs/>
-+ <Name>KDE</Name>
-+ <Directory>KDE.directory</Directory>
-+
-+ <!-- KAccessories submenu -->
-+ <Menu>
-+ <Name>Accessories</Name>
-+ <Directory>Accessories.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>Utility</Category>
-+ <Not>
-+ <Category>System</Category>
-+ </Not>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KAccessories -->
-+
-+ <!-- KAccessibility submenu -->
-+ <Menu>
-+ <Name>Accessibility</Name>
-+ <Directory>Accessibility.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>Accessibility</Category>
-+ <Not>
-+ <Category>Settings</Category>
-+ </Not>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KAccessibility -->
-+
-+ <!-- KDevelopment Tools -->
-+ <Menu>
-+ <Name>Development</Name>
-+ <Directory>Development.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>Development</Category>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KDevelopment Tools -->
-+
-+ <!-- KEdutainment -->
-+ <Menu>
-+ <Name>Edutainment</Name>
-+ <Directory>Edutainment.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>Education</Category>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KEdutainment -->
-+
-+ <!-- KGames -->
-+ <Menu>
-+ <Name>Games</Name>
-+ <Directory>Games.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>Game</Category>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KGames -->
-+
-+ <!-- KGraphics -->
-+ <Menu>
-+ <Name>Graphics</Name>
-+ <Directory>Graphics.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>Graphics</Category>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KGraphics -->
-+
-+ <!-- KInternet -->
-+ <Menu>
-+ <Name>Internet</Name>
-+ <Directory>Internet.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>Network</Category>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KInternet -->
-+
-+ <!-- KMultimedia -->
-+ <Menu>
-+ <Name>Multimedia</Name>
-+ <Directory>Multimedia.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>AudioVideo</Category>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KMultimedia -->
-+
-+ <!-- KOffice -->
-+ <Menu>
-+ <Name>Office</Name>
-+ <Directory>Office.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Or>
-+ <Category>Office</Category>
-+ </Or>
-+ </And>
-+ </Include>
-+ </Menu><!-- End KOffice -->
-+
-+ <!-- KSystem Tools-->
-+ <Menu>
-+ <Name>System</Name>
-+ <Directory>System-Tools.directory</Directory>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>System</Category>
-+ <Not><Category>Settings</Category></Not>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KSystem Tools -->
-+
-+ <!-- KOther -->
-+ <Menu>
-+ <Name>Other</Name>
-+ <Directory>Other.directory</Directory>
-+ <OnlyUnallocated/>
-+ <Include>
-+ <And>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ <Category>Application</Category>
-+ <Not><Category>Core</Category></Not>
-+ <Not><Category>Settings</Category></Not>
-+ </And>
-+ </Include>
-+ </Menu> <!-- End KOther -->
-+ </Menu> <!-- KDE -->
-
- </Menu> <!-- End Applications -->
diff --git a/x11/gnome-menus/files/patch-layout::preferences.menu b/x11/gnome-menus/files/patch-layout::preferences.menu
deleted file mode 100644
index fef1dc0dc..000000000
--- a/x11/gnome-menus/files/patch-layout::preferences.menu
+++ /dev/null
@@ -1,41 +0,0 @@
---- layout/preferences.menu.orig Sat Dec 11 07:58:50 2004
-+++ layout/preferences.menu Tue Mar 1 01:28:57 2005
-@@ -9,12 +9,15 @@
- <DefaultAppDirs/>
- <DefaultDirectoryDirs/>
-
-- <!-- Read in overrides and child menus from preferences-merged/ -->
-- <DefaultMergeDirs/>
--
- <!-- Stuff in the toplevel -->
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Settings</Category>
- <Not>
- <Or>
-@@ -36,10 +39,19 @@
- <Directory>Settings-Accessibility.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Settings</Category>
- <Category>Accessibility</Category>
- </And>
- </Include>
- </Menu>
-+
-+ <!-- Read in overrides and child menus from preferences-merged/ -->
-+ <DefaultMergeDirs/>
-
- </Menu> <!-- End Prefs -->
diff --git a/x11/gnome-menus/files/patch-layout::settings.menu b/x11/gnome-menus/files/patch-layout::settings.menu
deleted file mode 100644
index 115f03ce7..000000000
--- a/x11/gnome-menus/files/patch-layout::settings.menu
+++ /dev/null
@@ -1,22 +0,0 @@
---- layout/settings.menu.orig Thu Apr 14 17:36:13 2005
-+++ layout/settings.menu Tue May 17 18:42:56 2005
-@@ -25,10 +25,19 @@
- <Directory>System-Settings.directory</Directory>
- <Include>
- <And>
-+ <Not>
-+ <Or>
-+ <Category>Qt</Category>
-+ <Category>KDE</Category>
-+ </Or>
-+ </Not>
- <Category>Settings</Category>
- <Category>System</Category>
- </And>
- </Include>
- </Menu> <!-- End System Settings -->
-+
-+ <!-- Read in overrides and child menus from settings-merged/ -->
-+ <DefaultMergeDirs/>
-
- </Menu> <!-- End Applications -->
diff --git a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py
deleted file mode 100644
index 2306f0609..000000000
--- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- simple-editor/GMenuSimpleEditor/menutreemodel.py.orig Mon Apr 11 05:36:04 2005
-+++ simple-editor/GMenuSimpleEditor/menutreemodel.py Tue Sep 6 11:04:46 2005
-@@ -29,7 +29,7 @@
- if os.environ.has_key ("XDG_CONFIG_DIRS"):
- conf_dirs = os.environ["XDG_CONFIG_DIRS"]
- if not conf_dirs:
-- conf_dirs = "/etc/xdg"
-+ conf_dirs = "%%X11BASE%%/etc/xdg"
-
- for conf_dir in conf_dirs.split (":"):
- menu_file_path = os.path.join (conf_dir, "menus", menu_file)
-@@ -51,7 +51,7 @@
- if os.environ.has_key ("XDG_DATA_DIRS"):
- data_dirs = os.environ["XDG_DATA_DIRS"]
- if not data_dirs:
-- data_dirs = "/usr/local/share/:/usr/share/"
-+ data_dirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/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-descr b/x11/gnome-menus/pkg-descr
deleted file mode 100644
index 7b27b4e2e..000000000
--- a/x11/gnome-menus/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-This package is free software and is part of the
-GNOME project.
-
-The package contains an implementation of the draft "Desktop
-Menu Specification" from freedesktop.org:
-
- http://www.freedesktop.org/Standards/menu-spec
-
-Also contained here are the GNOME menu layout configuration
-files, .directory files and assorted menu related utility programs.
-
--- gnome-menus README
-
-WWW: http://www.freedesktop.org/Standards/menu-spec
diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist
deleted file mode 100644
index b5a4b5e17..000000000
--- a/x11/gnome-menus/pkg-plist
+++ /dev/null
@@ -1,124 +0,0 @@
-bin/gnome-menu-spec-test
-etc/xdg/menus/applications.menu
-etc/xdg/menus/preferences.menu
-etc/xdg/menus/settings.menu
-include/gnome-menus/gmenu-tree.h
-lib/libgnome-menu.a
-lib/libgnome-menu.la
-lib/libgnome-menu.so
-lib/libgnome-menu.so.2
-%%PYTHON_SITELIBDIR%%/gmenu.a
-%%PYTHON_SITELIBDIR%%/gmenu.la
-%%PYTHON_SITELIBDIR%%/gmenu.so
-libdata/pkgconfig/libgnome-menu.pc
-share/gnome/desktop-directories/Accessibility.directory
-share/gnome/desktop-directories/Accessories.directory
-share/gnome/desktop-directories/Applications.directory
-share/gnome/desktop-directories/Desktop.directory
-share/gnome/desktop-directories/Development.directory
-share/gnome/desktop-directories/Education.directory
-share/gnome/desktop-directories/Games.directory
-share/gnome/desktop-directories/Graphics.directory
-share/gnome/desktop-directories/Internet.directory
-share/gnome/desktop-directories/KDE.directory
-share/gnome/desktop-directories/Multimedia.directory
-share/gnome/desktop-directories/Office.directory
-share/gnome/desktop-directories/Other.directory
-share/gnome/desktop-directories/Preferences.directory
-share/gnome/desktop-directories/Settings-Accessibility.directory
-share/gnome/desktop-directories/Settings.directory
-share/gnome/desktop-directories/System-Settings.directory
-share/gnome/desktop-directories/System-Tools.directory
-share/locale/ar/LC_MESSAGES/gnome-menus.mo
-share/locale/bg/LC_MESSAGES/gnome-menus.mo
-share/locale/bn/LC_MESSAGES/gnome-menus.mo
-share/locale/br/LC_MESSAGES/gnome-menus.mo
-share/locale/ca/LC_MESSAGES/gnome-menus.mo
-share/locale/cs/LC_MESSAGES/gnome-menus.mo
-share/locale/cy/LC_MESSAGES/gnome-menus.mo
-share/locale/da/LC_MESSAGES/gnome-menus.mo
-share/locale/de/LC_MESSAGES/gnome-menus.mo
-share/locale/dz/LC_MESSAGES/gnome-menus.mo
-share/locale/el/LC_MESSAGES/gnome-menus.mo
-share/locale/en_CA/LC_MESSAGES/gnome-menus.mo
-share/locale/en_GB/LC_MESSAGES/gnome-menus.mo
-share/locale/es/LC_MESSAGES/gnome-menus.mo
-share/locale/et/LC_MESSAGES/gnome-menus.mo
-share/locale/eu/LC_MESSAGES/gnome-menus.mo
-share/locale/fa/LC_MESSAGES/gnome-menus.mo
-share/locale/fi/LC_MESSAGES/gnome-menus.mo
-share/locale/fr/LC_MESSAGES/gnome-menus.mo
-share/locale/gl/LC_MESSAGES/gnome-menus.mo
-share/locale/gu/LC_MESSAGES/gnome-menus.mo
-share/locale/he/LC_MESSAGES/gnome-menus.mo
-share/locale/hi/LC_MESSAGES/gnome-menus.mo
-share/locale/hu/LC_MESSAGES/gnome-menus.mo
-share/locale/hy/LC_MESSAGES/gnome-menus.mo
-share/locale/id/LC_MESSAGES/gnome-menus.mo
-share/locale/it/LC_MESSAGES/gnome-menus.mo
-share/locale/ja/LC_MESSAGES/gnome-menus.mo
-share/locale/ka/LC_MESSAGES/gnome-menus.mo
-share/locale/ko/LC_MESSAGES/gnome-menus.mo
-share/locale/ku/LC_MESSAGES/gnome-menus.mo
-share/locale/ky/LC_MESSAGES/gnome-menus.mo
-share/locale/lt/LC_MESSAGES/gnome-menus.mo
-share/locale/lv/LC_MESSAGES/gnome-menus.mo
-share/locale/mg/LC_MESSAGES/gnome-menus.mo
-share/locale/mk/LC_MESSAGES/gnome-menus.mo
-share/locale/mr/LC_MESSAGES/gnome-menus.mo
-share/locale/ms/LC_MESSAGES/gnome-menus.mo
-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/no/LC_MESSAGES/gnome-menus.mo
-share/locale/pa/LC_MESSAGES/gnome-menus.mo
-share/locale/pl/LC_MESSAGES/gnome-menus.mo
-share/locale/pt/LC_MESSAGES/gnome-menus.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-menus.mo
-share/locale/ro/LC_MESSAGES/gnome-menus.mo
-share/locale/ru/LC_MESSAGES/gnome-menus.mo
-share/locale/rw/LC_MESSAGES/gnome-menus.mo
-share/locale/sk/LC_MESSAGES/gnome-menus.mo
-share/locale/sq/LC_MESSAGES/gnome-menus.mo
-share/locale/sr/LC_MESSAGES/gnome-menus.mo
-share/locale/sr@Latn/LC_MESSAGES/gnome-menus.mo
-share/locale/sv/LC_MESSAGES/gnome-menus.mo
-share/locale/te/LC_MESSAGES/gnome-menus.mo
-share/locale/th/LC_MESSAGES/gnome-menus.mo
-share/locale/tr/LC_MESSAGES/gnome-menus.mo
-share/locale/ug/LC_MESSAGES/gnome-menus.mo
-share/locale/uk/LC_MESSAGES/gnome-menus.mo
-share/locale/vi/LC_MESSAGES/gnome-menus.mo
-share/locale/xh/LC_MESSAGES/gnome-menus.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-menus.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-menus.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/ky/LC_MESSAGES
-@dirrmtry share/locale/ky
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/br/LC_MESSAGES
-@dirrmtry share/locale/br
-@dirrm share/gnome/desktop-directories
-@dirrm include/gnome-menus
-@dirrm etc/xdg/menus
-@dirrm etc/xdg
-@dirrmtry %%PYTHON_SITELIBDIR%%
-@dirrmtry %%PYTHON_LIBDIR%%