Browse Source

gdm:
- hide mouse cursor on startup user session
- read vine-release to get system version



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1050 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 15 năm trước cách đây
mục cha
commit
df87a20f04
1 tập tin đã thay đổi với 10 bổ sung24 xóa
  1. 10 24
      g/gdm/gdm-vl.spec

+ 10 - 24
g/gdm/gdm-vl.spec

@@ -14,7 +14,7 @@ Summary: The GNOME Display Manager.
 Summary(ja): GNOME ディスプレイマネージャ
 Name: gdm
 Version: 2.30.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPL/GPL
 Group: User Interface/X
 URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm/
@@ -22,18 +22,9 @@ URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm/
 Source: %{name}-%{version}.tar.bz2
 Source1: gdm-pam
 Source2: gdm-autologin-pam
-#Source3: gdm-password.pam
-#Source4: gdm-smartcard.pam
-#Source5: gdm-fingerprint.pam
-#Source6: gdm-smartcard-16.png
-#Source7: gdm-smartcard-48.png
-#Source8: gdm-fingerprint-16.png
-#Source9: gdm-fingerprint-48.png
 Source10: polkit-gnome-authentication-agent-1.desktop
 
-#Source100: gdm-theme-vine-5.2.tar.bz2
 Source110: gnome.desktop
-Source120: system-hibernate.png
 Source130: gdm-2.30.2-ja.po
 
 ## patches from fedora
@@ -47,8 +38,10 @@ Patch98: tray-padding.patch
 Patch101: gdm-2.30.0-check-active-vt.patch
 Patch102: gdm-2.30.2-use-polkit-for-settings.patch
 Patch103: gdm-2.30.0-gdmsetup.patch
+Patch104: gdm-2.30.0-hide-mouse-cursor.patch
 
 ## patches for vine
+Patch500: gdm-2.30.2-vine-release.patch
 #Patch500: gdm-2.20.10-vine.patch
 #Patch501: gdm-2.20.8-gdmsetup-usermode.patch
 #Patch510: gdm-2.18.1-vine-locale.patch
@@ -110,20 +103,14 @@ cp -f %{SOURCE130} po/ja.po
 %patch101 -p1 -b .check-active-vt
 %patch102 -p1 -b .polkit
 %patch103 -p1 -b .gdmsetup
+%patch104 -p1 -b .hide-mouse-cursor
+
+%patch500 -p1 -b .vine-release
 
 autoreconf -i -f
 
 cp -f %{SOURCE1} data/gdm
 cp -f %{SOURCE2} data/gdm-autologin
-#cp -f %{SOURCE3} gui/simple-greeter/plugins/password/gdm-password.pam
-#cp -f %{SOURCE4} gui/simple-greeter/plugins/smartcard/gdm-smartcard.pam
-#cp -f %{SOURCE5} gui/simple-greeter/plugins/fingerprint/gdm-fingerprint.pam
-#cp -f %{SOURCE6} gui/simple-greeter/plugins/smartcard/icons/16x16/gdm-smartcard.png
-#cp -f %{SOURCE7} gui/simple-greeter/plugins/smartcard/icons/48x48/gdm-smartcard.png
-#cp -f %{SOURCE8} gui/simple-greeter/plugins/fingerprint/icons/16x16/gdm-fingerprint.png
-#cp -f %{SOURCE9} gui/simple-greeter/plugins/fingerprint/icons/48x48/gdm-fingerprint.png
-
-#cp -f %{SOURCE120} pixmaps/24x24/
 
 %build
 %configure --with-sysconfsubdir=X11/gdm \
@@ -306,9 +293,6 @@ fi
 %config %{_sysconfdir}/X11/gdm/PostSession/*
 %config %{_sysconfdir}/pam.d/gdm
 %config %{_sysconfdir}/pam.d/gdm-autologin
-#%config %{_sysconfdir}/pam.d/gdm-password
-#%config %{_sysconfdir}/pam.d/gdm-fingerprint
-#%config %{_sysconfdir}/pam.d/gdm-smartcard
 %config %{_sysconfdir}/dbus-1/system.d/gdm.conf
 %dir %{_sysconfdir}/X11/gdm/Init
 %dir %{_sysconfdir}/X11/gdm/PreSession
@@ -330,8 +314,6 @@ fi
 %{_datadir}/polkit-1/actions/gdm.policy
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 %{_libdir}/bonobo/servers/GNOME_FastUserSwitchApplet.server
-#%{_libdir}/gdm/simple-greeter/plugins/*.so
-#%{_libdir}/*.so*
 %{_bindir}/*
 %{_libexecdir}/*
 %{_sbindir}/*
@@ -348,6 +330,10 @@ fi
 %attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm
 
 %changelog
+* Fri May 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-2
+- add patch104: hide mouse cursor on startup user session
+- add patch500: read vine-release to get system version
+
 * Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-1
 - new upstream release
 - add patch101,102,103 from ubuntu