commit moblin-panel-applications for openSUSE:Factory
Hello community, here is the log from the commit of package moblin-panel-applications for openSUSE:Factory checked in at Wed Mar 31 19:01:21 CEST 2010. -------- New Changes file: --- /dev/null 2009-09-30 08:50:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/moblin-panel-applications/moblin-panel-applications.changes 2010-01-27 07:09:53.000000000 +0100 @@ -0,0 +1,17 @@ +------------------------------------------------------------------- +Wed Jan 27 06:08:06 UTC 2010 - glin@novell.com + +- Add moblin-panel-applications-update-translations.patch to update + translations from upstream + +------------------------------------------------------------------- +Tue Jan 26 07:46:13 UTC 2010 - glin@novell.com + +- Add moblin-panel-applications-autogen-linguas.patch to generate + LINGUAS automatically. + +------------------------------------------------------------------- +Fri Nov 6 05:45:12 UTC 2009 - glin@novell.com + +- initial import 0.0.5 + calling whatdependson for head-i586 New: ---- moblin-panel-applications-0.0.5.tar.bz2 moblin-panel-applications-autogen-linguas.patch moblin-panel-applications-update-translations.patch moblin-panel-applications.changes moblin-panel-applications.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ moblin-panel-applications.spec ++++++ # # spec file for package moblin-panel-applications (Version 0.0.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: moblin-panel-applications Summary: Applications panel Group: System/GUI/Other Version: 0.0.5 Release: 1 License: LGPLv2.1 Url: http://www.moblin.org Source0: %{name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM moblin-panel-applications-autogen-linguas.patch glin@novell.com - generate LINGUAS automatically Patch1: moblin-panel-applications-autogen-linguas.patch # PATCH-FIX-UPSTREAM moblin-panel-applications-update-translations.patch glin@novell.com - update translations from upstream Patch2: moblin-panel-applications-update-translations.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: clutter-devel BuildRequires: gtk2-devel BuildRequires: gnome-menus-devel BuildRequires: nbtk-devel >= 1.2.0 BuildRequires: mutter-moblin-devel >= 0.35.0 BuildRequires: intltool BuildRequires: gettext BuildRequires: gnome-common Requires: mutter-moblin >= 0.35.0 Requires: gnome-menus Requires: moblin-menus %description Moblin applications panel %prep %setup -q -n %{name}-%{version} #%patch1 -p1 #Fails to apply, awaiting response from Gary %patch2 -p1 %build NOCONFIGURE=1 ./autogen.sh %configure --libexecdir=%{_libdir}/mutter-moblin --disable-static export LD_AS_NEEDED=1 make %{?_smp_mflags} %install %makeinstall %find_lang %{name} mkdir -p %{buildroot}/%{_datadir}/doc/%{name}-%{version} for f in `ls %{buildroot}/%{_datadir}/doc/`; do if [ -f %{buildroot}/%{_datadir}/doc/$f ]; then mv %{buildroot}/%{_datadir}/doc/$f %{buildroot}/%{_datadir}/doc/%{name}-%{version} fi done %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root) %doc COPYING %{_libdir}/mutter-moblin/moblin-panel-applications %{_datadir}/dbus-1/services/org.moblin.UX.Shell.Panels.applications.service %dir %{_datadir}/moblin-panel-applications/ %{_datadir}/moblin-panel-applications/* %changelog ++++++ moblin-panel-applications-autogen-linguas.patch ++++++
From 9caba8d9da6942d330dcb8ed48a41b96158aac21 Mon Sep 17 00:00:00 2001 From: Robert Staudinger <robertx.staudinger@intel.com> Date: Mon, 9 Nov 2009 16:12:34 +0100 Subject: [PATCH] [build] Use AS_ALL_LINGUAS
--- Makefile.am | 6 +++++- build/Makefile.am | 4 ++++ build/as-linguas.m4 | 24 ++++++++++++++++++++++++ configure.ac | 5 +++++ po/LINGUAS | 12 ------------ 5 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 build/Makefile.am create mode 100644 build/as-linguas.m4 delete mode 100644 po/LINGUAS diff --git a/Makefile.am b/Makefile.am index 42b9a7e..9cb3e02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,5 @@ -SUBDIRS=src tests data po + +ACLOCAL_AMFLAGS = -I build + +SUBDIRS = build src tests data po + diff --git a/build/Makefile.am b/build/Makefile.am new file mode 100644 index 0000000..c2a2c0d --- /dev/null +++ b/build/Makefile.am @@ -0,0 +1,4 @@ + +EXTRA_DIST = \ + as-linguas.m4 + diff --git a/build/as-linguas.m4 b/build/as-linguas.m4 new file mode 100644 index 0000000..92b28f7 --- /dev/null +++ b/build/as-linguas.m4 @@ -0,0 +1,24 @@ +# Set ALL_ALL_LINGUAS based on the .po files present. Optional argument is the +# name of the po directory. $podir/LINGUAS.ignore can be used to ignore a +# subset of the po files. + +AC_DEFUN([AS_ALL_LINGUAS], +[ + AC_MSG_CHECKING([for linguas]) + podir="m4_default([$1],[$srcdir/po])" + linguas=`cd $podir && ls *.po 2>/dev/null | awk 'BEGIN { FS="."; ORS=" " } { print $[]1 }'` + if test -f "$podir/LINGUAS.ignore"; then + ALL_LINGUAS=""; + ignore_linguas=`sed -n -e 's/^\s\+\|\s\+$//g' -e '/^#/b' -e '/\S/!b' \ + -e 's/\s\+/\n/g' -e p "$podir/LINGUAS.ignore"`; + for lang in $linguas; do + if ! echo "$ignore_linguas" | grep -q "^${lang}$"; then + ALL_LINGUAS="$ALL_LINGUAS $lang"; + fi; + done; + else + ALL_LINGUAS="$linguas"; + fi; + AC_SUBST([ALL_LINGUAS]) + AC_MSG_RESULT($ALL_LINGUAS) +]) diff --git a/configure.ac b/configure.ac index 781d7f9..71f8279 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,7 @@ AC_PREREQ(2.53) AC_INIT(moblin-panel-applications, 0.1.0) +AC_CONFIG_AUX_DIR([build]) +AC_CONFIG_MACRO_DIR([build]) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) @@ -21,6 +23,8 @@ AC_ISC_POSIX AC_HEADER_STDC AM_PROG_CC_C_O +AS_ALL_LINGUAS + CFLAGS="$CFLAGS -Wall" PKG_CHECK_MODULES(MPL, moblin-panel) @@ -49,6 +53,7 @@ AM_CONDITIONAL([ENABLE_CACHE], [test "x$enable_cache" = "xyes"]) AC_OUTPUT([ Makefile + build/Makefile src/Makefile data/Makefile data/theme/Makefile diff --git a/po/LINGUAS b/po/LINGUAS deleted file mode 100644 index c00a4fe..0000000 --- a/po/LINGUAS +++ /dev/null @@ -1,12 +0,0 @@ -# please keep this list sorted alphabetically -# -de -es -fi -fr -ja -ko -pt_BR -sv -zh_CN -zh_TW -- 1.6.0.2 ++++++ moblin-panel-applications-update-translations.patch ++++++
From 3773ad8cc3396293156992668c9679b303c886f2 Mon Sep 17 00:00:00 2001 From: Gary Lin <glin@novell.com> Date: Wed, 27 Jan 2010 12:23:51 +0800 Subject: [PATCH] Update translations from upstream
Signed-off-by: Gary Lin <glin@novell.com> --- po/ar.po | 37 +++++++++++++++++++++++++++++++++++++ po/bn_IN.po | 38 ++++++++++++++++++++++++++++++++++++++ po/da.po | 36 ++++++++++++++++++++++++++++++++++++ po/ru.po | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 147 insertions(+), 0 deletions(-) create mode 100644 po/ar.po create mode 100644 po/bn_IN.po create mode 100644 po/da.po create mode 100644 po/ru.po diff --git a/po/ar.po b/po/ar.po new file mode 100644 index 0000000..c2b430a --- /dev/null +++ b/po/ar.po @@ -0,0 +1,37 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: moblin-panel-applications\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-01-27 12:04+0800\n" +"PO-Revision-Date: 2009-11-13 22:22+0200\n" +"Last-Translator: Yousef Abu Al Naser <yousef@itsoftex.com>\n" +"Language-Team: ITSOFTEX <info@itsoftex.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Arabic\n" + +#. +#. * Fav apps. +#. +#. Label +#: ../src/moblin-netbook-launcher.c:815 +msgid "Favorite Applications" +msgstr "التطبيقات المفضّلة" + +#: ../src/moblin-netbook-launcher.c:1339 +msgid "Applications" +msgstr "تطبيقات" + +#: ../src/moblin-netbook-launcher.c:1350 +msgid "Search" +msgstr "بحث" + +#: ../src/moblin-panel-applications.c:196 +msgid "applications" +msgstr "تطبيقات" diff --git a/po/bn_IN.po b/po/bn_IN.po new file mode 100644 index 0000000..94450e6 --- /dev/null +++ b/po/bn_IN.po @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# sankarshan mukhopadhyay <sankarshan@fedoraproject.org>, 2009. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-01-27 12:04+0800\n" +"PO-Revision-Date: 2009-12-12 12:27+0530\n" +"Last-Translator: sankarshan mukhopadhyay <sankarshan@fedoraproject.org>\n" +"Language-Team: anubad@lists.ankur.org.in\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Virtaal 0.4.1\n" + +#. +#. * Fav apps. +#. +#. Label +#: ../src/moblin-netbook-launcher.c:815 +msgid "Favorite Applications" +msgstr "পছন্দের অ্যাপ্লিকেশন" + +#: ../src/moblin-netbook-launcher.c:1339 +msgid "Applications" +msgstr "অ্যাপ্লিকেশন" + +#: ../src/moblin-netbook-launcher.c:1350 +msgid "Search" +msgstr "খুঁজে নিন" + +#: ../src/moblin-panel-applications.c:196 +msgid "applications" +msgstr "অ্যাপ্লিকেশন" diff --git a/po/da.po b/po/da.po new file mode 100644 index 0000000..6ba3073 --- /dev/null +++ b/po/da.po @@ -0,0 +1,36 @@ +# Danish translation moblin-panel-apps +# Copyright (C) 2009 +# This file is distributed under the same license as the moblin-panel-apps package. +# Kris Thomsen <lakristho@gmail.com>, 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: moblin-panel-apps\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-01-27 12:04+0800\n" +"PO-Revision-Date: 2009-11-07 21:26+0100\n" +"Last-Translator: Kris Thomsen <lakristho@gmail.com>\n" +"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. +#. * Fav apps. +#. +#. Label +#: ../src/moblin-netbook-launcher.c:815 +msgid "Favorite Applications" +msgstr "Favoritprogrammer" + +#: ../src/moblin-netbook-launcher.c:1339 +msgid "Applications" +msgstr "Programmer" + +#: ../src/moblin-netbook-launcher.c:1350 +msgid "Search" +msgstr "Søg" + +#: ../src/moblin-panel-applications.c:196 +msgid "applications" +msgstr "programmer" diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..12f735f --- /dev/null +++ b/po/ru.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Alexander Mineev <alexander.g.mineev@intel.com>, 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-01-27 12:04+0800\n" +"PO-Revision-Date: 2009-11-19 12:02+0300\n" +"Last-Translator: Alexander Mineev <alexander.g.mineev@intel.com>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. +#. * Fav apps. +#. +#. Label +#: ../src/moblin-netbook-launcher.c:815 +msgid "Favorite Applications" +msgstr "Предпочитаемые программы" + +#: ../src/moblin-netbook-launcher.c:1339 +msgid "Applications" +msgstr "Программы" + +#: ../src/moblin-netbook-launcher.c:1350 +msgid "Search" +msgstr "Поиск" + +#: ../src/moblin-panel-applications.c:196 +msgid "applications" +msgstr "программы" -- 1.6.0.2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de