kwin: update patches
This commit is contained in:
parent
e6c8cffd7a
commit
a6b201fd2c
@ -1,8 +1,17 @@
|
|||||||
|
From 78a4b554187c18fd86b62089f7730c4273fadd4c Mon Sep 17 00:00:00 2001
|
||||||
|
From: Thomas Tuegel <ttuegel@gmail.com>
|
||||||
|
Date: Wed, 14 Oct 2015 07:05:22 -0500
|
||||||
|
Subject: [PATCH] qdiriterator follow symlinks
|
||||||
|
|
||||||
|
---
|
||||||
|
clients/aurorae/src/aurorae.cpp | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/clients/aurorae/src/aurorae.cpp b/clients/aurorae/src/aurorae.cpp
|
diff --git a/clients/aurorae/src/aurorae.cpp b/clients/aurorae/src/aurorae.cpp
|
||||||
index 26b44a9..d14e226 100644
|
index 781c960..ad5f420 100644
|
||||||
--- a/clients/aurorae/src/aurorae.cpp
|
--- a/clients/aurorae/src/aurorae.cpp
|
||||||
+++ b/clients/aurorae/src/aurorae.cpp
|
+++ b/clients/aurorae/src/aurorae.cpp
|
||||||
@@ -73,7 +73,7 @@ void AuroraeFactory::init()
|
@@ -211,7 +211,7 @@ void Helper::init()
|
||||||
// so let's try to locate our plugin:
|
// so let's try to locate our plugin:
|
||||||
QString pluginPath;
|
QString pluginPath;
|
||||||
for (const QString &path : m_engine->importPathList()) {
|
for (const QString &path : m_engine->importPathList()) {
|
||||||
@ -11,3 +20,6 @@ index 26b44a9..d14e226 100644
|
|||||||
while (it.hasNext()) {
|
while (it.hasNext()) {
|
||||||
it.next();
|
it.next();
|
||||||
QFileInfo fileInfo = it.fileInfo();
|
QFileInfo fileInfo = it.fileInfo();
|
||||||
|
--
|
||||||
|
2.5.2
|
||||||
|
|
@ -23,7 +23,7 @@ plasmaPackage {
|
|||||||
kactivities kdeclarative kglobalaccel ki18n kio kwindowsystem
|
kactivities kdeclarative kglobalaccel ki18n kio kwindowsystem
|
||||||
plasma-framework qtdeclarative qtx11extras
|
plasma-framework qtdeclarative qtx11extras
|
||||||
];
|
];
|
||||||
patches = [ ./kwin-import-plugin-follow-symlinks.patch ];
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapKDEProgram "$out/bin/kwin_x11"
|
wrapKDEProgram "$out/bin/kwin_x11"
|
||||||
wrapKDEProgram "$out/bin/kwin_wayland"
|
wrapKDEProgram "$out/bin/kwin_wayland"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user