From c890262f3c2f1426c29f89dd38f2dbce5f996bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 31 Aug 2015 11:32:31 +0300 Subject: [PATCH] fix for themes install --- desktop/kde/plasma/plasma-desktop/actions.py | 2 +- desktop/kde/plasma/plasma-desktop/pspec.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/kde/plasma/plasma-desktop/actions.py b/desktop/kde/plasma/plasma-desktop/actions.py index 05ee11b37a..f9799da33b 100644 --- a/desktop/kde/plasma/plasma-desktop/actions.py +++ b/desktop/kde/plasma/plasma-desktop/actions.py @@ -8,7 +8,7 @@ from pisi.actionsapi import kde5 from pisi.actionsapi import pisitools def setup(): - kde5.configure() + kde5.configure("-DCONFIG_INSTALL_DIR=/etc/xdg") def build(): kde5.make() diff --git a/desktop/kde/plasma/plasma-desktop/pspec.xml b/desktop/kde/plasma/plasma-desktop/pspec.xml index e23e437b9b..179ef00cc5 100644 --- a/desktop/kde/plasma/plasma-desktop/pspec.xml +++ b/desktop/kde/plasma/plasma-desktop/pspec.xml @@ -136,7 +136,7 @@ - 2015-08-25 + 2015-08-31 5.4.0 Version bump. Ertuğrul Erata