From 752a66b40a757b50196fb97fda1143a42e96c295 Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 27 Oct 2013 22:10:10 +0000 Subject: Move gnome3 ports into the place of the gnome2 locations. Update to new port rules, remove conflicts, latest_link, enable stage support. gnome-games was skipped because I got a update for that. gnome-keyring 2 vs 3, needs to be looked at. zenity 2 vs 3, and libgnomekbd 2 vs 3 Use new lib_depend syntax in bsd.gnome.mk. Possible lots of broken links. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-menus/Makefile | 25 +- x11/gnome-menus/distinfo | 4 +- x11/gnome-menus/files/patch-Makefile.in | 11 - .../files/patch-layout::applications.menu | 42 ++-- ...imple-editor_GMenuSimpleEditor_menutreemodel.py | 15 +- x11/gnome-menus/files/patch-util_Makefile.in | 10 +- x11/gnome-menus/pkg-plist | 271 ++++++++++++--------- 7 files changed, 194 insertions(+), 184 deletions(-) delete mode 100644 x11/gnome-menus/files/patch-Makefile.in (limited to 'x11/gnome-menus') diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 16f8ff5ed..f360adeeb 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -1,24 +1,20 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/x11/gnome-menus/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports/trunk/x11/gnome-menus3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-menus -PORTVERSION= 2.30.5 -PORTREVISION= 1 +PORTVERSION= 3.6.2 CATEGORIES= x11 gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec -CONFLICTS= gnome-menus-3.[0-9]* - -NO_STAGE= yes USES= gettext gmake pathfix pkgconfig -USE_BZIP2= yes -USE_GNOME= gnomehier gnomeprefix intlhack glib20 ltverhack \ - introspection:build +USE_XZ= yes +USE_GNOME= glib20 gnomehier gnomeprefix intlhack introspection:build \ + ltverhack USE_AUTOTOOLS= libtool USE_PYTHON= yes USE_LDCONFIG= yes @@ -31,8 +27,7 @@ post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ ${WRKSRC}/util/test-menu-spec.c @${REINPLACE_CMD} -e 's|/usr/share/gnome|${LOCALBASE}/share/gnome|g' \ - ${WRKSRC}/layout/applications.menu \ - ${WRKSRC}/layout/settings.menu + ${WRKSRC}/layout/applications.menu @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ @@ -41,9 +36,11 @@ post-patch: ${WRKSRC}/util/Makefile.in post-install: + @${MKDIR} -p ${STAGEDIR}${PREFIX}/etc/xdg/menus/ @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \ - ${PREFIX}/etc/xdg/menus/gnome-applications.menu + ${STAGEDIR}${PREFIX}/etc/xdg/menus/gnome-applications.menu @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ - ${PREFIX}/share/desktop-directories + ${STAGEDIR}${PREFIX}/share/desktop-directories + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-menu-3.so.0 .include diff --git a/x11/gnome-menus/distinfo b/x11/gnome-menus/distinfo index a11734649..98119ce84 100644 --- a/x11/gnome-menus/distinfo +++ b/x11/gnome-menus/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gnome-menus-2.30.5.tar.bz2) = 6dcc565006d6e8c2025ae83ab1f82edf6bd04d61c804c0dc9bf5ea50629c4caa -SIZE (gnome2/gnome-menus-2.30.5.tar.bz2) = 471327 +SHA256 (gnome3/gnome-menus-3.6.2.tar.xz) = f6cefb25ce3ca2a0e4cb43894089cc6079bf948230e99bc0e244b380fa84bf4f +SIZE (gnome3/gnome-menus-3.6.2.tar.xz) = 423948 diff --git a/x11/gnome-menus/files/patch-Makefile.in b/x11/gnome-menus/files/patch-Makefile.in deleted file mode 100644 index 915e1b5a1..000000000 --- a/x11/gnome-menus/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-09-27 14:11:42.000000000 +0000 -+++ Makefile.in 2010-09-27 14:12:05.000000000 +0000 -@@ -33,7 +33,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --@HAVE_PYTHON_TRUE@am__append_1 = python simple-editor -+@HAVE_PYTHON_TRUE@am__append_1 = python - subdir = . - DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/config.h.in \ diff --git a/x11/gnome-menus/files/patch-layout::applications.menu b/x11/gnome-menus/files/patch-layout::applications.menu index 116dad13f..9a0719a38 100644 --- a/x11/gnome-menus/files/patch-layout::applications.menu +++ b/x11/gnome-menus/files/patch-layout::applications.menu @@ -1,17 +1,19 @@ ---- layout/applications.menu.orig 2008-04-21 15:49:29.000000000 -0400 -+++ layout/applications.menu 2008-04-28 14:51:24.000000000 -0400 -@@ -6,9 +6,8 @@ +--- layout/applications.menu.orig 2012-07-10 01:54:30.000000000 +0000 ++++ layout/applications.menu 2013-03-30 10:41:37.311882486 +0000 +@@ -6,10 +6,9 @@ Applications X-GNOME-Menu-Applications.directory - - - /etc/X11/applnk +- /usr/share/gnome/apps + - /usr/share/gnome/apps ++ /usr/local/share/gnome/apps + @@ -31,6 +30,8 @@ applications here --> Accessibility @@ -70,12 +72,12 @@ Network -+ Qt -+ KDE - - - -@@ -110,6 +123,8 @@ ++ Qt ++ KDE + + X-GNOME-WebApplication + +@@ -125,6 +138,8 @@ AudioVideo @@ -84,7 +86,7 @@ -@@ -121,6 +136,8 @@ +@@ -136,6 +151,8 @@ Office @@ -93,7 +95,7 @@ -@@ -133,6 +150,8 @@ +@@ -148,6 +165,8 @@ System Settings @@ -102,12 +104,12 @@ -@@ -147,8 +166,197 @@ +@@ -162,10 +181,199 @@ Core - Settings Screensaver -+ Qt -+ KDE + X-GNOME-Settings-Panel ++ Qt ++ KDE @@ -174,7 +176,7 @@ + + + -+ Education ++ Education + Education.directory + + @@ -194,7 +196,7 @@ + + + -+ Qt ++ Qt + KDE + + Game @@ -299,4 +301,6 @@ + + + - + + + Other 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 b134a5817..d57d4f523 100644 --- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py +++ b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py @@ -1,6 +1,6 @@ ---- 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 @@ +--- simple-editor/GMenuSimpleEditor/menutreemodel.py.orig 2011-08-16 14:04:56.000000000 +0200 ++++ simple-editor/GMenuSimpleEditor/menutreemodel.py 2011-09-17 13:01:18.000000000 +0200 +@@ -29,7 +29,7 @@ def lookup_system_menu_file (menu_file): if os.environ.has_key ("XDG_CONFIG_DIRS"): conf_dirs = os.environ["XDG_CONFIG_DIRS"] if not conf_dirs: @@ -9,12 +9,3 @@ 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 = "%%LOCALBASE%%/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/files/patch-util_Makefile.in b/x11/gnome-menus/files/patch-util_Makefile.in index 658861905..bd9515e01 100644 --- a/x11/gnome-menus/files/patch-util_Makefile.in +++ b/x11/gnome-menus/files/patch-util_Makefile.in @@ -1,10 +1,10 @@ ---- util/Makefile.in.orig 2010-09-27 14:12:22.000000000 +0000 -+++ util/Makefile.in 2010-09-27 14:13:51.000000000 +0000 -@@ -298,6 +298,7 @@ +--- util/Makefile.in.orig 2011-09-17 13:03:46.000000000 +0200 ++++ util/Makefile.in 2011-09-17 13:04:20.000000000 +0200 +@@ -267,6 +267,7 @@ test-menu-spec.c gnome_menu_spec_test_LDADD = \ + %%PTHREAD_LIBS%% \ - $(GLIB_LIBS) \ - ../libmenu/libgnome-menu.la + $(GIO_UNIX_LIBS) \ + ../libmenu/libgnome-menu-3.la diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist index a0703b292..d1ca3ae38 100644 --- a/x11/gnome-menus/pkg-plist +++ b/x11/gnome-menus/pkg-plist @@ -1,144 +1,165 @@ +bin/gmenu-simple-editor etc/xdg/menus/gnome-applications.menu -etc/xdg/menus/settings.menu -include/gnome-menus/gmenu-tree.h -lib/girepository-1.0/GMenu-2.0.typelib -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 +include/gnome-menus-3.0/gmenu-tree.h +lib/girepository-1.0/GMenu-3.0.typelib +lib/libgnome-menu-3.a +lib/libgnome-menu-3.la +lib/libgnome-menu-3.so +lib/libgnome-menu-3.so.0 +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/__init__.py +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/__init__.pyc +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/__init__.pyo +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/config.py +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/config.pyc +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/config.pyo +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/main.py +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/main.pyc +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/main.pyo +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/maindialog.py +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/maindialog.pyc +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/maindialog.pyo +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menufilewriter.py +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menufilewriter.pyc +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menufilewriter.pyo +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menutreemodel.py +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menutreemodel.pyc +%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menutreemodel.pyo +libdata/pkgconfig/libgnome-menu-3.0.pc +share/applications/gmenu-simple-editor.desktop share/desktop-directories/AudioVideo.directory share/desktop-directories/Development.directory share/desktop-directories/Education.directory share/desktop-directories/Game.directory share/desktop-directories/Graphics.directory share/desktop-directories/Hardware.directory -share/desktop-directories/InternetAndNetwork.directory share/desktop-directories/KDE.directory -share/desktop-directories/LookAndFeel.directory share/desktop-directories/Network.directory share/desktop-directories/Office.directory share/desktop-directories/Personal.directory -share/desktop-directories/Settings-System.directory -share/desktop-directories/Settings.directory share/desktop-directories/System-Tools.directory share/desktop-directories/System.directory share/desktop-directories/Utility-Accessibility.directory share/desktop-directories/Utility.directory share/desktop-directories/X-GNOME-Menu-Applications.directory -share/desktop-directories/X-GNOME-Menu-System.directory share/desktop-directories/X-GNOME-Other.directory -share/gir-1.0/GMenu-2.0.gir -share/gnome-menus/examples/gnome-menus-ls.py -share/locale/af/LC_MESSAGES/gnome-menus.mo -share/locale/an/LC_MESSAGES/gnome-menus.mo -share/locale/ar/LC_MESSAGES/gnome-menus.mo -share/locale/as/LC_MESSAGES/gnome-menus.mo -share/locale/ast/LC_MESSAGES/gnome-menus.mo -share/locale/be/LC_MESSAGES/gnome-menus.mo -share/locale/be@latin/LC_MESSAGES/gnome-menus.mo -share/locale/bg/LC_MESSAGES/gnome-menus.mo -share/locale/bn/LC_MESSAGES/gnome-menus.mo -share/locale/bn_IN/LC_MESSAGES/gnome-menus.mo -share/locale/br/LC_MESSAGES/gnome-menus.mo -share/locale/ca/LC_MESSAGES/gnome-menus.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-menus.mo -share/locale/crh/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/dv/LC_MESSAGES/gnome-menus.mo -share/locale/dz/LC_MESSAGES/gnome-menus.mo -share/locale/el/LC_MESSAGES/gnome-menus.mo -share/locale/en@shaw/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/eo/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/fur/LC_MESSAGES/gnome-menus.mo -share/locale/fy/LC_MESSAGES/gnome-menus.mo -share/locale/ga/LC_MESSAGES/gnome-menus.mo -share/locale/gl/LC_MESSAGES/gnome-menus.mo -share/locale/gn/LC_MESSAGES/gnome-menus.mo -share/locale/gu/LC_MESSAGES/gnome-menus.mo -share/locale/gv/LC_MESSAGES/gnome-menus.mo -share/locale/ha/LC_MESSAGES/gnome-menus.mo -share/locale/he/LC_MESSAGES/gnome-menus.mo -share/locale/hi/LC_MESSAGES/gnome-menus.mo -share/locale/hr/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/ig/LC_MESSAGES/gnome-menus.mo -share/locale/io/LC_MESSAGES/gnome-menus.mo -share/locale/is/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/kg/LC_MESSAGES/gnome-menus.mo -share/locale/kk/LC_MESSAGES/gnome-menus.mo -share/locale/kn/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/mai/LC_MESSAGES/gnome-menus.mo -share/locale/mg/LC_MESSAGES/gnome-menus.mo -share/locale/mk/LC_MESSAGES/gnome-menus.mo -share/locale/ml/LC_MESSAGES/gnome-menus.mo -share/locale/mn/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/nds/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 -share/locale/ps/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/si/LC_MESSAGES/gnome-menus.mo -share/locale/sk/LC_MESSAGES/gnome-menus.mo -share/locale/sl/LC_MESSAGES/gnome-menus.mo -share/locale/sq/LC_MESSAGES/gnome-menus.mo -share/locale/sr/LC_MESSAGES/gnome-menus.mo -share/locale/sr@latin/LC_MESSAGES/gnome-menus.mo -share/locale/sv/LC_MESSAGES/gnome-menus.mo -share/locale/ta/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/uz@cyrillic/LC_MESSAGES/gnome-menus.mo -share/locale/vi/LC_MESSAGES/gnome-menus.mo -share/locale/xh/LC_MESSAGES/gnome-menus.mo -share/locale/yo/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 -@dirrm share/gnome-menus/examples +share/desktop-directories/X-GNOME-WebApplications.directory +share/gir-1.0/GMenu-3.0.gir +share/gnome-menus/ui/gmenu-simple-editor.ui +share/locale/af/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/an/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ar/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/as/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ast/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/be/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/be@latin/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/bg/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/bn/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/bn_IN/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/br/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ca/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/crh/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/cs/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/csb/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/cy/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/da/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/de/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/dv/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/dz/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/el/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/en@shaw/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/en_CA/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/en_GB/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/eo/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/es/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/et/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/eu/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/fa/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/fi/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/fr/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/fur/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/fy/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ga/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/gl/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/gn/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/gu/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/gv/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ha/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/he/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/hi/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/hr/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/hu/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/hy/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/id/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ig/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/io/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/is/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/it/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ja/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ka/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/kg/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/kk/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/km/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/kn/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ko/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ku/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ky/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/lo/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/lt/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/lv/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/mai/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/mg/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/mk/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ml/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/mn/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/mr/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ms/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/nb/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/nds/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ne/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/nl/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/nn/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/oc/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/or/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/pa/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/pl/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ps/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/pt/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ro/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ru/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/rw/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/si/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/sk/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/sl/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/sq/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/sr/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/sr@latin/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/sv/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/szl/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ta/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/te/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/th/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/tr/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ug/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/uk/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/uz@cyrillic/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/vi/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/xh/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/yo/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/zh_CN/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/zh_HK/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/zh_TW/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/zu/LC_MESSAGES/gnome-menus-3.0.mo +@dirrm share/gnome-menus/ui @dirrm share/gnome-menus @dirrmtry share/desktop-directories -@dirrm include/gnome-menus +@dirrmtry share/applications +@dirrm %%PYTHON_SITELIBDIR%%/GMenuSimpleEditor +@dirrm include/gnome-menus-3.0 @dirrmtry etc/xdg/menus +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/yo/LC_MESSAGES @@ -151,6 +172,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo @dirrmtry share/locale/ug @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@dirrm share/locale/szl/LC_MESSAGES +@dirrm share/locale/szl @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/locale/si/LC_MESSAGES @@ -169,10 +192,14 @@ share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo @dirrmtry share/locale/mg @dirrmtry share/locale/mai/LC_MESSAGES @dirrmtry share/locale/mai +@dirrmtry share/locale/lo/LC_MESSAGES +@dirrmtry share/locale/lo @dirrmtry share/locale/ky/LC_MESSAGES @dirrmtry share/locale/ky @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km @dirrmtry share/locale/kk/LC_MESSAGES @dirrmtry share/locale/kk @dirrmtry share/locale/kg/LC_MESSAGES @@ -199,6 +226,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo @dirrmtry share/locale/dz @dirrmtry share/locale/dv/LC_MESSAGES @dirrmtry share/locale/dv +@dirrmtry share/locale/csb/LC_MESSAGES +@dirrmtry share/locale/csb @dirrmtry share/locale/crh/LC_MESSAGES @dirrmtry share/locale/crh @dirrmtry share/locale/ca@valencia/LC_MESSAGES -- cgit v1.2.3