]> git.pld-linux.org Git - packages/kf5-kio.git/commitdiff
- we want absolute paths; https://bugs.kde.org/show_bug.cgi?id=341722
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Dec 2014 22:17:07 +0000 (23:17 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Dec 2014 22:17:07 +0000 (23:17 +0100)
kf5-kio-absolute.patch [new file with mode: 0644]
kf5-kio.spec

diff --git a/kf5-kio-absolute.patch b/kf5-kio-absolute.patch
new file mode 100644 (file)
index 0000000..bf41222
--- /dev/null
@@ -0,0 +1,13 @@
+--- kio-5.4.0/KF5KIOConfig.cmake.in~   2014-11-02 23:58:22.000000000 +0100
++++ kio-5.4.0/KF5KIOConfig.cmake.in    2014-12-09 23:11:42.847217061 +0100
+@@ -2,8 +2,8 @@
+ # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
+-set(KCookieServer_DBUS_INTERFACE "${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@/kf5_org.kde.KCookieServer.xml")
+-set(KSlaveLauncher_DBUS_INTERFACE "${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@/kf5_org.kde.KSlaveLauncher.xml")
++set(KCookieServer_DBUS_INTERFACE "@DBUS_INTERFACES_INSTALL_DIR@/kf5_org.kde.KCookieServer.xml")
++set(KSlaveLauncher_DBUS_INTERFACE "@DBUS_INTERFACES_INSTALL_DIR@/kf5_org.kde.KSlaveLauncher.xml")
+ find_dependency(KF5Bookmarks "@KF5_DEP_VERSION@")
+ find_dependency(KF5Completion "@KF5_DEP_VERSION@")
index 315ae8b387dea3480b477a7235ce9976785859f7..58b5e91ecd5e4786c4fdffd63eedcdb97c47a514 100644 (file)
@@ -12,6 +12,7 @@ License:      LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
 # Source0-md5: 8966a0ec972104dbbfd4b86ea5425ad6
+Patch0:                %{name}-absolute.patch
 URL:           http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel >= %{qtver}
 BuildRequires: Qt5Core-devel >= %{qtver}
@@ -94,6 +95,7 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 
 %prep
 %setup -q -n %{kfname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
This page took 0.428398 seconds and 4 git commands to generate.