KDE Frameworks 5.67
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdbusaddons?expand=0&rev=189
This commit is contained in:
parent
027a94c65a
commit
462708fad8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee600f15af2fb9a28ad15f7e0689d519211fa63b86f2e6c356bd32530ebdfa46
|
||||
size 40104
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxOMACgkQWNDuZIpI
|
||||
s7uduQf+L4EhuBoYepCoT6U9MeA5oL4nJNYBq/9oGZ3gIrqzh8DvABYPL/K0X0lY
|
||||
HT3jmZpm4M+rjLCsFrts/xehUGFuYbecXzOrZgnBRJGy9xztQiJ6aJAZBIIgVgie
|
||||
Dytu0VhTfw6AIHGRHsQg5t83mEvtTV1r3RFk4qFKMsegCtZHuQRttuLMhdtGYjOo
|
||||
rKgPyiRNdyt73yf9/D23vB3bJCLN71t90B8IpqXR+vCyR41ChoWYA+40xGZua68J
|
||||
H11JzvYfnpr3fyWAvJ3snaSm9XQK6tIUvKXwxlI7Ftv6dY/nAMsq/IuzZRWidu4X
|
||||
vGgcvBxj45WZXuOGlLkGVwy7txhuhQ==
|
||||
=7MzK
|
||||
-----END PGP SIGNATURE-----
|
3
kdbusaddons-5.67.0.tar.xz
Normal file
3
kdbusaddons-5.67.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae4795d1286c97f46be9121b2761f811e36f1c586cb030ed6debd97dc7c73518
|
||||
size 39992
|
11
kdbusaddons-5.67.0.tar.xz.sig
Normal file
11
kdbusaddons-5.67.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420TQACgkQWNDuZIpI
|
||||
s7trGQf/ebSd/xHaLjdp7aSpbjLK5oismGyUTCxQP4pEbNAa7hjg+dfy6pgU7HLe
|
||||
OXvV2p5iMbEbKMwi1RvkJMpIZx3mCr7uQqVTYAS7KLw2gsJt9gWIXy6fVsVs913t
|
||||
NAy3rGCobINpXvimIeKKdQKc1wvTZmcIz51NOUB6vZ7OSfo8oBc+vxhByjwrn+21
|
||||
PJR2WmLzQZ+tZB8jzqtrk4pU1ejuKGaO9sDvu4LP2wjFTR5ehsro3/nzP9qdz5/X
|
||||
8YVxq3OeG9OlQ+JXy33G4UgJ5UZGiBrntABQRSOcue3BHqtXxQF+gjlU//MSRFD+
|
||||
l60W1qZkz3gcTPXYmEjUldNYlc6IHw==
|
||||
=tRW9
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:06:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:32:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.67.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
|
||||
- No code change since 5.66.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 09:02:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5DBusAddons5
|
||||
%define _tar_path 5.66
|
||||
%define _tar_path 5.67
|
||||
# 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: kdbusaddons
|
||||
Version: 5.66.0
|
||||
Version: 5.67.0
|
||||
Release: 0
|
||||
Summary: Convenience classes for QtDBus
|
||||
License: LGPL-2.1-or-later
|
||||
@ -40,11 +40,11 @@ BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.12.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -75,7 +75,7 @@ Summary: Convenience classes for QtDBus: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5DBus) >= 5.11.0
|
||||
Requires: cmake(Qt5DBus) >= 5.12.0
|
||||
|
||||
%description devel
|
||||
KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
|
||||
@ -88,7 +88,7 @@ create KDED modules. Development files.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
Loading…
Reference in New Issue
Block a user