This commit is contained in:
parent
a8c99eeff0
commit
9c6624722e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bdce51182f6c46aa6a595a7d91bda4e6c78889895b9d3c437af9f26bc379ceba
|
|
||||||
size 751968
|
|
3
gnome-session-2.20.1.tar.bz2
Normal file
3
gnome-session-2.20.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:134d102f7f6dc889158c262488b98c843616fa8aef23ce3aaa923366076a6a29
|
||||||
|
size 759126
|
38
gnome-session-gcc4.3-fixes.patch
Normal file
38
gnome-session-gcc4.3-fixes.patch
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
Index: gnome-session-2.20.1/gnome-session/splash-widget.c
|
||||||
|
===================================================================
|
||||||
|
--- gnome-session-2.20.1.orig/gnome-session/splash-widget.c
|
||||||
|
+++ gnome-session-2.20.1/gnome-session/splash-widget.c
|
||||||
|
@@ -34,6 +34,10 @@ G_DEFINE_TYPE (SplashWidget,
|
||||||
|
|
||||||
|
static gboolean update_trans_effect (gpointer);
|
||||||
|
|
||||||
|
+static SplashWidget *global_splash = NULL;
|
||||||
|
+
|
||||||
|
+
|
||||||
|
+
|
||||||
|
typedef struct {
|
||||||
|
const char *human_name;
|
||||||
|
const char *exe;
|
||||||
|
@@ -624,7 +628,6 @@ splash_widget_add_icon (SplashWidget *sw
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
-static SplashWidget *global_splash = NULL;
|
||||||
|
|
||||||
|
static void
|
||||||
|
update_icon_with_effect (SplashIcon *si)
|
||||||
|
@@ -654,6 +657,7 @@ update_icon_with_effect (SplashIcon *si)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
+
|
||||||
|
static gboolean
|
||||||
|
update_trans_effect (gpointer splash_icon)
|
||||||
|
{
|
||||||
|
@@ -725,3 +729,6 @@ splash_hide (void)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
+
|
||||||
|
+
|
||||||
|
+
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 7 19:22:44 CET 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.20.1
|
||||||
|
+ Now requires a newer version of gtk2
|
||||||
|
+ Updated translations
|
||||||
|
- Add gnome-session-gcc4.3-fixes.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 20 17:35:33 CEST 2007 - cgaisford@novell.com
|
Thu Sep 20 17:35:33 CEST 2007 - cgaisford@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-session (Version 2.20.0)
|
# spec file for package gnome-session (Version 2.20.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,10 +13,10 @@
|
|||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
BuildRequires: CASA-devel control-center2-devel fdupes gnome-common gnome-desktop-devel gnome-keyring gnome-patch-translation hicolor-icon-theme intltool libglade2-devel libnotify-devel perl-XML-Parser tcpd-devel update-desktop-files
|
BuildRequires: CASA-devel control-center2-devel fdupes gnome-common gnome-desktop-devel gnome-keyring gnome-patch-translation hicolor-icon-theme intltool libglade2-devel libnotify-devel perl-XML-Parser tcpd-devel update-desktop-files
|
||||||
# for xrdb resp. rsh checks:
|
# for xrdb resp. rsh checks:
|
||||||
License: GPL v2 or later, LGPL v2 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.20.0
|
Version: 2.20.1
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Session Tools for the GNOME 2.x Desktop
|
Summary: Session Tools for the GNOME 2.x Desktop
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: gnome
|
Source1: gnome
|
||||||
@ -59,6 +59,7 @@ Patch13: gnome-session-no-devel-fatals.patch
|
|||||||
Patch14: gnome-session-tile-ui.patch
|
Patch14: gnome-session-tile-ui.patch
|
||||||
Patch15: gnome-session-main-init.patch
|
Patch15: gnome-session-main-init.patch
|
||||||
Patch16: gnome-session-sound.patch
|
Patch16: gnome-session-sound.patch
|
||||||
|
Patch17: gnome-session-gcc4.3-fixes.patch
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -108,6 +109,7 @@ gnome-patch-translation-prepare
|
|||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
%patch15
|
%patch15
|
||||||
%patch16
|
%patch16
|
||||||
|
%patch17 -p1
|
||||||
%endif
|
%endif
|
||||||
gnome-patch-translation-update
|
gnome-patch-translation-update
|
||||||
|
|
||||||
@ -159,6 +161,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files lang -f %{name}-2.0.lang
|
%files lang -f %{name}-2.0.lang
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 07 2007 - maw@suse.de
|
||||||
|
- Update to version 2.20.1
|
||||||
|
+ Now requires a newer version of gtk2
|
||||||
|
+ Updated translations
|
||||||
|
- Add gnome-session-gcc4.3-fixes.patch.
|
||||||
* Thu Sep 20 2007 - cgaisford@novell.com
|
* Thu Sep 20 2007 - cgaisford@novell.com
|
||||||
- Updated gnome script to detect live install user and create
|
- Updated gnome script to detect live install user and create
|
||||||
desktop entires in the ~/.config/autostart directory to disable
|
desktop entires in the ~/.config/autostart directory to disable
|
||||||
|
Loading…
Reference in New Issue
Block a user