- Add fix-appstream-detection.patch: fix AppstreamQt vs

AppStreamQt detection

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=128
This commit is contained in:
Luca Beltrame 2016-12-15 15:28:40 +00:00 committed by Git OBS Bridge
parent e996315d08
commit a573038246
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e20a47b..4e1c9a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
find_package(KF5Package ${KF5_DEP_VERSION} REQUIRED)
find_package(packagekitqt5)
-find_package(AppStreamQt 0.10)
+find_package(AppstreamQt 0.10)
add_subdirectory(src)
add_subdirectory(autotests)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 15 15:27:31 UTC 2016 - lbeltrame@kde.org
- Add fix-appstream-detection.patch: fix AppstreamQt vs
AppStreamQt detection
-------------------------------------------------------------------
Sun Dec 4 01:54:53 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -48,6 +48,8 @@ Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
#PATCH-FIX-OPENSUSE: fix-appstream-detection.patch - fix AppStreamQt detection (Appstream vs AppStream)
Patch0: fix-appstream-detection.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -100,6 +102,7 @@ Applications do not need to link to this directly. Development files
%prep
%setup -q
%patch0 -p1
%build
%cmake_kf5 -d build