[packages/kf5-baloo] - rel 2; fix paths

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


commit 10bd66473ed3f65b6c6d4aaa7a319053ca347e19
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Sep 6 20:26:41 2015 +0200

    - rel 2; fix paths

 kf5-baloo-absolute-path.patch | 10 ++++++++++
 kf5-baloo.spec                |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/kf5-baloo.spec b/kf5-baloo.spec
index e78ea08..5e760dd 100644
--- a/kf5-baloo.spec
+++ b/kf5-baloo.spec
@@ -11,11 +11,12 @@
 Summary:	A  file indexing and file search framework
 Name:		kf5-%{kfname}
 Version:	5.13.0
-Release:	1
+Release:	2
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
 # Source0-md5:	67bceaf70f9da493161c0eb94a214099
+Patch0:		kf5-baloo-absolute-path.patch
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5Gui-devel >= %{qtver}
@@ -58,6 +59,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-baloo-absolute-path.patch b/kf5-baloo-absolute-path.patch
new file mode 100644
index 0000000..91fe5a0
--- /dev/null
+++ b/kf5-baloo-absolute-path.patch
@@ -0,0 +1,10 @@
+--- baloo-5.13.0/KF5BalooConfig.cmake.in~	2015-08-04 12:42:23.000000000 +0200
++++ baloo-5.13.0/KF5BalooConfig.cmake.in	2015-09-06 20:24:34.782547657 +0200
+@@ -1,6 +1,6 @@
+ @PACKAGE_INIT@
+ 
+-set(BALOO_DBUS_INTERFACES_DIR "${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@")
++set(BALOO_DBUS_INTERFACES_DIR "@DBUS_INTERFACES_INSTALL_DIR@")
+ 
+ find_dependency(Qt5Core)
+ find_dependency(KF5CoreAddons "@KF5_VERSION@")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-baloo.git/commitdiff/10bd66473ed3f65b6c6d4aaa7a319053ca347e19



More information about the pld-cvs-commit mailing list