]> git.pld-linux.org Git - packages/kf5-baloo.git/commitdiff
- rel 2; fix paths auto/th/kf5-baloo-5.13.0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Sep 2015 18:26:41 +0000 (20:26 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Sep 2015 18:26:41 +0000 (20:26 +0200)
kf5-baloo-absolute-path.patch [new file with mode: 0644]
kf5-baloo.spec

diff --git a/kf5-baloo-absolute-path.patch b/kf5-baloo-absolute-path.patch
new file mode 100644 (file)
index 0000000..91fe5a0
--- /dev/null
@@ -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@")
index e78ea08ed068d1fc510b0ce718052ced9caeceb5..5e760dd91e91fa9d95c95a6940f69003cbf23160 100644 (file)
 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
This page took 0.268905 seconds and 4 git commands to generate.