packages: gtkpod/gtkpod.spec, gtkpod/gtkpod-linguas.patch (NEW)=?UTF-8?Q?=20?=- fixed Cze...
kiesiu
kiesiu at pld-linux.org
Tue Feb 28 23:25:06 CET 2012
Author: kiesiu Date: Tue Feb 28 22:25:06 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed Czech locale file
---- Files affected:
packages/gtkpod:
gtkpod.spec (1.39 -> 1.40) , gtkpod-linguas.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/gtkpod/gtkpod.spec
diff -u packages/gtkpod/gtkpod.spec:1.39 packages/gtkpod/gtkpod.spec:1.40
--- packages/gtkpod/gtkpod.spec:1.39 Tue Feb 28 22:26:12 2012
+++ packages/gtkpod/gtkpod.spec Tue Feb 28 23:25:01 2012
@@ -12,6 +12,7 @@
# Source0-md5: 36fd0324fd1d1da00fcddacef1b09983
Patch0: desktop.patch
Patch1: itmf_tags.patch
+Patch2: %{name}-linguas.patch
URL: http://www.gtkpod.org/
BuildRequires: autoconf >= 2.65
BuildRequires: automake >= 1:1.9
@@ -61,10 +62,13 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%{__sed} -i -e 's!/usr/bin/awk!/bin/awk!g' scripts/ldif2vcf.sh
+mv -f po/cs{_CZ,}.po
%build
%{__libtoolize}
+%{__intltoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
@@ -133,6 +137,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2012/02/28 22:25:01 kiesiu
+- fixed Czech locale file
+
Revision 1.39 2012/02/28 21:26:12 kiesiu
- updated to 2.1.1
- cleaned and added a lot of BRs
================================================================
Index: packages/gtkpod/gtkpod-linguas.patch
diff -u /dev/null packages/gtkpod/gtkpod-linguas.patch:1.1
--- /dev/null Tue Feb 28 23:25:06 2012
+++ packages/gtkpod/gtkpod-linguas.patch Tue Feb 28 23:25:01 2012
@@ -0,0 +1,24 @@
+diff -uNr gtkpod-2.1.1/configure.ac gtkpod-2.1.1.new/configure.ac
+--- gtkpod-2.1.1/configure.ac 2012-01-08 17:51:11.000000000 +0100
++++ gtkpod-2.1.1.new/configure.ac 2012-02-28 23:19:13.208521049 +0100
+@@ -129,7 +129,7 @@
+
+
+ dnl Add the languages which your application supports here.
+-ALL_LINGUAS="ca cs_CZ de es fr he it ja nl pt_BR ro ru sv zh_CN zh_TW"
++ALL_LINGUAS="ca cs de es fr he it ja nl pt_BR ro ru sv zh_CN zh_TW"
+ AM_GLIB_GNU_GETTEXT
+
+
+diff -uNr gtkpod-2.1.1/plugins/plugins.mk gtkpod-2.1.1.new/plugins/plugins.mk
+--- gtkpod-2.1.1/plugins/plugins.mk 2011-12-27 18:16:49.000000000 +0100
++++ gtkpod-2.1.1.new/plugins/plugins.mk 2012-02-28 23:19:28.905902725 +0100
+@@ -67,7 +67,7 @@
+ # List out the current language po files
+ PO_FILES=\
+ $(top_srcdir)/po/ca.po \
+- $(top_srcdir)/po/cs_CZ.po \
++ $(top_srcdir)/po/cs.po \
+ $(top_srcdir)/po/de.po \
+ $(top_srcdir)/po/es.po \
+ $(top_srcdir)/po/fr.po \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtkpod/gtkpod.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list