]> git.pld-linux.org Git - packages/kp5-plasma-workspace.git/commitdiff
- more fixed paths auto/th/kp5-plasma-workspace-5.4.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Sep 2015 18:19:56 +0000 (20:19 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Sep 2015 18:19:56 +0000 (20:19 +0200)
kp5-plasma-workspace-absolute-path.patch [new file with mode: 0644]
kp5-plasma-workspace.spec

diff --git a/kp5-plasma-workspace-absolute-path.patch b/kp5-plasma-workspace-absolute-path.patch
new file mode 100644 (file)
index 0000000..5c501eb
--- /dev/null
@@ -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")
index 05ce87cbec157ae39909f0c636be7ce666790f2e..fbbdc1aeb77439eab6e8a415606035515b95d624 100644 (file)
@@ -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
This page took 0.568538 seconds and 4 git commands to generate.