From 3dae6cf4f885c6457040c3c213d1dca5566b398a Mon Sep 17 00:00:00 2001 From: nonamedotc Date: Mar 02 2015 23:38:26 +0000 Subject: Add shortcuts patch --- diff --git a/libxfce4ui-4.12.0-keyboard-shortcuts.patch b/libxfce4ui-4.12.0-keyboard-shortcuts.patch index c17c6e2..dc0c3cc 100644 --- a/libxfce4ui-4.12.0-keyboard-shortcuts.patch +++ b/libxfce4ui-4.12.0-keyboard-shortcuts.patch @@ -1,81 +1,32 @@ ---- libxfce4ui-4.12.0/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml 1969-12-31 18:00:00.000000000 -0600 -+++ libxfce4ui-4.12.0/libxfce4kbd-private/xfce4-keyboard-shortcuts-orig.xml 2015-02-18 10:12:39.000000000 -0600 -@@ -0,0 +1,78 @@ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ +--- libxfce4kbd-private/xfce4-keyboard-shortcuts-orig.xml 2015-03-01 21:27:22.817590600 -0600 ++++ libxfce4kbd-private/xfce4-keyboard-shortcuts.xml 2015-03-01 21:29:40.291807055 -0600 +@@ -11,12 +11,29 @@ + + + ++ + + + + ++ ++ ++ ++ + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + diff --git a/libxfce4ui.spec b/libxfce4ui.spec index 8093fdd..04829d6 100644 --- a/libxfce4ui.spec +++ b/libxfce4ui.spec @@ -4,7 +4,7 @@ Name: libxfce4ui Version: 4.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Commonly used Xfce widgets Group: System Environment/Libraries @@ -18,7 +18,7 @@ Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}- ## Downstream patches # add more keyboard shortcuts to make multimedia keyboards work out of the box # Terminal changed to xfce4-terminal in the patch -## Patch10: libxfce4ui-4.12.0-keyboard-shortcuts.patch +Patch10: libxfce4ui-4.12.0-keyboard-shortcuts.patch BuildRequires: pkgconfig(gobject-2.0) >= 2.24.0 BuildRequires: pkgconfig(gtk+-2.0) >= 2.20.0 @@ -73,7 +73,7 @@ developing applications that use %{name}. %prep %setup -q -## %patch10 -p1 -b .shortcuts +%patch10 %build %configure --enable-gtk-doc --enable-gtk3\ @@ -146,6 +146,9 @@ rm -rf %{buildroot} %endif %changelog +* Sun Mar 1 2015 Mukundan Ragavan - 4.12.0-2 +- Add shortcuts patch + * Sat Feb 28 2015 Mukundan Ragavan - 4.12.0-1 - Update to latest stable release 4.12.0 - Remove upstreamed patches