KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdbusaddons?expand=0&rev=230
This commit is contained in:
parent
134ce9d016
commit
8322370fc1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0cb05178c793d6b9fd6f9a20342083a67312e493970d695914c6a1e40ef05fa
|
||||
size 47452
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv8oACgkQWNDuZIpI
|
||||
s7u3JggAlC1C9j0DJtXLFSnz1kvSvKfgLt5yPxdJCRZftKROQqIxErClBHwkKbx5
|
||||
U7t+BhKR4LZ3I8nOyaRV2FVBn88JyG/0I2I4Qpv4T/td7GF++u4RQSKX9q67Ig35
|
||||
EQsM+U8/emCZqA3GAbfinXlUl8YrAoB/Nhj8N3XviIQr9TGm0oxDTTKBI5ySoNDE
|
||||
xbA0iirqd+YiHXza95Km7BItn8x23ljOdUZp/X/xOxj01Gn7+jDfNFl+yeKkVj/v
|
||||
O0mhxOHMUPuojo1Gx0rHaJrQqyqIl7kVYXp7YGyvCD+x5f+udYd+8Wb5rfog1jkp
|
||||
HhZB1gl1Np3BIt1u+2YP1QkFXBTKbg==
|
||||
=+fTu
|
||||
-----END PGP SIGNATURE-----
|
3
kdbusaddons-5.90.0.tar.xz
Normal file
3
kdbusaddons-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44e99c247c053db796ac3752f546bcc759651206f178305854bc4757fd4ac03c
|
||||
size 47880
|
11
kdbusaddons-5.90.0.tar.xz.sig
Normal file
11
kdbusaddons-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0gACgkQWNDuZIpI
|
||||
s7tlYwgAlN9VRFbN3GeQDmriTyPplaGC9VjkWggTOlT+K/QsOZEE/JoY/B3xmYy6
|
||||
UzgzPYN6enkY/7Gslggp9q5qgPaZPdZmNs6NYJMDUvfkrslvjhGJhmPmo1OowkYC
|
||||
Mp+MvQfvyAt6zzjmSvVswlJkfIozNB1KKg3heB/5HJkdn6uljZtkPtj3/1E3imRJ
|
||||
bWKv13pPnWJ8yuL8o6n2CR8cAcKlrfDKfLLTw++YDK0ZhasQg/3eFjPOHDr5IPQc
|
||||
gf/KsgyJpYdGC0zfJEcSYftHHEYgcAaHP/pRcvaABvlOrM2Pqmyf976hldBAc5h+
|
||||
epLvbMI4oH4UfkRmwG9XpGW80QDXuQ==
|
||||
=Voqf
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:47:24 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.90.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||
- Changes since 5.89.0:
|
||||
* Fix conditions used in cmake.in config file
|
||||
* API docs: improve docs for D-Bus activation and startup id handling
|
||||
* Change the build system to enable building with Qt 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:56:28 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
%define lname libKF5DBusAddons5
|
||||
%define _tar_path 5.89
|
||||
%define _tar_path 5.90
|
||||
# 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
|
||||
%bcond_without released
|
||||
Name: kdbusaddons
|
||||
Version: 5.89.0
|
||||
Version: 5.90.0
|
||||
Release: 0
|
||||
Summary: Convenience classes for QtDBus
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
@ -41,7 +41,7 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
@ -53,7 +53,6 @@ create KDED modules.
|
||||
Summary: Convenience classes for QtDBus
|
||||
Group: System/GUI/KDE
|
||||
%requires_ge libQt5DBus5
|
||||
Recommends: %{lname}-lang = %{version}
|
||||
Recommends: %{name}-tools = %{version}
|
||||
|
||||
%description -n %{lname}
|
||||
@ -92,14 +91,14 @@ create KDED modules. Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
%endif
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%files -n %{lname}-lang -f %{name}5.lang
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user