forked from pool/frameworkintegration
Accepting request 446426 from KDE:Frameworks5
OBS-URL: https://build.opensuse.org/request/show/446426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frameworkintegration?expand=0&rev=39
This commit is contained in:
commit
5991215d6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:161fc7576315d314d5f8f19e6fbc7723c4fc7c697ff8d2b455d9d7faaccf92ad
|
||||
size 1749760
|
3
frameworkintegration-5.29.0.tar.xz
Normal file
3
frameworkintegration-5.29.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebb89e4b236163c067402cf78d67cddc443ef4fda0778001980948efc3cf5a52
|
||||
size 1750692
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Add fix-appstream-detection.patch: fix AppstreamQt vs
|
||||
AppStreamQt detection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 01:54:53 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.29.0
|
||||
* Find QDBus, needed by appstream kpackage handler
|
||||
* Let KPackage have dependencies from packagekit & appstream
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 20:07:12 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define lname libKF5Style5
|
||||
%define _tar_path 5.28
|
||||
%define _tar_path 5.29
|
||||
Name: frameworkintegration
|
||||
Version: 5.28.0
|
||||
Version: 5.29.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -32,10 +32,13 @@ BuildRequires: ki18n-devel >= %{_tar_path}
|
||||
BuildRequires: kiconthemes-devel >= %{_tar_path}
|
||||
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(Qt5DBus) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.5.0
|
||||
#BuildRequires: cmake(packagekitqt5)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcursor)
|
||||
@ -120,6 +123,7 @@ Applications do not need to link to this directly. Development files
|
||||
%doc COPYING* README*
|
||||
%{_kf5_datadir}/infopage/
|
||||
%{_kf5_plugindir}/
|
||||
#{_kf5_libexecdir}/
|
||||
%{_kf5_notifydir}/
|
||||
|
||||
%files devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user