SHA256
1
0
forked from pool/kirigami2

Accepting request 1009005 from KDE:Frameworks5

KDE Frameworks 5.99 (forwarded request 1008960 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/1009005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=71
This commit is contained in:
Richard Brown 2022-10-11 16:00:05 +00:00 committed by Git OBS Bridge
commit da5d3edc37
6 changed files with 29 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46cf0701de6ace010c186e76654f3be8b9910a8167f7377cb1e5d57c337f0fd0
size 360516

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9T4ACgkQWNDuZIpI
s7s6mgf+OIJKCG04P7ha+WgvH5vCW1ZBE4PqUd9H3Ph4xQiCuy+quhdjfrdehdsd
1nB9/+w5FMm3Q/hUt+b/3pDs0Bmje7dkvPp3Spur4cSW/9ETrKqp9Zd1/SoidCcX
9h4RpUmZh1/BMIuPNZvioPMhRy8YjWm4k1eXbR/WuG0zs2j3refILhSTZtU9LP6Z
SQZJ/I5gMwPgASD4kmfq45jbfXmNfZV9HftWLJF5FaBIyoxF1F8iIAdHGDKcrz2G
ZcHBJo81kbbxSZ3A+y+vKEU4LhT+5zeGl9FnnxdHRS4SpVd8qyj5WAGOpx5c52jh
PotCfP1MhXEpK2SyNt1RqJEZf8wauw==
=4xxu
-----END PGP SIGNATURE-----

3
kirigami2-5.99.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b988ebaf93271951aa91ad28cd849d2496a5bb1ef07d425213a81cc0d4dd03e2
size 365032

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VZQACgkQWNDuZIpI
s7vNpQf/eLZBoUXk6JHtfW42csVTUt0W7CKYPXowIogGlWrmdSOg15DN5b3S4rhA
vt06bCnXYU3VfYZzxr74nJE++pG1VPf5hqxeEq8J9m7WH+qicDyIKYfCMvFjPDTv
c6nEKxYq4SK8SBQCCQHMnrqt1czxhs3er7NAWtcW3QTaSNR8d5qKZjNBbZMYIOD3
7Xne4yjCRCszPnFIXjSC2MQmqT+85GaZRxYDR6pQX8jVibcq7ooWG7GphCnmg5Ig
hpB14MmPD7REgdo6D/DGKIv0JwLpT6iMPSNmppih00kQm1hnUk0nAKE6jz26G0d4
kNTpv/nkqYO7XMYhuu588rSh0qV9gA==
=MiVu
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 1 15:55:53 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- Too many changes since 5.98.0, only listing bugfixes:
* CategorizedSettings: ensure space for long words and don't wrap in weird places (kde#458393)
* Restore going back/forward in ColumnView using back/forward mouse buttons (kde#436790)
* Make link buttons look more like links (kde#459227)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 6 07:17:06 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Tue Sep 6 07:17:06 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Kirigami2-5 %define lname libKF5Kirigami2-5
%define _tar_path 5.98 %define _tar_path 5.99
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kirigami2 Name: kirigami2
Version: 5.98.0 Version: 5.99.0
Release: 0 Release: 0
Summary: Set of QtQuick components Summary: Set of QtQuick components
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -42,15 +42,13 @@ BuildRequires: cmake(Qt5Concurrent) >= 5.15.0
BuildRequires: cmake(Qt5Core) >= 5.15.0 BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5DBus) >= 5.15.0 BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5Gui) >= 5.15.0 BuildRequires: cmake(Qt5Gui) >= 5.15.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
BuildRequires: cmake(Qt5Quick) >= 5.15.0 BuildRequires: cmake(Qt5Quick) >= 5.15.0
BuildRequires: cmake(Qt5QuickControls2) >= 5.15.0 BuildRequires: cmake(Qt5QuickControls2) >= 5.15.0
BuildRequires: cmake(Qt5Svg) >= 5.15.0 BuildRequires: cmake(Qt5Svg) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0 BuildRequires: cmake(Qt5Test) >= 5.15.0
Requires: libqt5-qtgraphicaleffects Requires: libqt5-qtgraphicaleffects
Requires: libqt5-qtquickcontrols2 Requires: libqt5-qtquickcontrols2
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
%description %description
QtQuick plugins to build user interfaces based on the KDE UX guidelines. QtQuick plugins to build user interfaces based on the KDE UX guidelines.
@ -86,9 +84,7 @@ Development files.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with released}
%find_lang libkirigami2plugin --with-qt --without-mo %find_lang libkirigami2plugin --with-qt --without-mo
%endif
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig
@ -108,8 +104,6 @@ Development files.
%{_kf5_mkspecsdir}/qt_Kirigami2.pri %{_kf5_mkspecsdir}/qt_Kirigami2.pri
%{_libdir}/cmake/KF5Kirigami2/ %{_libdir}/cmake/KF5Kirigami2/
%if %{with released}
%files lang -f libkirigami2plugin.lang %files lang -f libkirigami2plugin.lang
%endif
%changelog %changelog