[packages/kp5-plasma-workspace] - more fixed paths

arekm arekm at pld-linux.org
Sun Sep 6 20:20:15 CEST 2015


commit d6d586bb9f7780c8db75960779be3a0a4c02b2e5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Sep 6 20:19:56 2015 +0200

    - more fixed paths

 kp5-plasma-workspace-absolute-path.patch | 22 ++++++++++++++++++++++
 kp5-plasma-workspace.spec                |  2 ++
 2 files changed, 24 insertions(+)
---
diff --git a/kp5-plasma-workspace.spec b/kp5-plasma-workspace.spec
index 05ce87c..fbbdc1a 100644
--- a/kp5-plasma-workspace.spec
+++ b/kp5-plasma-workspace.spec
@@ -15,6 +15,7 @@ License:	LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
 # Source0-md5:	0bb91a876188f98791358017c85ccec8
+Patch0:		kp5-plasma-workspace-absolute-path.patch
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	cmake >= 2.8.12
@@ -66,6 +67,7 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
 
 %prep
 %setup -q -n %{kpname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
diff --git a/kp5-plasma-workspace-absolute-path.patch b/kp5-plasma-workspace-absolute-path.patch
new file mode 100644
index 0000000..5c501eb
--- /dev/null
+++ b/kp5-plasma-workspace-absolute-path.patch
@@ -0,0 +1,22 @@
+--- plasma-workspace-5.4.0/ksmserver/KSMServerDBusInterfaceConfig.cmake.in~	2015-08-22 12:45:41.000000000 +0200
++++ plasma-workspace-5.4.0/ksmserver/KSMServerDBusInterfaceConfig.cmake.in	2015-09-06 20:04:32.796555137 +0200
+@@ -1,3 +1,3 @@
+ @PACKAGE_INIT@
+ 
+-set(KSMSERVER_DBUS_INTERFACE "${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@/org.kde.KSMServerInterface.xml")
++set(KSMSERVER_DBUS_INTERFACE "@DBUS_INTERFACES_INSTALL_DIR@/org.kde.KSMServerInterface.xml")
+--- plasma-workspace-5.4.0/ksmserver/screenlocker/ScreenSaverDBusInterfaceConfig.cmake.in~	2015-08-22 12:45:41.000000000 +0200
++++ plasma-workspace-5.4.0/ksmserver/screenlocker/ScreenSaverDBusInterfaceConfig.cmake.in	2015-09-06 20:11:36.875871409 +0200
+@@ -1,3 +1,3 @@
+ @PACKAGE_INIT@
+ 
+-set(SCREENSAVER_DBUS_INTERFACE "${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@/kf5_org.freedesktop.ScreenSaver.xml")
++set(SCREENSAVER_DBUS_INTERFACE "@DBUS_INTERFACES_INSTALL_DIR@/kf5_org.freedesktop.ScreenSaver.xml")
+--- plasma-workspace-5.4.0/krunner/KRunnerAppDBusInterfaceConfig.cmake.in~	2015-08-22 12:45:41.000000000 +0200
++++ plasma-workspace-5.4.0/krunner/KRunnerAppDBusInterfaceConfig.cmake.in	2015-09-06 20:12:39.641057584 +0200
+@@ -1,4 +1,4 @@
+ @PACKAGE_INIT@
+ 
+-set(KRUNNERAPP_INTERFACE "${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@/org.kde.krunner.App.xml")
++set(KRUNNERAPP_INTERFACE "@DBUS_INTERFACES_INSTALL_DIR@/org.kde.krunner.App.xml")
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-plasma-workspace.git/commitdiff/d6d586bb9f7780c8db75960779be3a0a4c02b2e5



More information about the pld-cvs-commit mailing list