This commit is contained in:
parent
1438fc20d8
commit
9c25a2158a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 10:26:50 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Added ki18n.patch: remove Ki18n from KCompletion dependencies
|
||||
in cmake.in, for details see
|
||||
https://git.reviewboard.kde.org/r/115908/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 02:17:30 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -33,6 +33,8 @@ License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source0: kcompletion-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM ki18n.patch -- remove Ki18n from KCompletion dependencies in cmake.in, https://git.reviewboard.kde.org/r/115908/
|
||||
Patch0: ki18n.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -53,9 +55,7 @@ Group: Development/Libraries/KDE
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kconfig-devel >= %{_kf5_version}
|
||||
Requires: kwidgetsaddons-devel >= %{_kf5_version}
|
||||
# Needs removal upstream
|
||||
Requires: %lname = %{version}
|
||||
Requires: ki18n-devel >= %{_kf5_version}
|
||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
|
||||
%description devel
|
||||
@ -65,6 +65,7 @@ files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
|
12
ki18n.patch
Normal file
12
ki18n.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/KF5CompletionConfig.cmake.in b/KF5CompletionConfig.cmake.in
|
||||
index 54403d9..aa0e85c 100644
|
||||
--- a/KF5CompletionConfig.cmake.in
|
||||
+++ b/KF5CompletionConfig.cmake.in
|
||||
@@ -1,7 +1,6 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
find_dependency(KF5Config "@KF5_VERSION@")
|
||||
-find_dependency(KF5I18n "@KF5_VERSION@")
|
||||
find_dependency(KF5WidgetsAddons "@KF5_VERSION@")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/KF5CompletionTargets.cmake")
|
Loading…
x
Reference in New Issue
Block a user