forked from pool/kbookmarks
KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=225
This commit is contained in:
parent
77efe28057
commit
f0c2db4517
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5bfcc85d58b35439252f6e3d086a4deb359c4a0649fdfa57a96960cf7a00f2f
|
||||
size 126832
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprRUACgkQWNDuZIpI
|
||||
s7tVBwf/Q2YEvdzrPQjprqH/15LLHQPLY6yMWRPY4NmzCC20/1XO+/UI2qmHYtGz
|
||||
+QichbQDIdrCjaxiIIeiF+jwyf8DBBqMVr76QeVXCslYxC8K8R6wqlawJJaF1MbD
|
||||
jryFuPXUxCAdGauKi+hXwRvMf2U+DoNoH1QPJoxTKyNknZb/9XqWhSeXbs+UEbxx
|
||||
G99D/U3Zs8hb5ksmBi6FlMMPUhlujiJomw2gmlgxlOblLfmwiq9tAPh5iOkkHUlf
|
||||
8eksmgmdwNdQKowAmB+GnwWHwcgCOfcfT3QmtcAcI6fSQjIDROy4QZlL7ebUmh89
|
||||
RxkeqNnfPdvpxrG2h4izC7MANj77vg==
|
||||
=yFeG
|
||||
-----END PGP SIGNATURE-----
|
3
kbookmarks-5.82.0.tar.xz
Normal file
3
kbookmarks-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:792c25d7979a0d1a0f09d3e570388a55356b99d98e55f7588613c16fa8c99f72
|
||||
size 126800
|
11
kbookmarks-5.82.0.tar.xz.sig
Normal file
11
kbookmarks-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEyBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaXEACgkQWNDuZIpI
|
||||
s7u/XgfzBHFtDOKSoaI7mq7Dlln6wMOjj/uE4IwIOo3gLsE637RNoVy/IoXSEdhP
|
||||
dSWtDMKH/rNdqpmeGtasSfTdd+c4g9r8TvcVh9ZuUC6UMomac0/cp/BotYGXdOIY
|
||||
TkVG0JKI2HxBJZ4v/RjeImw2cviKuH1AP3mqxReHD0WJMNEBy4nK7TnvLj5Rj2tP
|
||||
lSTyGTQ2m149yrMtY9E4540yjOuBrdQOwtv60O0Xqqhxc3D9aZQoBnhFbKq/GWaa
|
||||
Gb7Sqw5IChz24RxAlXt9Nf3QtBBBGWBeN6XPTAIaJdE50706y3DTJRILNBnySSSq
|
||||
zQzQ2qJvQnYtTrlcUA320mOvbSDv
|
||||
=lq3a
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:40:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- No code change since 5.81.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:09 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Bookmarks5
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# 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.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: Framework for manipulating bookmarks in XBEL format
|
||||
License: LGPL-2.1-or-later
|
||||
@ -45,11 +45,11 @@ BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5DBus) >= 5.14.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.14.0
|
||||
Requires: cmake(Qt5Xml) >= 5.14.0
|
||||
Requires: cmake(Qt5DBus) >= 5.15.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||
Requires: cmake(Qt5Xml) >= 5.15.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -71,8 +71,8 @@ Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5Widgets) >= 5.14.0
|
||||
Requires: cmake(Qt5Xml) >= 5.14.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||
Requires: cmake(Qt5Xml) >= 5.15.0
|
||||
|
||||
%description devel
|
||||
Development files for kbookmarks, a framework for accessing and
|
||||
@ -81,15 +81,15 @@ manipulating bookmarks using the XBEL format
|
||||
%lang_package -n %{lname}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
|
Loading…
Reference in New Issue
Block a user