add keyboard chooser
This commit is contained in:
parent
bcd54146cc
commit
edcc2fc7c8
2342
gdm-keyboard-chooser.patch
Normal file
2342
gdm-keyboard-chooser.patch
Normal file
File diff suppressed because it is too large
Load Diff
11
gdm.spec
11
gdm.spec
@ -16,12 +16,12 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.22.0
|
Version: 2.22.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://download.gnome.org/sources/gdm
|
URL: http://download.gnome.org/sources/gdm
|
||||||
Source: http://download.gnome.org/sources/gdm/2.22/gdm-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gdm/2.22/gdm-%{version}.tar.gz
|
||||||
Source1: gdm-pam
|
Source1: gdm-pam
|
||||||
Source2: gdm-autologin-pam
|
Source2: gdm-autologin-pam
|
||||||
Source3: gdmsetup-pam
|
Source3: gdmsetup-pam
|
||||||
@ -76,6 +76,9 @@ BuildRequires: gnome-panel-devel
|
|||||||
|
|
||||||
Requires: audit-libs >= %{libauditver}
|
Requires: audit-libs >= %{libauditver}
|
||||||
Patch1: xkb-groups.patch
|
Patch1: xkb-groups.patch
|
||||||
|
# from upstream svn
|
||||||
|
Patch2: gdm-keyboard-chooser.patch
|
||||||
|
# Fedora-specific
|
||||||
Patch99: gdm-2.21.8-fedora-logo.patch
|
Patch99: gdm-2.21.8-fedora-logo.patch
|
||||||
|
|
||||||
%package user-switch-applet
|
%package user-switch-applet
|
||||||
@ -96,6 +99,7 @@ multiple simulanteous logged in users.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .xkb-groups
|
%patch1 -p1 -b .xkb-groups
|
||||||
|
%patch2 -p1 -b .keyboard-chooser
|
||||||
%patch99 -p1 -b .fedora-logo
|
%patch99 -p1 -b .fedora-logo
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -293,6 +297,9 @@ fi
|
|||||||
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 5 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-4
|
||||||
|
- Add a keyboard chooser to the greeter
|
||||||
|
|
||||||
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-3
|
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-3
|
||||||
- Fix source url
|
- Fix source url
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user