kconfigwidgets: update patches
This commit is contained in:
parent
ed4170f4f5
commit
30a476c311
|
@ -1,3 +1,12 @@
|
||||||
|
From 4f84780893d505b2d62a14633dd983baa8ec6e28 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Thomas Tuegel <ttuegel@gmail.com>
|
||||||
|
Date: Wed, 14 Oct 2015 06:47:01 -0500
|
||||||
|
Subject: [PATCH] qdiriterator follow symlinks
|
||||||
|
|
||||||
|
---
|
||||||
|
src/khelpclient.cpp | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/src/khelpclient.cpp b/src/khelpclient.cpp
|
diff --git a/src/khelpclient.cpp b/src/khelpclient.cpp
|
||||||
index 53a331e..80fbb01 100644
|
index 53a331e..80fbb01 100644
|
||||||
--- a/src/khelpclient.cpp
|
--- a/src/khelpclient.cpp
|
||||||
|
@ -11,3 +20,6 @@ index 53a331e..80fbb01 100644
|
||||||
while (it.hasNext()) {
|
while (it.hasNext()) {
|
||||||
const QString desktopPath(it.next());
|
const QString desktopPath(it.next());
|
||||||
KDesktopFile desktopFile(desktopPath);
|
KDesktopFile desktopFile(desktopPath);
|
||||||
|
--
|
||||||
|
2.5.2
|
||||||
|
|
|
@ -7,7 +7,7 @@ kdeFramework {
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
buildInputs = [ kguiaddons ];
|
buildInputs = [ kguiaddons ];
|
||||||
propagatedBuildInputs = [ kauth kconfig kcodecs ki18n kwidgetsaddons ];
|
propagatedBuildInputs = [ kauth kconfig kcodecs ki18n kwidgetsaddons ];
|
||||||
patches = [ ./kconfigwidgets-helpclient-follow-symlinks.patch ];
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapKDEProgram "$out/bin/preparetips5"
|
wrapKDEProgram "$out/bin/preparetips5"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue