OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=129
This commit is contained in:
parent
a573038246
commit
b91417061e
@ -1,13 +0,0 @@
|
||||
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)
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 16:05:30 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Drop fix-appstream-detection.patch - just don't build with
|
||||
APPSTREAM-QT until we have the right version available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 15:27:31 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
|
@ -34,11 +34,11 @@ BuildRequires: kio-devel >= %{_tar_path}
|
||||
BuildRequires: knotifications-devel >= %{_tar_path}
|
||||
BuildRequires: kpackage-devel >= %{_tar_path}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||
BuildRequires: cmake(AppstreamQt)
|
||||
#BuildRequires: cmake(AppstreamQt)
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.5.0
|
||||
BuildRequires: cmake(packagekitqt5)
|
||||
#BuildRequires: cmake(packagekitqt5)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcursor)
|
||||
@ -48,8 +48,6 @@ 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
|
||||
@ -102,7 +100,6 @@ Applications do not need to link to this directly. Development files
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
@ -126,7 +123,7 @@ Applications do not need to link to this directly. Development files
|
||||
%doc COPYING* README*
|
||||
%{_kf5_datadir}/infopage/
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_libexecdir}/
|
||||
#{_kf5_libexecdir}/
|
||||
%{_kf5_notifydir}/
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user