[packages/kf5-kio] - we want absolute paths; https://bugs.kde.org/show_bug.cgi?id=341722
arekm
arekm at pld-linux.org
Tue Dec 9 23:17:12 CET 2014
commit ef28c4114e6cead6c2ccd6c4b40a89d84e027406
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Dec 9 23:17:07 2014 +0100
- we want absolute paths; https://bugs.kde.org/show_bug.cgi?id=341722
kf5-kio-absolute.patch | 13 +++++++++++++
kf5-kio.spec | 2 ++
2 files changed, 15 insertions(+)
---
diff --git a/kf5-kio.spec b/kf5-kio.spec
index 315ae8b..58b5e91 100644
--- a/kf5-kio.spec
+++ b/kf5-kio.spec
@@ -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
diff --git a/kf5-kio-absolute.patch b/kf5-kio-absolute.patch
new file mode 100644
index 0000000..bf41222
--- /dev/null
+++ b/kf5-kio-absolute.patch
@@ -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@")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-kio.git/commitdiff/ef28c4114e6cead6c2ccd6c4b40a89d84e027406
More information about the pld-cvs-commit
mailing list