Accepting request 23697 from home:coolo:branches:openSUSE:Factory:branched

Copy from home:coolo:branches:openSUSE:Factory:branched/gnome-control-center via accept of submit request 23697 revision 2.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/23697
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2009-11-04 11:32:47 +00:00 committed by Git OBS Bridge
parent 53d75cbd92
commit 62432bfe83
3 changed files with 16 additions and 6 deletions

View File

@ -2,9 +2,9 @@ Index: shell/control-center.c
=================================================================== ===================================================================
--- shell/control-center.c.orig --- shell/control-center.c.orig
+++ shell/control-center.c +++ shell/control-center.c
@@ -131,7 +131,7 @@ main (int argc, char *argv[]) @@ -174,7 +174,7 @@ main (int argc, char *argv[])
program = gnome_program_init ("GNOME Control Center", "0.1", LIBGNOMEUI_MODULE, return retval;
argc, argv, NULL, NULL); }
- app_data = appshelldata_new ("gnomecc.menu", NULL, CONTROL_CENTER_PREFIX, - app_data = appshelldata_new ("gnomecc.menu", NULL, CONTROL_CENTER_PREFIX,
+ app_data = appshelldata_new ("settings.menu", NULL, CONTROL_CENTER_PREFIX, + app_data = appshelldata_new ("settings.menu", NULL, CONTROL_CENTER_PREFIX,

View File

@ -1,5 +1,15 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 3 10:20:28 CEST 2009 - vuntz@opensuse.org Tue Nov 3 19:09:18 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Sat Oct 03 15:05:00 BST 2009 - riggwelter@opensuse.org
- bnc#533491 - Only show Preferred Applications in System section.
-------------------------------------------------------------------
Sat Oct 03 10:20:28 CEST 2009 - vuntz@opensuse.org
- Add gnome-control-center-default-app-xterm.patch to correctly set - Add gnome-control-center-default-app-xterm.patch to correctly set
the exec arg gconf key when changing the preferred terminal. Fix the exec arg gconf key when changing the preferred terminal. Fix

View File

@ -40,7 +40,7 @@ Group: System/GUI/GNOME
Obsoletes: fontilus themus acme Obsoletes: fontilus themus acme
Provides: fontilus themus acme Provides: fontilus themus acme
Version: 2.28.0 Version: 2.28.0
Release: 1 Release: 2
Summary: The GNOME Control Center Summary: The GNOME Control Center
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gnome-control-center-bnc427745-force-dpi.patch bnc427745 bgo553652 vuntz@novell.com -- Force the DPI to 96 right now to avoid big fonts. # PATCH-FIX-UPSTREAM gnome-control-center-bnc427745-force-dpi.patch bnc427745 bgo553652 vuntz@novell.com -- Force the DPI to 96 right now to avoid big fonts.
@ -130,7 +130,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file -N "Control Center" -G "Personal Settings" -C "Configure the desktop" gnomecc DesktopSettings %suse_update_desktop_file -N "Control Center" -G "Personal Settings" -C "Configure the desktop" gnomecc DesktopSettings
# capplets # capplets
%suse_update_desktop_file at-properties X-SuSE-ControlCenter-Personal %suse_update_desktop_file at-properties X-SuSE-ControlCenter-Personal
%suse_update_desktop_file default-applications X-SuSE-ControlCenter-System DesktopSettings AdvancedSettings %suse_update_desktop_file default-applications X-SuSE-ControlCenter-System AdvancedSettings
%suse_update_desktop_file display-properties X-SuSE-ControlCenter-Hardware %suse_update_desktop_file display-properties X-SuSE-ControlCenter-Hardware
%suse_update_desktop_file gnome-about-me X-SuSE-ControlCenter-Personal %suse_update_desktop_file gnome-about-me X-SuSE-ControlCenter-Personal
%suse_update_desktop_file gnome-network-properties X-SuSE-ControlCenter-System AdvancedSettings %suse_update_desktop_file gnome-network-properties X-SuSE-ControlCenter-System AdvancedSettings