OBS User unknown 2009-06-12 16:07:24 +00:00 committed by Git OBS Bridge
parent a857f251c1
commit a7ba2194dd
3 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,18 @@
Index: gnome-control-center-2.24.0.1/capplets/default-applications/gnome-default-applications.xml.in
===================================================================
--- gnome-control-center-2.24.0.1.orig/capplets/default-applications/gnome-default-applications.xml.in
+++ gnome-control-center-2.24.0.1/capplets/default-applications/gnome-default-applications.xml.in
@@ -241,6 +241,13 @@
<icon-name>sylpheed</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>
+ <mail-reader>
+ <_name>GroupWise</_name>
+ <executable>groupwise</executable>
+ <command>groupwise %s</command>
+ <icon-name>gwclient</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ </mail-reader>
</mail-readers>
<terminals>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 1 21:59:12 CEST 2009 - sreeves@novell.com
- Fix bnc#436206 - add GroupWise to the defaults
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 27 16:49:10 CEST 2009 - vuntz@novell.com Wed May 27 16:49:10 CEST 2009 - vuntz@novell.com

View File

@ -43,7 +43,7 @@ Group: System/GUI/GNOME
Obsoletes: fontilus themus acme Obsoletes: fontilus themus acme
Provides: fontilus themus acme Provides: fontilus themus acme
Version: 2.26.0 Version: 2.26.0
Release: 2 Release: 3
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.
@ -54,6 +54,8 @@ Patch14: gnome-control-center-system-proxy-configuration.patch
Patch28: gnome-control-center-use-settings-menu.patch Patch28: gnome-control-center-use-settings-menu.patch
# PATCH-FIX-OPENSUSE gnome-control-center-bnc373197-layout-switch-keybinding.patch bnc373197 vuntz@novell.com -- this is a temporary hack to change the default layout switching keybinding # PATCH-FIX-OPENSUSE gnome-control-center-bnc373197-layout-switch-keybinding.patch bnc373197 vuntz@novell.com -- this is a temporary hack to change the default layout switching keybinding
Patch30: gnome-control-center-bnc373197-layout-switch-keybinding.patch Patch30: gnome-control-center-bnc373197-layout-switch-keybinding.patch
# PATCH-FIX-UPSTREAM gnome-control-center-bnc436206-add-to-default.patch bnc436206 sreeves@novell.com -- Add groupwise to defaults list
Patch31: gnome-control-center-bnc436206-add-to-default.patch
Url: http://www.gnome.org Url: http://www.gnome.org
Requires: nautilus gnome-settings-daemon gnome-menus libcanberra-gtk Requires: nautilus gnome-settings-daemon gnome-menus libcanberra-gtk
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
@ -98,6 +100,7 @@ Authors:
%patch14 -p1 %patch14 -p1
%patch28 %patch28
%patch30 -p1 %patch30 -p1
%patch31 -p1
%build %build
autoreconf -f -i autoreconf -f -i
@ -184,6 +187,8 @@ fi
%{_datadir}/pkgconfig/*.pc %{_datadir}/pkgconfig/*.pc
%changelog %changelog
* Mon Jun 01 2009 sreeves@novell.com
- Fix bnc#436206 - add GroupWise to the defaults
* Wed May 27 2009 vuntz@novell.com * Wed May 27 2009 vuntz@novell.com
- Remove gnome-passwd and enable gnome-about-me instead (which - Remove gnome-passwd and enable gnome-about-me instead (which
requires --enable-aboutme in configure). requires --enable-aboutme in configure).