
Hello community, here is the log from the commit of package gnome-menus for openSUSE:Factory checked in at Thu Mar 26 23:53:34 CET 2009. -------- --- GNOME/gnome-menus/gnome-menus.changes 2009-02-17 07:50:49.000000000 +0100 +++ gnome-menus/gnome-menus.changes 2009-03-17 02:06:33.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 17 01:10:33 CET 2009 - mboman@suse.de + +- Update to version 2.26.0: + + Translation updates + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnome-menus-2.25.91.tar.bz2 New: ---- gnome-menus-2.26.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-menus.spec ++++++ --- /var/tmp/diff_new_pack.S20760/_old 2009-03-26 23:51:34.000000000 +0100 +++ /var/tmp/diff_new_pack.S20760/_new 2009-03-26 23:51:34.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package gnome-menus (Version 2.25.91) +# spec file for package gnome-menus (Version 2.26.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -27,7 +27,7 @@ BuildRequires: update-desktop-files License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later; LGPL v2.1 or later Group: System/GUI/GNOME -Version: 2.25.91 +Version: 2.26.0 Release: 1 Summary: The GNOME Desktop Menu Source: %{name}-%{version}.tar.bz2 @@ -264,6 +264,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Mar 17 2009 mboman@suse.de +- Update to version 2.26.0: + + Translation updates * Tue Feb 17 2009 mboman@suse.de - Update to version 2.25.91: + Translation updates ++++++ gnome-menus-2.25.91.tar.bz2 -> gnome-menus-2.26.0.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/aclocal.m4 new/gnome-menus-2.26.0/aclocal.m4 --- old/gnome-menus-2.25.91/aclocal.m4 2009-02-17 05:52:22.000000000 +0100 +++ new/gnome-menus-2.26.0/aclocal.m4 2009-03-16 23:28:00.000000000 +0100 @@ -1765,25 +1765,25 @@ INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -_IT_SUBST(INTLTOOL_DESKTOP_RULE) -_IT_SUBST(INTLTOOL_DIRECTORY_RULE) -_IT_SUBST(INTLTOOL_KEYS_RULE) -_IT_SUBST(INTLTOOL_PROP_RULE) -_IT_SUBST(INTLTOOL_OAF_RULE) -_IT_SUBST(INTLTOOL_PONG_RULE) -_IT_SUBST(INTLTOOL_SERVER_RULE) -_IT_SUBST(INTLTOOL_SHEET_RULE) -_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) -_IT_SUBST(INTLTOOL_UI_RULE) -_IT_SUBST(INTLTOOL_XAM_RULE) -_IT_SUBST(INTLTOOL_KBD_RULE) -_IT_SUBST(INTLTOOL_XML_RULE) -_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) -_IT_SUBST(INTLTOOL_CAVES_RULE) -_IT_SUBST(INTLTOOL_SCHEMAS_RULE) -_IT_SUBST(INTLTOOL_THEME_RULE) -_IT_SUBST(INTLTOOL_SERVICE_RULE) -_IT_SUBST(INTLTOOL_POLICY_RULE) +AC_SUBST(INTLTOOL_DESKTOP_RULE) +AC_SUBST(INTLTOOL_DIRECTORY_RULE) +AC_SUBST(INTLTOOL_KEYS_RULE) +AC_SUBST(INTLTOOL_PROP_RULE) +AC_SUBST(INTLTOOL_OAF_RULE) +AC_SUBST(INTLTOOL_PONG_RULE) +AC_SUBST(INTLTOOL_SERVER_RULE) +AC_SUBST(INTLTOOL_SHEET_RULE) +AC_SUBST(INTLTOOL_SOUNDLIST_RULE) +AC_SUBST(INTLTOOL_UI_RULE) +AC_SUBST(INTLTOOL_XAM_RULE) +AC_SUBST(INTLTOOL_KBD_RULE) +AC_SUBST(INTLTOOL_XML_RULE) +AC_SUBST(INTLTOOL_XML_NOMERGE_RULE) +AC_SUBST(INTLTOOL_CAVES_RULE) +AC_SUBST(INTLTOOL_SCHEMAS_RULE) +AC_SUBST(INTLTOOL_THEME_RULE) +AC_SUBST(INTLTOOL_SERVICE_RULE) +AC_SUBST(INTLTOOL_POLICY_RULE) # Check the gettext tools to make sure they are GNU AC_PATH_PROG(XGETTEXT, xgettext) @@ -1800,17 +1800,12 @@ AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi -AC_PATH_PROG(INTLTOOL_PERL, perl) +AC_PATH_PROG(INTLTOOL_PERL, [perl]) if test -z "$INTLTOOL_PERL"; then - AC_MSG_ERROR([perl not found]) + AC_MSG_ERROR([perl not found; required for intltool]) fi -AC_MSG_CHECKING([for perl >= 5.8.1]) -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - AC_MSG_ERROR([perl 5.8.1 is required for intltool]) -else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" - AC_MSG_RESULT([$IT_PERL_VERSION]) +if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then + AC_MSG_ERROR([perl 5.x required for intltool]) fi if test "x$2" != "xno-xml"; then AC_MSG_CHECKING([for XML::Parser]) @@ -1866,7 +1861,7 @@ dnl of config.status. AC_CONFIG_COMMANDS_PRE([ AC_CONFIG_COMMANDS([$1/stamp-it], [ - if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then + if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" ]; then AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) fi rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" @@ -1888,17 +1883,6 @@ ])dnl ]) -# _IT_SUBST(VARIABLE) -# ------------------- -# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST -# -AC_DEFUN([_IT_SUBST], -[ -AC_SUBST([$1]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) -] -) - # deprecated macros AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) # A hint is needed for aclocal from Automake <= 1.9.4: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/ChangeLog new/gnome-menus-2.26.0/ChangeLog --- old/gnome-menus-2.25.91/ChangeLog 2009-02-17 05:52:06.000000000 +0100 +++ new/gnome-menus-2.26.0/ChangeLog 2009-03-16 23:27:23.000000000 +0100 @@ -1,3 +1,15 @@ +2009-03-16 Vincent Untz <vuntz@gnome.org> + + * NEWS: + * README: + * configure.in: Version 2.26.0. + +2009-02-17 Vincent Untz <vuntz@gnome.org> + + * configure.in: post-release bump to 2.25.92 + +==================== 2.25.91 ==================== + 2009-02-17 Vincent Untz <vuntz@gnome.org> * NEWS: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/configure new/gnome-menus-2.26.0/configure --- old/gnome-menus-2.25.91/configure 2009-02-17 05:52:24.000000000 +0100 +++ new/gnome-menus-2.26.0/configure 2009-03-16 23:28:03.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for gnome-menus 2.25.91. +# Generated by GNU Autoconf 2.62 for gnome-menus 2.26.0. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus>. # @@ -750,8 +750,8 @@ # Identity of this package. PACKAGE_NAME='gnome-menus' PACKAGE_TARNAME='gnome-menus' -PACKAGE_VERSION='2.25.91' -PACKAGE_STRING='gnome-menus 2.25.91' +PACKAGE_VERSION='2.26.0' +PACKAGE_STRING='gnome-menus 2.26.0' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus' ac_unique_file="libmenu/gmenu-tree.h" @@ -1557,7 +1557,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnome-menus 2.25.91 to adapt to many kinds of systems. +\`configure' configures gnome-menus 2.26.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1627,7 +1627,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnome-menus 2.25.91:";; + short | recursive ) echo "Configuration of gnome-menus 2.26.0:";; esac cat <<\_ACEOF @@ -1744,7 +1744,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnome-menus configure 2.25.91 +gnome-menus configure 2.26.0 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1758,7 +1758,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnome-menus $as_me 2.25.91, which was +It was created by gnome-menus $as_me 2.26.0, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -2474,7 +2474,7 @@ # Define the identity of the package. PACKAGE='gnome-menus' - VERSION='2.25.91' + VERSION='2.26.0' cat >>confdefs.h <<_ACEOF @@ -2664,7 +2664,7 @@ # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -LIB_MENU_LT_VERSION=4:12:2 +LIB_MENU_LT_VERSION=4:13:2 GETTEXT_PACKAGE=gnome-menus @@ -6196,82 +6196,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Check the gettext tools to make sure they are GNU # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 @@ -6489,21 +6413,14 @@ if test -z "$INTLTOOL_PERL"; then - { { $as_echo "$as_me:$LINENO: error: perl not found" >&5 -$as_echo "$as_me: error: perl not found" >&2;} + { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5 +$as_echo "$as_me: error: perl not found; required for intltool" >&2;} { (exit 1); exit 1; }; } fi -{ $as_echo "$as_me:$LINENO: checking for perl >= 5.8.1" >&5 -$as_echo_n "checking for perl >= 5.8.1... " >&6; } -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - { { $as_echo "$as_me:$LINENO: error: perl 5.8.1 is required for intltool" >&5 -$as_echo "$as_me: error: perl 5.8.1 is required for intltool" >&2;} +if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then + { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 +$as_echo "$as_me: error: perl 5.x required for intltool" >&2;} { (exit 1); exit 1; }; } -else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" - { $as_echo "$as_me:$LINENO: result: $IT_PERL_VERSION" >&5 -$as_echo "$IT_PERL_VERSION" >&6; } fi if test "x" != "xno-xml"; then { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5 @@ -8386,7 +8303,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 8389 "configure"' > conftest.$ac_ext + echo '#line 8306 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -11299,11 +11216,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11302: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11219: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11306: \$? = $ac_status" >&5 + echo "$as_me:11223: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -11589,11 +11506,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11592: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11509: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11596: \$? = $ac_status" >&5 + echo "$as_me:11513: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -11693,11 +11610,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11696: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11613: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:11700: \$? = $ac_status" >&5 + echo "$as_me:11617: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -14095,7 +14012,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 14098 "configure" +#line 14015 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -14195,7 +14112,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 14198 "configure" +#line 14115 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -16604,11 +16521,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16607: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16524: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16611: \$? = $ac_status" >&5 + echo "$as_me:16528: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16708,11 +16625,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16711: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16628: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16715: \$? = $ac_status" >&5 + echo "$as_me:16632: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -18293,11 +18210,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:18296: $lt_compile\"" >&5) + (eval echo "\"\$as_me:18213: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:18300: \$? = $ac_status" >&5 + echo "$as_me:18217: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -18397,11 +18314,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:18400: $lt_compile\"" >&5) + (eval echo "\"\$as_me:18317: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:18404: \$? = $ac_status" >&5 + echo "$as_me:18321: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -20614,11 +20531,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:20617: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20534: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:20621: \$? = $ac_status" >&5 + echo "$as_me:20538: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -20904,11 +20821,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:20907: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20824: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:20911: \$? = $ac_status" >&5 + echo "$as_me:20828: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -21008,11 +20925,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:21011: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20928: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:21015: \$? = $ac_status" >&5 + echo "$as_me:20932: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -24915,7 +24832,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnome-menus $as_me 2.25.91, which was +This file was extended by gnome-menus $as_me 2.26.0, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24968,7 +24885,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -gnome-menus config.status 2.25.91 +gnome-menus config.status 2.26.0 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -25888,7 +25805,7 @@ sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac ;; "po/stamp-it":C) - if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then + if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5 $as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;} { (exit 1); exit 1; }; } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/configure.in new/gnome-menus-2.26.0/configure.in --- old/gnome-menus-2.25.91/configure.in 2009-02-17 05:52:11.000000000 +0100 +++ new/gnome-menus-2.26.0/configure.in 2009-03-16 23:27:29.000000000 +0100 @@ -1,4 +1,4 @@ -AC_INIT([gnome-menus], [2.25.91], +AC_INIT([gnome-menus], [2.26.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus]) AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h) @@ -16,7 +16,7 @@ # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -LIB_MENU_LT_VERSION=4:12:2 +LIB_MENU_LT_VERSION=4:13:2 AC_SUBST(LIB_MENU_LT_VERSION) GETTEXT_PACKAGE=gnome-menus diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/desktop-directories/Makefile.in new/gnome-menus-2.26.0/desktop-directories/Makefile.in --- old/gnome-menus-2.25.91/desktop-directories/Makefile.in 2009-02-17 05:52:26.000000000 +0100 +++ new/gnome-menus-2.26.0/desktop-directories/Makefile.in 2009-03-16 23:28:04.000000000 +0100 @@ -105,10 +105,29 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/layout/Makefile.in new/gnome-menus-2.26.0/layout/Makefile.in --- old/gnome-menus-2.25.91/layout/Makefile.in 2009-02-17 05:52:26.000000000 +0100 +++ new/gnome-menus-2.26.0/layout/Makefile.in 2009-03-16 23:28:04.000000000 +0100 @@ -105,10 +105,29 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/libmenu/Makefile.in new/gnome-menus-2.26.0/libmenu/Makefile.in --- old/gnome-menus-2.25.91/libmenu/Makefile.in 2009-02-17 05:52:26.000000000 +0100 +++ new/gnome-menus-2.26.0/libmenu/Makefile.in 2009-03-16 23:28:04.000000000 +0100 @@ -140,10 +140,29 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/Makefile.in new/gnome-menus-2.26.0/Makefile.in --- old/gnome-menus-2.25.91/Makefile.in 2009-02-17 05:52:27.000000000 +0100 +++ new/gnome-menus-2.26.0/Makefile.in 2009-03-16 23:28:05.000000000 +0100 @@ -122,10 +122,29 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/NEWS new/gnome-menus-2.26.0/NEWS --- old/gnome-menus-2.25.91/NEWS 2009-02-17 05:51:54.000000000 +0100 +++ new/gnome-menus-2.26.0/NEWS 2009-03-16 23:27:52.000000000 +0100 @@ -1,3 +1,15 @@ +============== +Version 2.26.0 +============== + + Translators + + * Reşat SABIQ (crh) + * Suso Baleato (gl) + * Rajesh Ranjan (hi) + * Francesco Marletta (it) + * Manoj Kumar Giri (or) + =============== Version 2.25.91 =============== diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/po/ChangeLog new/gnome-menus-2.26.0/po/ChangeLog --- old/gnome-menus-2.25.91/po/ChangeLog 2009-02-17 05:44:11.000000000 +0100 +++ new/gnome-menus-2.26.0/po/ChangeLog 2009-03-16 23:26:45.000000000 +0100 @@ -1,3 +1,25 @@ +2009-03-16 Andre Klapper <a9016009@gmx.de> + + * crh.po: Updated Crimean Tatar translation by Reşat SABIQ. + +2009-03-15 Ignacio Casal Quinteiro <icq@gnome.org> + + * gl.po: Updated Galician translation by Suso Baleato + +2009-03-12 Rajesh Ranjan <rranjan@redhat.com> + + * hi.po: Updated Hindi Translation. + +2009-03-03 Manoj Kumar Giri <mgiri@redhat.com> + + * or.po: Updated Oriya Translation. + +2009-02-18 Luca Ferretti <elle.uca@libero.it> + + * it.po: Updated Italian translation by Francesco Marletta. + +==================== 2.25.91 ==================== + 2009-02-11 Goran Rakić <grakic@devbase.net> * sr.po, sr@latin.po: Updated Serbian translation wrt bug #556823. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/po/crh.po new/gnome-menus-2.26.0/po/crh.po --- old/gnome-menus-2.25.91/po/crh.po 2009-02-17 05:44:11.000000000 +0100 +++ new/gnome-menus-2.26.0/po/crh.po 2009-03-16 23:26:45.000000000 +0100 @@ -5,9 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: gnome-menus TRUNK\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-01 19:47+0100\n" -"PO-Revision-Date: 2008-12-25 00:51-0600\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"menus&component=general\n" +"POT-Creation-Date: 2009-03-15 15:17+0000\n" +"PO-Revision-Date: 2008-12-29 23:12-0600\n" "Last-Translator: Reşat SABIQ <tilde.birlik@gmail.com>\n" "Language-Team: Qırımtatarca (Qırım Türkçesi)\n" "MIME-Version: 1.0\n" @@ -257,7 +258,7 @@ #: ../util/test-menu-spec.c:169 ../util/test-menu-spec.c:211 msgid "Menu tree is empty" -msgstr "Menü teregi boştur" +msgstr "Menü teregi boştır" #: ../util/test-menu-spec.c:189 msgid "- test GNOME's implementation of the Desktop Menu Specification" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/po/gl.po new/gnome-menus-2.26.0/po/gl.po --- old/gnome-menus-2.25.91/po/gl.po 2009-02-17 05:44:11.000000000 +0100 +++ new/gnome-menus-2.26.0/po/gl.po 2009-03-16 23:26:45.000000000 +0100 @@ -2,52 +2,31 @@ # This file is distributed under the same license as the PACKAGE package. # Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER. # -# # Ignacio Casal Quinteiro <nacho.resa@gmail.com>, 2005. # Ignacio Casal Quinteiro <icq@cvs.gnome.org>, 2007. -# Ignacio Casal Quinteiro <icq@svn.gnome.org>, 2007. +# Ignacio Casal Quinteiro <icq@svn.gnome.org>, 2008. +# Mancomún - Centro de Referencia e Servizos de Software Libre <g11n@mancomun.org>, 2009. msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-11-03 12:36+0100\n" -"PO-Revision-Date: 2007-11-03 12:38+0100\n" -"Last-Translator: Ignacio Casal Quinteiro <icq@svn.gnome.org>\n" +"POT-Creation-Date: 2009-03-15 16:16+0100\n" +"PO-Revision-Date: 2009-03-10 20:17+0000\n" +"Last-Translator: Suso Baleato <suso.baleato@xunta.es>\n" "Language-Team: Galego <proxecto@trasno.net>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: ../desktop-directories/Accessibility.directory.in.h:1 -#: ../desktop-directories/Settings-Accessibility.directory.in.h:1 -msgid "Universal Access" -msgstr "Acceso universal" - -#: ../desktop-directories/Accessibility.directory.in.h:2 -msgid "Universal Access Settings" -msgstr "Configuración do acceso universal" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../desktop-directories/Accessories.directory.in.h:1 -msgid "Accessories" -msgstr "Accesorios" - -#: ../desktop-directories/Accessories.directory.in.h:2 -msgid "Desktop accessories" -msgstr "Accesorios do escritorio" - -#: ../desktop-directories/Applications.directory.in.h:1 -msgid "Applications" -msgstr "Aplicacións" - -#: ../desktop-directories/Desktop.directory.in.h:1 -msgid "Personal preferences and administration settings" -msgstr "Preferencias persoais e configuracións de administración" +#: ../desktop-directories/AudioVideo.directory.in.h:1 +msgid "Multimedia menu" +msgstr "Multimedia" -#: ../desktop-directories/Desktop.directory.in.h:2 -#: ../desktop-directories/System.directory.in.h:1 -msgid "System" -msgstr "Sistema" +#: ../desktop-directories/AudioVideo.directory.in.h:2 +msgid "Sound & Video" +msgstr "Son e vídeo" #: ../desktop-directories/Development.directory.in.h:1 msgid "Programming" @@ -61,11 +40,11 @@ msgid "Education" msgstr "Educación" -#: ../desktop-directories/Games.directory.in.h:1 +#: ../desktop-directories/Game.directory.in.h:1 msgid "Games" msgstr "Xogos" -#: ../desktop-directories/Games.directory.in.h:2 +#: ../desktop-directories/Game.directory.in.h:2 msgid "Games and amusements" msgstr "Xogos e pasatempos" @@ -75,7 +54,7 @@ #: ../desktop-directories/Graphics.directory.in.h:2 msgid "Graphics applications" -msgstr "Aplicacións de gráficas" +msgstr "Aplicacións gráficas" #: ../desktop-directories/Hardware.directory.in.h:1 msgid "Hardware" @@ -83,7 +62,7 @@ #: ../desktop-directories/Hardware.directory.in.h:2 msgid "Settings for several hardware devices" -msgstr "Configuracións para varios dispositivos hardware" +msgstr "Configuracións para varios dispositivos de hardware" #: ../desktop-directories/InternetAndNetwork.directory.in.h:1 msgid "Internet and Network" @@ -93,29 +72,22 @@ msgid "Network-related settings" msgstr "Configuracións relacionadas coa rede" -#: ../desktop-directories/Internet.directory.in.h:1 -msgid "Internet" -msgstr "Internet" - -#: ../desktop-directories/Internet.directory.in.h:2 -msgid "Programs for Internet access such as web and email" -msgstr "Programas para o acceso a Internet como a web e correo electrónico" - #: ../desktop-directories/LookAndFeel.directory.in.h:1 msgid "Look and Feel" -msgstr "Visualización e comportamento" +msgstr "Aparencia" #: ../desktop-directories/LookAndFeel.directory.in.h:2 msgid "Settings controlling the desktop appearance and behavior" -msgstr "Configuracións que controlan a aparencia e o comportamento do escritorio" +msgstr "" +"Configuracións que controlan a aparencia e o comportamento do escritorio" -#: ../desktop-directories/Multimedia.directory.in.h:1 -msgid "Multimedia menu" -msgstr "Menú multimedia" +#: ../desktop-directories/Network.directory.in.h:1 +msgid "Internet" +msgstr "Internet" -#: ../desktop-directories/Multimedia.directory.in.h:2 -msgid "Sound & Video" -msgstr "Son e vídeo" +#: ../desktop-directories/Network.directory.in.h:2 +msgid "Programs for Internet access such as web and email" +msgstr "Programas para o acceso a Internet como a web e correo electrónico" #: ../desktop-directories/Office.directory.in.h:1 msgid "Office" @@ -125,14 +97,6 @@ msgid "Office Applications" msgstr "Aplicacións de oficina" -#: ../desktop-directories/Other.directory.in.h:1 -msgid "Applications that did not fit in other categories" -msgstr "Aplicacións que non se axustan a outras categorías" - -#: ../desktop-directories/Other.directory.in.h:2 -msgid "Other" -msgstr "Outros" - #: ../desktop-directories/Personal.directory.in.h:1 msgid "Personal" msgstr "Persoal" @@ -141,35 +105,32 @@ msgid "Personal settings" msgstr "Configuracións persoais" -#: ../desktop-directories/Preferences.directory.in.h:1 +#: ../desktop-directories/Settings-System.directory.in.h:1 +msgid "Administration" +msgstr "Administración" + +#: ../desktop-directories/Settings-System.directory.in.h:2 +msgid "Change system-wide settings (affects all users)" +msgstr "" +"Cambiar as configuracións globais do sistema (afecta a todos os usuarios)" + +#: ../desktop-directories/Settings.directory.in.h:1 msgid "Personal preferences" msgstr "Preferencias persoais" -#: ../desktop-directories/Preferences.directory.in.h:2 #: ../desktop-directories/Settings.directory.in.h:2 msgid "Preferences" msgstr "Preferencias" -#: ../desktop-directories/Settings-Accessibility.directory.in.h:2 -msgid "Universal access related preferences" -msgstr "Preferencias relacionadas co acceso universal" - -#: ../desktop-directories/Settings.directory.in.h:1 -msgid "Personal preferences and settings" -msgstr "Preferencias e configuracións persoais" +#: ../desktop-directories/System.directory.in.h:1 +#: ../desktop-directories/X-GNOME-Menu-System.directory.in.h:2 +msgid "System" +msgstr "Sistema" #: ../desktop-directories/System.directory.in.h:2 msgid "System settings" msgstr "Configuracións do sistema" -#: ../desktop-directories/System-Settings.directory.in.h:1 -msgid "Administration" -msgstr "Administración" - -#: ../desktop-directories/System-Settings.directory.in.h:2 -msgid "Change system-wide settings (affects all users)" -msgstr "Cambia as preferencias globais do sistema (afecta a todos os usuarios)" - #: ../desktop-directories/System-Tools.directory.in.h:1 msgid "System Tools" msgstr "Ferramentas do sistema" @@ -178,6 +139,38 @@ msgid "System configuration and monitoring" msgstr "Configuración e monitorización do sistema" +#: ../desktop-directories/Utility-Accessibility.directory.in.h:1 +msgid "Universal Access" +msgstr "Acceso universal" + +#: ../desktop-directories/Utility-Accessibility.directory.in.h:2 +msgid "Universal Access Settings" +msgstr "Configuracións de acceso universal" + +#: ../desktop-directories/Utility.directory.in.h:1 +msgid "Accessories" +msgstr "Accesorios" + +#: ../desktop-directories/Utility.directory.in.h:2 +msgid "Desktop accessories" +msgstr "Accesorios do escritorio" + +#: ../desktop-directories/X-GNOME-Menu-Applications.directory.in.h:1 +msgid "Applications" +msgstr "Aplicacións" + +#: ../desktop-directories/X-GNOME-Menu-System.directory.in.h:1 +msgid "Personal preferences and administration settings" +msgstr "Preferencias persoais e configuracións de administración" + +#: ../desktop-directories/X-GNOME-Other.directory.in.h:1 +msgid "Applications that did not fit in other categories" +msgstr "Aplicacións que non se axustan a outras categorías" + +#: ../desktop-directories/X-GNOME-Other.directory.in.h:2 +msgid "Other" +msgstr "Outras" + #: ../simple-editor/gmenu-simple-editor.desktop.in.h:1 msgid "Menu Editor" msgstr "Editor de menú" @@ -192,28 +185,28 @@ #: ../simple-editor/gmenu-simple-editor.glade.h:3 msgid "_Defaults" -msgstr "Predeterminados" +msgstr "_Predeterminados" #: ../simple-editor/gmenu-simple-editor.glade.h:4 msgid "_Menus:" msgstr "_Menús:" -#: ../simple-editor/GMenuSimpleEditor/maindialog.py:96 -#: ../simple-editor/GMenuSimpleEditor/maindialog.py:123 +#: ../simple-editor/GMenuSimpleEditor/maindialog.py:94 +#: ../simple-editor/GMenuSimpleEditor/maindialog.py:121 msgid "Name" msgstr "Nome" -#: ../simple-editor/GMenuSimpleEditor/maindialog.py:115 +#: ../simple-editor/GMenuSimpleEditor/maindialog.py:113 msgid "Show" msgstr "Mostrar" -#: ../simple-editor/GMenuSimpleEditor/menufilewriter.py:44 +#: ../simple-editor/GMenuSimpleEditor/menufilewriter.py:42 msgid "" "Cannot find home directory: not set in /etc/passwd and no value for $HOME in " "environment" msgstr "" -"Non se pode encontrar o directorio persoal: non está establecido en /etc/" -"passwd e non hai ningún valor para $HOME no contorno." +"Non se puido encontrar o directorio persoal: non está establecido en /etc/" +"passwd e non hai ningún valor para $HOME no contorno" #: ../util/test-menu-spec.c:33 msgid "Menu file" @@ -260,7 +253,7 @@ "\n" "\n" "\n" -"====·Modificouse o menú;·recargándoo·====\n" +"==== Modificouse o menú; recargando ====\n" "\n" "\n" @@ -270,5 +263,11 @@ #: ../util/test-menu-spec.c:189 msgid "- test GNOME's implementation of the Desktop Menu Specification" -msgstr "- probar a implementación de Gnome da Especificación de Menú de Escritorio" +msgstr "" +"- probar a implementación do Gnome da Especificación de menú de escritorio" + +#~ msgid "Universal access related preferences" +#~ msgstr "Preferencias relacionadas co acceso universal" +#~ msgid "Personal preferences and settings" +#~ msgstr "Preferencias e configuracións persoais" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/po/hi.po new/gnome-menus-2.26.0/po/hi.po --- old/gnome-menus-2.25.91/po/hi.po 2009-02-17 05:44:11.000000000 +0100 +++ new/gnome-menus-2.26.0/po/hi.po 2009-03-16 23:26:45.000000000 +0100 @@ -1,22 +1,24 @@ -# translation of gnome-menus.HEAD.hi.po to Hindi +# translation of gnome-menus.HEAD.po to Hindi # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Amanpreet Singh Alam <aalam@redhat.com>, 2004. -# Rajesh Ranjan <rranjan@redhat.com>, 2005, 2006, 2008. +# Rajesh Ranjan <rranjan@redhat.com>, 2005, 2006, 2008, 2009. msgid "" msgstr "" -"Project-Id-Version: gnome-menus.HEAD.hi\n" +"Project-Id-Version: gnome-menus.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-17 14:41+0100\n" -"PO-Revision-Date: 2008-09-17 12:59+0530\n" +"POT-Creation-Date: 2008-11-07 13:10+0100\n" +"PO-Revision-Date: 2009-03-12 12:31+0530\n" "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n" "Language-Team: Hindi <hindi.sf.net>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n\n\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" +"\n" +"\n" "\n" "\n" "\n" @@ -35,7 +37,7 @@ #: ../desktop-directories/Development.directory.in.h:2 msgid "Tools for software development" -msgstr "सॉफ्टवेयर विकास के औजार" +msgstr "सॉफ्टवेयर विकास के औज़ार" #: ../desktop-directories/Education.directory.in.h:1 msgid "Education" @@ -51,11 +53,11 @@ #: ../desktop-directories/Graphics.directory.in.h:1 msgid "Graphics" -msgstr "आलेखी" +msgstr "चित्रादि" #: ../desktop-directories/Graphics.directory.in.h:2 msgid "Graphics applications" -msgstr "आलेखी अनुप्रयोग" +msgstr "चित्रादि अनुप्रयोग" #: ../desktop-directories/Hardware.directory.in.h:1 msgid "Hardware" @@ -75,11 +77,11 @@ #: ../desktop-directories/LookAndFeel.directory.in.h:1 msgid "Look and Feel" -msgstr "रूप व रंग" +msgstr "रूप-रंग" #: ../desktop-directories/LookAndFeel.directory.in.h:2 msgid "Settings controlling the desktop appearance and behavior" -msgstr "सेटिंग डेस्कटॉप प्रकटन व व्यवहार का नियंत्रण कर रहा है" +msgstr "डेस्कटॉप रूपाकार व व्यवहार का नियंत्रण करने वाले सेटिंग" #: ../desktop-directories/Network.directory.in.h:1 msgid "Internet" @@ -87,7 +89,7 @@ #: ../desktop-directories/Network.directory.in.h:2 msgid "Programs for Internet access such as web and email" -msgstr "इंटरनेट से जुड़ने के लिये वेब व ईमेल जैसे प्रोग्राम" +msgstr "इंटरनेट पहुँच के लिए वेब व ईमेल जैसे प्रोग्राम" #: ../desktop-directories/Office.directory.in.h:1 msgid "Office" @@ -111,11 +113,11 @@ #: ../desktop-directories/Settings-System.directory.in.h:2 msgid "Change system-wide settings (affects all users)" -msgstr "सिस्टमवाइड जमावट बदलें (सभी उपयोक्ताओं को प्रभावित करता है)" +msgstr "तंत्र स्तरीय सेटिंग बदलें (सभी उपयोक्ता प्रभावित होते हैं)" #: ../desktop-directories/Settings.directory.in.h:1 msgid "Personal preferences" -msgstr "निजी पसंद" +msgstr "निजी वरीयता" #: ../desktop-directories/Settings.directory.in.h:2 msgid "Preferences" @@ -128,15 +130,15 @@ #: ../desktop-directories/System.directory.in.h:2 msgid "System settings" -msgstr "सिस्टम जमावट" +msgstr "तंत्र सेटिंग" #: ../desktop-directories/System-Tools.directory.in.h:1 msgid "System Tools" -msgstr "सिस्टम उपकरण" +msgstr "तंत्र औज़ार" #: ../desktop-directories/System-Tools.directory.in.h:2 msgid "System configuration and monitoring" -msgstr "सिस्टम विन्यास व निरीक्षण" +msgstr "तंत्र विन्यास व निरीक्षण" #: ../desktop-directories/Utility-Accessibility.directory.in.h:1 msgid "Universal Access" @@ -144,15 +146,15 @@ #: ../desktop-directories/Utility-Accessibility.directory.in.h:2 msgid "Universal Access Settings" -msgstr "सार्वभौमिक अभिगम्यता जमावट" +msgstr "सार्वभौमिक पहुँच सेटिंग" #: ../desktop-directories/Utility.directory.in.h:1 msgid "Accessories" -msgstr "संलग्नक" +msgstr "उपसाधन" #: ../desktop-directories/Utility.directory.in.h:2 msgid "Desktop accessories" -msgstr "डेस्कटॉप संलग्नक" +msgstr "डेस्कटॉप उपसाधन" #: ../desktop-directories/X-GNOME-Menu-Applications.directory.in.h:1 msgid "Applications" @@ -160,11 +162,11 @@ #: ../desktop-directories/X-GNOME-Menu-System.directory.in.h:1 msgid "Personal preferences and administration settings" -msgstr "निजी वरीयता व प्रशासनिक जमावट" +msgstr "निजी वरीयता व प्रशासन सेटिंग" #: ../desktop-directories/X-GNOME-Other.directory.in.h:1 msgid "Applications that did not fit in other categories" -msgstr "अनुप्रयोग जो अन्य श्रेणी में सटीक नहीं बैठती है" +msgstr "अनुप्रयोग जो अन्य श्रेणी में सटीक नहीं बैठा" #: ../desktop-directories/X-GNOME-Other.directory.in.h:2 msgid "Other" @@ -172,11 +174,11 @@ #: ../simple-editor/gmenu-simple-editor.desktop.in.h:1 msgid "Menu Editor" -msgstr "मेनू संपादक" +msgstr "मेन्यू संपादक" #: ../simple-editor/gmenu-simple-editor.glade.h:1 msgid "Edit Menus" -msgstr "मेनू संपादित करें" +msgstr "मेन्यू संपादित करें" #: ../simple-editor/gmenu-simple-editor.glade.h:2 msgid "_Applications:" @@ -184,11 +186,11 @@ #: ../simple-editor/gmenu-simple-editor.glade.h:3 msgid "_Defaults" -msgstr "मूलभूत (_D)" +msgstr "तयशुदा (_D)" #: ../simple-editor/gmenu-simple-editor.glade.h:4 msgid "_Menus:" -msgstr "मेनू (_M):" +msgstr "मेन्यू (_M):" #: ../simple-editor/GMenuSimpleEditor/maindialog.py:94 #: ../simple-editor/GMenuSimpleEditor/maindialog.py:121 @@ -204,12 +206,12 @@ "Cannot find home directory: not set in /etc/passwd and no value for $HOME in " "environment" msgstr "" -"घर निर्देशिका नहीं पा सकता है: /etc/passwd में सेट नहीं और $HOME के लिये वातावरण में कोई " +"घर निर्देशिका नहीं पा सकता है: /etc/passwd में सेट नहीं है और $HOME के लिये वातावरण में कोई " "मान नहीं है" #: ../util/test-menu-spec.c:33 msgid "Menu file" -msgstr "मेनू फाइल" +msgstr "मेन्यू फ़ाइल" #: ../util/test-menu-spec.c:33 msgid "MENU_FILE" @@ -217,27 +219,27 @@ #: ../util/test-menu-spec.c:34 msgid "Monitor for menu changes" -msgstr "मेनू बदलाव का निरीक्षण" +msgstr "मेन्यू परिवर्तन के लिए मॉनिटर" #: ../util/test-menu-spec.c:35 msgid "Include <Exclude>d entries" -msgstr "शामिल <Exclude> प्रविष्टि" +msgstr "<निकाली> गई प्रविष्टि शामिल करें" #: ../util/test-menu-spec.c:36 msgid "Include NoDisplay=true entries" -msgstr "NoDisplay शामिल करें=सही प्रविष्टि" +msgstr "NoDisplay=true प्रविष्टि शामिल करें" #: ../util/test-menu-spec.c:91 msgid "Invalid desktop file ID" -msgstr "अमान्य डेस्कटॉप फाइल ID" +msgstr "अवैध डेस्कटॉप फ़ाइल आईडी" #: ../util/test-menu-spec.c:92 msgid "[Invalid Filename]" -msgstr "[अमान्य फाइलनाम]" +msgstr "[अवैध फ़ाइलनाम]" #: ../util/test-menu-spec.c:93 msgid " <excluded>" -msgstr " <excluded>" +msgstr " <निकाली गई>" #: ../util/test-menu-spec.c:164 #, c-format @@ -252,15 +254,15 @@ "\n" "\n" "\n" -"==== मेनू बदला गया, पुनर्भारित कर रहा है ====\n" +"==== मेन्यू परिवर्तित, फिर लोड कर रहा है ====\n" "\n" "\n" #: ../util/test-menu-spec.c:169 ../util/test-menu-spec.c:211 msgid "Menu tree is empty" -msgstr "मेनू तरू खाली है" +msgstr "मेन्यू तरू रिक्त है" #: ../util/test-menu-spec.c:189 msgid "- test GNOME's implementation of the Desktop Menu Specification" -msgstr "- डेस्कटॉप मेनू निर्दिष्टता की GNOME कार्यान्वयन की जांच करें" +msgstr "- डेस्कटॉप मेन्यू विनिर्दिष्टता के ग्नोम कार्यान्वयन की जाँच करें" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/po/it.po new/gnome-menus-2.26.0/po/it.po --- old/gnome-menus-2.25.91/po/it.po 2009-02-17 05:44:11.000000000 +0100 +++ new/gnome-menus-2.26.0/po/it.po 2009-03-16 23:26:45.000000000 +0100 @@ -1,14 +1,15 @@ # Italian translation of gnome-menus. -# Copyright (C) 2005 THE gnome-menus'S COPYRIGHT HOLDER +# Copyright (C) 2005, 2006, 2007, 2008, 2009 The Free Software Foundation, Inc. # This file is distributed under the same license as the gnome-menus package. -# Francesco Marletta <francesco.marletta @ tiscali.it>, 2005-2008. +# Francesco Marletta <francesco.marletta @ tiscali.it>, 2005, 206, 2007, 2008, 2009. # msgid "" msgstr "" "Project-Id-Version: gnome-menus 2.24\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-17 07:32+0000\n" -"PO-Revision-Date: 2008-09-03 22:47+0200\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"menus&component=general\n" +"POT-Creation-Date: 2009-02-17 04:56+0000\n" +"PO-Revision-Date: 2009-02-27 16:04+0100\n" "Last-Translator: Francesco Marletta <francesco.marletta@tiscali.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n" "MIME-Version: 1.0\n" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/po/Makefile.in.in new/gnome-menus-2.26.0/po/Makefile.in.in --- old/gnome-menus-2.25.91/po/Makefile.in.in 2009-02-17 05:52:19.000000000 +0100 +++ new/gnome-menus-2.26.0/po/Makefile.in.in 2009-03-16 23:27:56.000000000 +0100 @@ -56,7 +56,7 @@ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) -USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi) +USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/po/or.po new/gnome-menus-2.26.0/po/or.po --- old/gnome-menus-2.25.91/po/or.po 2009-02-17 05:44:11.000000000 +0100 +++ new/gnome-menus-2.26.0/po/or.po 2009-03-16 23:26:45.000000000 +0100 @@ -1,22 +1,23 @@ -# translation of gnome-menus.HEAD.or.po to Oriya +# translation of or.po to Oriya # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Subhransu Behera <arya_subhransu@yahoo.co.in>, 2006. # Manoj Kumar Giri <giri.manojkr@gmail.com>, 2008. +# Manoj Kumar Giri <mgiri@redhat.com>, 2009. msgid "" msgstr "" -"Project-Id-Version: gnome-menus.HEAD.or\n" +"Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-17 14:41+0100\n" -"PO-Revision-Date: 2008-05-15 13:24+0530\n" -"Last-Translator: Manoj Kumar Giri <giri.manojkr@gmail.com>\n" -"Language-Team: Oriya\n" +"POT-Creation-Date: 2008-11-07 13:10+0100\n" +"PO-Revision-Date: 2009-03-03 12:42+0530\n" +"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n" +"Language-Team: Oriya <oriya-it@googlegroups.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" "\n" #: ../desktop-directories/AudioVideo.directory.in.h:1 @@ -33,7 +34,7 @@ #: ../desktop-directories/Development.directory.in.h:2 msgid "Tools for software development" -msgstr "ସଫଟୱେର ବିକାଶ ପାଇଁ ଉପକରଣ" +msgstr "ସଫ୍ଟୱେର ବିକାଶ ପାଇଁ ଉପକରଣ" #: ../desktop-directories/Education.directory.in.h:1 msgid "Education" @@ -77,7 +78,7 @@ #: ../desktop-directories/LookAndFeel.directory.in.h:2 msgid "Settings controlling the desktop appearance and behavior" -msgstr "ଡେସ୍କଟପ ପରିଦୃଶ୍ୟ ଏବଂ ଆଚରଣ କୁ ନିୟନ୍ତ୍ରଣ କରୁଥିବା ବିନ୍ୟାସ" +msgstr "ଡେସ୍କଟପ ପରିଦୃଶ୍ୟ ଏବଂ ଆଚରଣକୁ ନିୟନ୍ତ୍ରଣ କରୁଥିବା ବିନ୍ୟାସ" #: ../desktop-directories/Network.directory.in.h:1 msgid "Internet" @@ -85,7 +86,7 @@ #: ../desktop-directories/Network.directory.in.h:2 msgid "Programs for Internet access such as web and email" -msgstr "ଇଣ୍ଟରନେଟ ଅଭିଗମ ପାଇଁ ୱେ ଏବଂ ଇ-ଡାକ ଭଳି ପ୍ରୋଗ୍ରାମ" +msgstr "ଇଣ୍ଟରନେଟ ଅଭିଗମ୍ୟତା ପାଇଁ ୱେବ ଏବଂ ଇ-ମେଲ ଭଳି ପ୍ରୋଗ୍ରାମଗୁଡ଼ିକ" #: ../desktop-directories/Office.directory.in.h:1 msgid "Office" @@ -142,7 +143,7 @@ #: ../desktop-directories/Utility-Accessibility.directory.in.h:2 msgid "Universal Access Settings" -msgstr "ସାର୍ବଜନିକ ଅଭିଗମ୍ୟତା୍ଯତା ବିନ୍ଯାସ" +msgstr "ସାର୍ବଜନିକ ଅଭିଗମ୍ୟତା ବିନ୍ଯାସ" #: ../desktop-directories/Utility.directory.in.h:1 msgid "Accessories" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/python/Makefile.in new/gnome-menus-2.26.0/python/Makefile.in --- old/gnome-menus-2.25.91/python/Makefile.in 2009-02-17 05:52:26.000000000 +0100 +++ new/gnome-menus-2.26.0/python/Makefile.in 2009-03-16 23:28:05.000000000 +0100 @@ -127,10 +127,29 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/README new/gnome-menus-2.26.0/README --- old/gnome-menus-2.25.91/README 2009-02-17 05:51:20.000000000 +0100 +++ new/gnome-menus-2.26.0/README 2009-03-16 23:27:10.000000000 +0100 @@ -1,5 +1,5 @@ -gnome-menus 2.25.91 -=================== +gnome-menus 2.26.0 +================== This package is free software and is part of the GNOME project. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/simple-editor/GMenuSimpleEditor/Makefile.in new/gnome-menus-2.26.0/simple-editor/GMenuSimpleEditor/Makefile.in --- old/gnome-menus-2.25.91/simple-editor/GMenuSimpleEditor/Makefile.in 2009-02-17 05:52:26.000000000 +0100 +++ new/gnome-menus-2.26.0/simple-editor/GMenuSimpleEditor/Makefile.in 2009-03-16 23:28:05.000000000 +0100 @@ -106,10 +106,29 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/simple-editor/Makefile.in new/gnome-menus-2.26.0/simple-editor/Makefile.in --- old/gnome-menus-2.25.91/simple-editor/Makefile.in 2009-02-17 05:52:26.000000000 +0100 +++ new/gnome-menus-2.26.0/simple-editor/Makefile.in 2009-03-16 23:28:05.000000000 +0100 @@ -122,10 +122,29 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gnome-menus-2.25.91/util/Makefile.in new/gnome-menus-2.26.0/util/Makefile.in --- old/gnome-menus-2.25.91/util/Makefile.in 2009-02-17 05:52:27.000000000 +0100 +++ new/gnome-menus-2.26.0/util/Makefile.in 2009-03-16 23:28:05.000000000 +0100 @@ -130,10 +130,29 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org