forked from pool/kbookmarks
KDE Frameworks 5.56.0 + bugfixes in plasma-framework and kirigami2
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=166
This commit is contained in:
parent
1d698509e0
commit
64154119c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fd214d9d8b7a217c5e32f8093d8ebfb8fa7e21c37d14519f271b56f3f4a566f
|
||||
size 118616
|
3
kbookmarks-5.56.0.tar.xz
Normal file
3
kbookmarks-5.56.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02011a370959e9fe91db499ba8b12284f2274471760b1bd466587aa9c0c1953b
|
||||
size 118592
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.56.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php
|
||||
- Changes since 5.55.0:
|
||||
* Replace KIconThemes dependency with equivalent QIcon usage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Bookmarks5
|
||||
%define _tar_path 5.55
|
||||
%define _tar_path 5.56
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kbookmarks
|
||||
Version: 5.55.0
|
||||
Version: 5.56.0
|
||||
Release: 0
|
||||
Summary: Framework for manipulating bookmarks in XBEL format
|
||||
License: LGPL-2.1-or-later
|
||||
@ -32,7 +32,7 @@ Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: cmake >= 3.5
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kcodecs-devel >= %{_kf5_bugfix_version}
|
||||
@ -40,14 +40,13 @@ BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5DBus) >= 5.6.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.6.0
|
||||
Requires: cmake(Qt5Xml) >= 5.6.0
|
||||
Requires: cmake(Qt5DBus) >= 5.9.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.9.0
|
||||
Requires: cmake(Qt5Xml) >= 5.9.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.9.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -69,8 +68,8 @@ Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5Widgets) >= 5.6.0
|
||||
Requires: cmake(Qt5Xml) >= 5.6.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.9.0
|
||||
Requires: cmake(Qt5Xml) >= 5.9.0
|
||||
|
||||
%description devel
|
||||
Development files for kbookmarks, a framework for accessing and
|
||||
|
Loading…
Reference in New Issue
Block a user