Author: wiget Date: Thu Mar 10 19:58:37 2011 GMT Module: packages Tag: DEVEL ---- Log message: - BR cheese-devel - fix building without localedb-src
---- Files affected: packages/gnome-control-center: gnome-control-center.spec (1.43.2.8 -> 1.43.2.9) , locale.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnome-control-center/gnome-control-center.spec diff -u packages/gnome-control-center/gnome-control-center.spec:1.43.2.8 packages/gnome-control-center/gnome-control-center.spec:1.43.2.9 --- packages/gnome-control-center/gnome-control-center.spec:1.43.2.8 Wed Mar 9 18:33:53 2011 +++ packages/gnome-control-center/gnome-control-center.spec Thu Mar 10 20:58:31 2011 @@ -13,12 +13,13 @@ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/2.91/%{name}-%{version}.tar.bz2 # Source0-md5: f65f3c3ea44b2796cc09e30d902aabeb +Patch0: locale.patch URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.26.0 #BuildRequires: NetworkManager-devel >= 0.8.992 BuildRequires: autoconf BuildRequires: automake >= 1:1.10 -#BuildRequires: cheese-devel >= 2.91.5 +BuildRequires: cheese-devel >= 2.91.91.1 BuildRequires: cups-devel >= 1.4 BuildRequires: dbus-glib-devel >= 0.74 BuildRequires: docbook-dtd412-xml @@ -138,6 +139,7 @@ %prep %setup -q +%patch0 -p1 %build %{__gnome_doc_prepare} @@ -245,6 +247,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43.2.9 2011/03/10 19:58:31 wiget +- BR cheese-devel +- fix building without localedb-src + Revision 1.43.2.8 2011/03/09 17:33:53 megabajt - updated to 2.91.91 ================================================================ Index: packages/gnome-control-center/locale.patch diff -u /dev/null packages/gnome-control-center/locale.patch:1.1.2.1 --- /dev/null Thu Mar 10 20:58:37 2011 +++ packages/gnome-control-center/locale.patch Thu Mar 10 20:58:31 2011 @@ -0,0 +1,11 @@ +--- gnome-control-center-2.91.91/panels/datetime/test-endianess.c.wiget 2011-03-09 22:20:32.258478986 +0100 ++++ gnome-control-center-2.91.91/panels/datetime/test-endianess.c 2011-03-09 22:29:36.436369996 +0100 +@@ -38,7 +38,7 @@ int main (int argc, char **argv) + return 0; + } + +- dir = g_dir_open ("/usr/share/i18n/locales/", 0, NULL); ++ dir = g_dir_open ("/usr/share/locale/", 0, NULL); + if (dir == NULL) + return 1; + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-control-center/gnome-control-center.spec?r1=1.43.2.8&r2=1.43.2.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
