rpms/gnome-packagekit/devel gnome-packagekit-0.4.0-set-gtk-module-false.patch, NONE, 1.1 gnome-packagekit.spec, 1.68, 1.69

Richard Hughes rhughes at fedoraproject.org
Fri Dec 12 13:51:22 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10465

Modified Files:
	gnome-packagekit.spec 
Added Files:
	gnome-packagekit-0.4.0-set-gtk-module-false.patch 
Log Message:
* Fri Dec 12 2008 Richard Hughes  <rhughes at redhat.com> - 0.4.0-2
- Depend on PackageKit-gtk-module so the auto-font installation can be
  turned on in F11.
- Turn off the loading of libpk-gtk-module.so until we have a new
  fontconfig using a spec file patch that we can nuke soon.
- Fixes rh#476066


gnome-packagekit-0.4.0-set-gtk-module-false.patch:

--- NEW FILE gnome-packagekit-0.4.0-set-gtk-module-false.patch ---
diff --git a/data/gnome-packagekit.schemas.in b/data/gnome-packagekit.schemas.in
index ef56f65..7598d14 100644
--- a/data/gnome-packagekit.schemas.in
+++ b/data/gnome-packagekit.schemas.in
@@ -393,7 +393,7 @@
       <applyto>/apps/gnome_settings_daemon/gtk-modules/pk-gtk-module</applyto>
       <owner>gnome-packagekit</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
         <short>GTK+ module for font installation</short>
         <long>This key determines if applications should be able to prompt for fonts</long>


Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/gnome-packagekit.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- gnome-packagekit.spec	9 Dec 2008 09:40:34 -0000	1.68
+++ gnome-packagekit.spec	12 Dec 2008 13:50:52 -0000	1.69
@@ -6,7 +6,7 @@
 Summary:   Session applications to manage packages
 Name:      gnome-packagekit
 Version:   0.4.0
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
@@ -15,6 +15,9 @@
 Source2:   system-install-packages.1.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# Fedora-specific -- requires behdad's new fontconfig before it's useful
+Patch0:    gnome-packagekit-0.4.0-set-gtk-module-false.patch
+
 Requires:  gtk2 >= 2.12.0
 Requires:  gnome-icon-theme
 Requires:  libnotify >= 0.4.3
@@ -23,6 +26,7 @@
 Requires:  dbus-x11 >= %{dbus_version}
 Requires:  PackageKit >= %{packagekit_version}
 Requires:  PackageKit-libs >= %{packagekit_version}
+Requires:  PackageKit-gtk-module >= %{packagekit_version}
 Requires:  shared-mime-info
 Requires:  iso-codes
 Requires(post):   scrollkeeper
@@ -73,6 +77,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-scrollkeeper --disable-schemas-install
@@ -207,6 +212,13 @@
 %{_datadir}/applications/gpk-service-pack.desktop
 
 %changelog
+* Fri Dec 12 2008 Richard Hughes  <rhughes at redhat.com> - 0.4.0-2
+- Depend on PackageKit-gtk-module so the auto-font installation can be
+  turned on in F11.
+- Turn off the loading of libpk-gtk-module.so until we have a new
+  fontconfig using a spec file patch that we can nuke soon.
+- Fixes rh#476066
+
 * Tue Dec 09 2008 Richard Hughes  <rhughes at redhat.com> - 0.4.0-1
 - New upstream version
 




More information about the fedora-extras-commits mailing list