[launchy] adding missing patch files

lzap lzap at fedoraproject.org
Fri Jul 27 12:08:05 UTC 2012


commit dfddabfb97bb078a2f3f11339cb1871826252c21
Author: Lukas Zapletal <lzap+git at redhat.com>
Date:   Fri Jul 27 14:07:50 2012 +0200

    adding missing patch files

 launchy-X11-lib.patch       |   11 +++++++++++
 launchy-xdg-icon-path.patch |   11 +++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/launchy-X11-lib.patch b/launchy-X11-lib.patch
new file mode 100644
index 0000000..5f7e84d
--- /dev/null
+++ b/launchy-X11-lib.patch
@@ -0,0 +1,11 @@
+diff -ru launchy-2.5-orig/src/src.pro launchy-2.5/src/src.pro
+--- launchy-2.5-orig/src/src.pro	2010-03-13 19:29:11.000000000 +0100
++++ launchy-2.5/src/src.pro	2010-11-21 22:30:13.150184890 +0100
+@@ -70,6 +70,7 @@
+                ../platforms/unix/platform_x11_hotkey.h \
+                 platform_base_hotkey.h \
+                 platform_base_hottrigger.h
++    LIBS = -lX11
+ 
+     PREFIX = /usr
+     DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
diff --git a/launchy-xdg-icon-path.patch b/launchy-xdg-icon-path.patch
new file mode 100644
index 0000000..f149976
--- /dev/null
+++ b/launchy-xdg-icon-path.patch
@@ -0,0 +1,11 @@
+diff -uNr launchy-2.5.orig/platforms/unix/platform_unix_util.cpp launchy-2.5/platforms/unix/platform_unix_util.cpp
+--- launchy-2.5.orig/platforms/unix/platform_unix_util.cpp	2010-02-13 20:37:54.000000000 +0100
++++ launchy-2.5/platforms/unix/platform_unix_util.cpp	2010-11-29 12:29:44.905187524 +0100
+@@ -14,6 +14,7 @@
+ 	QStringList spl = line.split("=");
+ 	xdgDataDirs = spl[1].split(":");	
+     }
++    xdgDataDirs += "/usr/share/";
+     xdgDataDirs += "/usr/share/icons/";
+ }
+ 


More information about the scm-commits mailing list