rpms/libxfce4ui/F-13 libxfce4ui-4.7.2-keyboard-shortcuts.patch, NONE, 1.1 libxfce4ui.spec, 1.2, 1.3 libxfcegui4-4.6.0-keyboard-shortcuts.patch, 1.1, NONE

Christoph Wickert cwickert at fedoraproject.org
Tue May 25 11:12:25 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/libxfce4ui/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31723/F-13

Modified Files:
	libxfce4ui.spec 
Added Files:
	libxfce4ui-4.7.2-keyboard-shortcuts.patch 
Removed Files:
	libxfcegui4-4.6.0-keyboard-shortcuts.patch 
Log Message:
Fix fuzzy patch

libxfce4ui-4.7.2-keyboard-shortcuts.patch:
 xfce4-keyboard-shortcuts.xml |   11 +++++++++++
 1 file changed, 11 insertions(+)

--- NEW FILE libxfce4ui-4.7.2-keyboard-shortcuts.patch ---
--- libxfce4ui-4.7.2.orig/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml	2010-05-25 12:29:44.000000000 +0200
+++ libxfce4ui-4.7.2/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml	2010-05-25 12:32:39.000000000 +0200
@@ -3,9 +3,20 @@
 <channel name="xfce4-keyboard-shortcuts" version="1.0">
   <property name="commands" type="empty">
     <property name="default" type="empty">
+      <property name="&lt;Alt&gt;F1" type="string" value="xfhelp4"/>
       <property name="&lt;Alt&gt;F2" type="string" value="xfrun4"/>
       <property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;Escape" type="string" value="xkill"/>
+      <property name="&lt;Control&gt;Escape" type="string" value="xfce4-popup-menu"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;L" type="string" value="xfce4-session-logout"/>
+      <property name="XF86WWW" type="string" value="xfbrowser4"/>
+      <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
       <property name="XF86Display" type="string" value="xrandr --auto"/>
+      <property name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+ -q"/>
+      <property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%- -q"/>
+      <property name="XF86AudioMute" type="string" value="amixer set Master toggle -q"/>
+      <property name="Print" type="string" value="xfce4-screenshooter -f"/>
+      <property name="&lt;Alt&gt;Print" type="string" value="xfce4-screenshooter -w"/>
       <property name="&lt;Control&gt;Escape" type="string" values="xfdesktop --menu"/>
     </property>
   </property>


Index: libxfce4ui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxfce4ui/F-13/libxfce4ui.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libxfce4ui.spec	14 Jan 2010 00:52:06 -0000	1.2
+++ libxfce4ui.spec	25 May 2010 11:12:25 -0000	1.3
@@ -1,15 +1,15 @@
 %global xfceversion 4.7
 
 Name:           libxfce4ui
-Version:        4.7.1
-Release:        2%{?dist}
+Version:        4.7.2
+Release:        1%{?dist}
 Summary:        Commonly used Xfce widgets
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://xfce.org/
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
-Patch0:         libxfcegui4-4.6.0-keyboard-shortcuts.patch
+Patch0:         libxfce4ui-4.7.2-keyboard-shortcuts.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel >= 2.12.0
@@ -102,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 21 2010 Christoph Wickert <cwickert at fedoraproject.org> - 4.7.2-1
+- Update to 4.7.2
+
+* Wed May 19 2010 Kevin Fenzi <kevin at tummy.com> - 4.7.1-3
+- Rebuild for new glade version. 
+
 * Tue Jan 12 2010 Christoph Wickert <cwickert at fedoraproject.org> - 4.7.1-2
 - Fix license tag
 - Build gtk-doc


--- libxfcegui4-4.6.0-keyboard-shortcuts.patch DELETED ---



More information about the scm-commits mailing list