auto-import changelog data from gnome-session-2.0.5-6.src.rpm
Wed Aug 28 2002 Havoc Pennington <hp@redhat.com> - put gdm session in here, conflict with old gdm - use DITHER_MAX for dithering to make splash screen look good in 16 bit
This commit is contained in:
parent
526b60fdd3
commit
e6040b6fd6
3
Gnome.session
Normal file
3
Gnome.session
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
exec /etc/X11/xdm/Xsession gnome
|
20
gnome-session-2.0.5-dithering.patch
Normal file
20
gnome-session-2.0.5-dithering.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
--- gnome-session-2.0.5/gnome-session/splash-widget.c.dithering 2002-08-28 12:47:42.000000000 -0400
|
||||||
|
+++ gnome-session-2.0.5/gnome-session/splash-widget.c 2002-08-28 12:48:10.000000000 -0400
|
||||||
|
@@ -163,7 +163,7 @@
|
||||||
|
exposed.y - si->position.y,
|
||||||
|
exposed.x, exposed.y,
|
||||||
|
exposed.width, exposed.height,
|
||||||
|
- GDK_RGB_DITHER_NORMAL,
|
||||||
|
+ GDK_RGB_DITHER_MAX,
|
||||||
|
exposed.x, exposed.y);
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -245,7 +245,7 @@
|
||||||
|
sw->background, GDK_DRAWABLE (pm),
|
||||||
|
widget->style->black_gc,
|
||||||
|
0, 0, 0, 0, width, height,
|
||||||
|
- GDK_RGB_DITHER_NORMAL,
|
||||||
|
+ GDK_RGB_DITHER_MAX,
|
||||||
|
0, 0);
|
||||||
|
|
||||||
|
gdk_window_set_back_pixmap (
|
@ -14,9 +14,10 @@
|
|||||||
Summary: GNOME session manager
|
Summary: GNOME session manager
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 2.0.5
|
Version: 2.0.5
|
||||||
Release: 5
|
Release: 6
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-session/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-session/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: Gnome.session
|
||||||
Source2: redhat-default-session
|
Source2: redhat-default-session
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -27,10 +28,14 @@ Requires: /usr/share/pixmaps/splash/gnome-splash.png
|
|||||||
# required to get gconf-sanity-check-2 in the right place
|
# required to get gconf-sanity-check-2 in the right place
|
||||||
Requires: GConf2 >= %{gconf2_version}
|
Requires: GConf2 >= %{gconf2_version}
|
||||||
|
|
||||||
|
## we conflict with gdm that contains the GNOME gdm session
|
||||||
|
Conflicts: gdm < 2.4.0.7-7
|
||||||
|
|
||||||
Patch1: gnome-session-1.5.16-metacity-default.patch
|
Patch1: gnome-session-1.5.16-metacity-default.patch
|
||||||
Patch2: gnome-session-2.0.1-gtk1theme.patch
|
Patch2: gnome-session-2.0.1-gtk1theme.patch
|
||||||
Patch3: gnome-session-2.0.5-login.patch
|
Patch3: gnome-session-2.0.5-login.patch
|
||||||
Patch4: gnome-session-2.0.5-splash-fixes.patch
|
Patch4: gnome-session-2.0.5-splash-fixes.patch
|
||||||
|
Patch5: gnome-session-2.0.5-dithering.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
@ -59,6 +64,7 @@ GNOME components and handles logout and saving the session.
|
|||||||
%patch2 -p1 -b .gtk1theme
|
%patch2 -p1 -b .gtk1theme
|
||||||
%patch3 -p1 -b .login
|
%patch3 -p1 -b .login
|
||||||
%patch4 -p1 -b .splash-fixes
|
%patch4 -p1 -b .splash-fixes
|
||||||
|
%patch5 -p1 -b .dithering
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -72,6 +78,9 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||||
|
|
||||||
|
./mkinstalldirs $RPM_BUILD_ROOT/etc/X11/gdm/Sessions/
|
||||||
|
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/gdm/Sessions/GNOME
|
||||||
|
|
||||||
/bin/rm $RPM_BUILD_ROOT%{_datadir}/gnome/default.session
|
/bin/rm $RPM_BUILD_ROOT%{_datadir}/gnome/default.session
|
||||||
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/gnome/default.session
|
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/gnome/default.session
|
||||||
|
|
||||||
@ -104,8 +113,14 @@ done
|
|||||||
%{_datadir}/man/man*/*
|
%{_datadir}/man/man*/*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||||
|
%{_sysconfdir}/X11/gdm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- put gdm session in here, conflict with old gdm
|
||||||
|
- use DITHER_MAX for dithering to make splash screen look good in 16
|
||||||
|
bit
|
||||||
|
|
||||||
* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
|
* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
|
||||||
- fix missing icons and misaligned text in splash
|
- fix missing icons and misaligned text in splash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user