rpms/libxfcegui4/devel libxfcegui4-4.6.0-keyboard-shortcuts.patch, NONE, 1.1 libxfcegui4.spec, 1.32, 1.33

Christoph Wickert cwickert at fedoraproject.org
Mon Mar 2 20:49:23 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/libxfcegui4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3651

Modified Files:
	libxfcegui4.spec 
Added Files:
	libxfcegui4-4.6.0-keyboard-shortcuts.patch 
Log Message:
Patch to bring back missing keyboard shortcuts from Xfce 4.4

libxfcegui4-4.6.0-keyboard-shortcuts.patch:

--- NEW FILE libxfcegui4-4.6.0-keyboard-shortcuts.patch ---
--- libxfcegui4-4.6.0.orig/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml	2009-02-18 09:58:22.000000000 +0100
+++ libxfcegui4-4.6.0/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml	2009-02-28 21:25:33.000000000 +0100
@@ -3,9 +3,20 @@
 <channel name="xfce4-keyboard-shortcuts" version="1.0">
   <property name="commands" type="empty">
     <property name="default" type="empty">
+      <property name="<Alt>F1" type="string" value="xfhelp4"/>
       <property name="<Alt>F2" type="string" value="xfrun4"/>
       <property name="<Control><Alt>Delete" type="string" value="xflock4"/>
+      <property name="<Control><Alt>Escape" type="string" value="xkill"/>
+      <property name="<Control>Escape" type="string" value="xfce4-popup-menu"/>
+      <property name="<Control><Alt>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="<Alt>Print" type="string" value="xfce4-screenshooter -w"/>
     </property>
   </property>
   <property name="xfwm4" type="empty">


Index: libxfcegui4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxfcegui4/devel/libxfcegui4.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- libxfcegui4.spec	2 Mar 2009 20:22:24 -0000	1.32
+++ libxfcegui4.spec	2 Mar 2009 20:48:53 -0000	1.33
@@ -6,6 +6,7 @@
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-%{version}/src/libxfcegui4-%{version}.tar.bz2
 Patch0: %{name}-4.4.2-xfce-exec-use-thunar.patch
+Patch1: libxfcegui4-4.6.0-keyboard-shortcuts.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: gtk2 >= 2.0.6
@@ -41,6 +42,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .thunar
+%patch1 -p1 -b .shortcut
 
 %build
 %configure --enable-xinerama --disable-static
@@ -94,6 +96,7 @@
 
 %changelog
 * Mon Mar 02 2009 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.0-3
+- Patch to bring back missing keyboard shortcuts from Xfce 4.4
 - Make devel package require pkgconfig and gtk-doc
 - Mark gtk-doc files as %%doc
 




More information about the fedora-extras-commits mailing list