rpms/yelp/devel yelp-keyfile.patch,NONE,1.1 yelp.spec,1.192,1.193

Matthias Clasen mclasen at fedoraproject.org
Wed Jun 30 04:37:32 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/yelp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2021

Modified Files:
	yelp.spec 
Added Files:
	yelp-keyfile.patch 
Log Message:
fix  build


yelp-keyfile.patch:
 yelp-application.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE yelp-keyfile.patch ---
diff -up yelp-2.31.6/src/yelp-application.c.keyfile yelp-2.31.6/src/yelp-application.c
--- yelp-2.31.6/src/yelp-application.c.keyfile	2010-06-30 00:33:20.746211407 -0400
+++ yelp-2.31.6/src/yelp-application.c	2010-06-30 00:34:19.608212315 -0400
@@ -224,7 +224,7 @@ application_setup (YelpApplication *app)
         gchar *keyfile = g_build_filename (g_get_user_config_dir (),
                                            "yelp", "yelp.cfg",
                                            NULL);
-        priv->backend = g_keyfile_settings_backend_new (keyfile);
+        priv->backend = g_keyfile_settings_backend_new (keyfile, "/org/gnome/yelp", NULL);
         priv->gsettings = g_settings_new_with_backend ("org.gnome.yelp",
                                                        priv->backend);
         g_free (keyfile);


Index: yelp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yelp/devel/yelp.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -p -r1.192 -r1.193
--- yelp.spec	30 Jun 2010 04:24:05 -0000	1.192
+++ yelp.spec	30 Jun 2010 04:37:32 -0000	1.193
@@ -33,6 +33,8 @@ BuildRequires: gnome-common
 BuildRequires: intltool
 BuildRequires: automake autoconf libtool
 
+Patch0: yelp-keyfile.patch
+
 %description
 Yelp is the help browser for the GNOME desktop. It is designed
 to help you browse all the documentation on your system in
@@ -59,6 +61,7 @@ the libraries in the yelp-libs package.
 
 %prep
 %setup -q
+%patch0 -p1 -b .keyfile
 
 %build
 %configure



More information about the scm-commits mailing list