rpms/control-center/devel org.gnome.control-center.defaultbackground.policy, NONE, 1.1 control-center.spec, 1.375, 1.376 broken-schema-translations.patch, 1.1, NONE control-center-2.16.0-about-me-help.patch, 1.1, NONE control-center-2.18.0-be-more-async.patch, 1.3, NONE control-center-2.19.1-search.patch, 1.1, NONE control-center-2.19.90-gecos.patch, 1.1, NONE control-center-2.19.91-passwd.patch, 1.1, NONE control-center-2.21.92-passwd.patch, 1.1, NONE gnome-control-center-2.21.92-gecos.patch, 1.1, NONE gnome-control-center-2.22.0-caps-lock-bindables.patch, 1.1, NONE no-fonts.patch, 1.1, NONE no-gdmsetup.patch, 1.1, NONE

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Mon Jun 23 14:57:56 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/control-center/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11322

Modified Files:
	control-center.spec 
Added Files:
	org.gnome.control-center.defaultbackground.policy 
Removed Files:
	broken-schema-translations.patch 
	control-center-2.16.0-about-me-help.patch 
	control-center-2.18.0-be-more-async.patch 
	control-center-2.19.1-search.patch 
	control-center-2.19.90-gecos.patch 
	control-center-2.19.91-passwd.patch 
	control-center-2.21.92-passwd.patch 
	gnome-control-center-2.21.92-gecos.patch 
	gnome-control-center-2.22.0-caps-lock-bindables.patch 
	no-fonts.patch no-gdmsetup.patch 
Log Message:
- Install bg capplet .policy file



--- NEW FILE org.gnome.control-center.defaultbackground.policy ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<policyconfig>
  <vendor>The GNOME Project</vendor>
  <vendor_url>http://www.gnome.org/projects/gconf/</vendor_url>
  <icon_name>preferences-desktop-appearance</icon_name>

  <action id="org.gnome.gconf.defaults.set-default-background">
    <description>Set the default background image</description>
    <message>Privileges are required to set the default background image</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin</allow_active>
    </defaults>
    <annotate key="org.gnome.gconf.defaults.set-system.prefix">/desktop/gnome/background</annotate>
  </action>

</policyconfig>



Index: control-center.spec
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -r1.375 -r1.376
--- control-center.spec	20 Jun 2008 18:30:20 -0000	1.375
+++ control-center.spec	23 Jun 2008 14:56:59 -0000	1.376
@@ -22,11 +22,12 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.23.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
 Source: http://download.gnome.org/sources/gnome-control-center/2.23/gnome-control-center-%{version}.tar.bz2
+Source1: org.gnome.control-center.defaultbackground.policy
 
 Patch2: control-center-2.20.0-enable-sound-by-default.patch
 Patch3: control-center-2.19.3-no-gnome-common.patch
@@ -239,6 +240,9 @@
 # we do want this
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
 
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/PolicyKit/policy
+install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/PolicyKit/policy
+
 # we don't want these
 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/cursor-fonts
@@ -316,6 +320,7 @@
 %{_datadir}/desktop-directories/*
 %{_datadir}/mime/packages/gnome-theme-package.xml
 %{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/PolicyKit/policy/*
 %{_datadir}/pkgconfig/gnome-keybindings.pc
 # list all binaries explicitly, so we notice if one goes missing
 %{_bindir}/gnome-about-me
@@ -359,6 +364,9 @@
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Mon Jun 23 2008 Ray Strode <rstrode at redhat.com> - 2.23.4-3
+- Install bg capplet .policy file
+
 * Fri Jun 20 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.4-2
 - Use standard icon names for capplets where available
 


--- broken-schema-translations.patch DELETED ---


--- control-center-2.16.0-about-me-help.patch DELETED ---


--- control-center-2.18.0-be-more-async.patch DELETED ---


--- control-center-2.19.1-search.patch DELETED ---


--- control-center-2.19.90-gecos.patch DELETED ---


--- control-center-2.19.91-passwd.patch DELETED ---


--- control-center-2.21.92-passwd.patch DELETED ---


--- gnome-control-center-2.21.92-gecos.patch DELETED ---


--- gnome-control-center-2.22.0-caps-lock-bindables.patch DELETED ---


--- no-fonts.patch DELETED ---


--- no-gdmsetup.patch DELETED ---




More information about the fedora-extras-commits mailing list