rpms/redhat-artwork/devel redhat-artwork-7.0.0-timed-login.patch, NONE, 1.1 redhat-artwork.spec, 1.191, 1.192

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu May 17 02:11:09 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/redhat-artwork/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15055

Modified Files:
	redhat-artwork.spec 
Added Files:
	redhat-artwork-7.0.0-timed-login.patch 
Log Message:
Add a timed-login label


redhat-artwork-7.0.0-timed-login.patch:

--- NEW FILE redhat-artwork-7.0.0-timed-login.patch ---
--- redhat-artwork-7.0.0/art/gdm/FedoraFlyingHigh/FedoraFlyingHigh.xml.timed-login	2007-05-16 22:03:14.000000000 -0400
+++ redhat-artwork-7.0.0/art/gdm/FedoraFlyingHigh/FedoraFlyingHigh.xml	2007-05-16 22:03:40.000000000 -0400
@@ -26,11 +26,22 @@
       <pos x="50%" anchor="n"/>
       <text>%h</text>
     </item>
-    
   </box>            
 </item>
  
 <item type="rect">
+  <pos x="50%" y="100%" width="box" height="box" anchor="s"/>
+  <box xpadding="0" ypadding="10" spacing="0" orientation="vertical">
+    <item type="label" id="timed-label">
+      <show type="timed"/>
+      <pos x="0" y="0" width="box" height="box"/>
+      <normal font="Sans Bold 10" color="#ffffff" alpha=".9"/>
+      <stock type="timed-label"/> 
+    </item>
+  </box>
+</item>
+
+<item type="rect">
   <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
   <box xpadding="0" ypadding="0" spacing="0" orientation="vertical">
 


Index: redhat-artwork.spec
===================================================================
RCS file: /cvs/extras/rpms/redhat-artwork/devel/redhat-artwork.spec,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- redhat-artwork.spec	15 May 2007 14:37:27 -0000	1.191
+++ redhat-artwork.spec	17 May 2007 02:10:34 -0000	1.192
@@ -4,7 +4,7 @@
 Summary: Artwork for Red Hat default look-and-feel
 Name: redhat-artwork
 Version: 7.0.0
-Release: 8%{?dist} 
+Release: 9%{?dist} 
 URL: http://www.redhat.com
 Source0: %{name}-%{version}.tar.gz
 Source1: post-install-fixup.sh
@@ -16,6 +16,7 @@
 Source6: index.theme.icon
 Source7: FedoraFlyingHigh.kcsrc
 Patch0: redhat-artwork-7.0.0-kdm-userlist.patch
+Patch1: redhat-artwork-7.0.0-timed-login.patch
 Group: User Interface/Desktops
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -67,6 +68,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .kdm-userlist
+%patch1 -p1 -b .timed-login
 
 mkdir post-install
 (cd post-install; tar xzvf %{SOURCE2})
@@ -444,6 +446,9 @@
 %{_datadir}/apps/kwin/bluecurve.desktop
 
 %changelog
+* Wed May 16 2007 Matthias Clasen <mclasen at redhat.com> 7.0.0-9
+- Add a timed-login label to the gdm login screen
+
 * Tue May 15 2007 Than Ngo <than at redhat.com> - 7.0.0-8
 - add missing colorscheme for FedoraFlyingHigh
 




More information about the fedora-extras-commits mailing list