Blob Blame History Raw
From d513cbf9351b690c6e4fa885385561218e5c1dbe Mon Sep 17 00:00:00 2001
From: Matthias Klumpp <matthias@tenstral.net>
Date: Wed, 9 Sep 2015 20:16:05 +0200
Subject: [PATCH 1/3] Require the right ASQt version

The AppStreamQt versions are now aligned with AppStream versions, to
give better control over the feature-level an ASQt-based application
requires (and to make maintenance easier and avoid confusion).
Unfortunately, the version number became lower with that, this patch
adjusts Muon to reflect that.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 076e267..2ab7aea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,7 @@ else()
     endif()
 
     if(packagekitqt5_FOUND OR AkabeiClient_FOUND)
-        find_package(AppstreamQt 1.1)
+        find_package(AppstreamQt 0.8.4)
     endif()
 endif()
 find_package(KF5Attica)
-- 
2.5.0