Accepting request 1190630 from KDE:Frameworks

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1190630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami-addons6?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2024-08-01 20:03:48 +00:00 committed by Git OBS Bridge
commit 3861beba9c
6 changed files with 52 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEOf+pPK6cavwhKtACAjJUSCBORSoFAmZ7DOsACgkQAjJUSCBO
RSoxYgf/Yv5A3qvWL8ByfJ4hXYDWk7RmPqZvAgcWi0WJLwLtOrTDTVg8z82D0xmf
yfoaDceFnxMEWICVCfRFiRFFjhT2Ji9i2u0Px0ZU7+l7RSCzMLECu47dbmzPlAKK
Gn2GiR/EXOanuA24yVkK5/m+UYE3DpqYObOJ3nzei6xb1ZoSanZG86b95hFESLZT
1cgydN43Ab9FRCFRsfBqRYsnbZ6X3zDJeHYsViH2vZxVmCeW1vLrxh6N7sv49Kv+
5vRqs/tc0WTYIlSd68yV4RNsrl9yG+GEchVkYznPqF5JjrVEToDVGdil1NzEg8Fc
qIGblO0veEQXkvtSoB/35MpTAgKDXA==
=7qjT
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEOf+pPK6cavwhKtACAjJUSCBORSoFAmaflV0ACgkQAjJUSCBO
RSpJIQf/eGE9LMg/fxue+++1JIAOk/swuG66VcoZtoJl0GAiThaSKCJVUREByhsz
cS/v++rwRTGZ+rTfFgPvUK7gDkgMAo6+eaNv8vNsG6nedp/vnTJCMU7Qz4e4C9c6
2nIRWzElGm1FyPhBRaYNEn9ufwSqItUoFfz9uB4bZDLVdL1UDCIZnGwihi3JEDZP
Wm2GlqG0I7k9BFYeS/uMikPaAPELQao0tb66P45q7wIUUX+/9BeXm8UCTxj04pm/
iMhi+RfWE3IEUJTQ743nB0xI06eb/7JNSuIhwjR4XGAWE+1mjyz34YYpEV6YzcX0
MyXlxc4bOyycPdec5eTN923XD/Dzwg==
=BNZy
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 24 09:35:50 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 1.4.0
https://carlschwan.eu/2024/07/23/kirigami-addons-1.4/
* New module to manage actions similar to that we can find in
the QtWidgets world
* The FormCard design was tweaked a bit more when using a dark
theme
* New component to the FormCard collection: FormTextAreaDelegate
-------------------------------------------------------------------
Wed Jun 26 21:15:07 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -23,7 +23,7 @@
%define rname kirigami-addons
Name: kirigami-addons6
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Add-ons for the Kirigami framework
License: LGPL-3.0-only
@ -33,9 +33,11 @@ Source: https://download.kde.org/stable/%{rname}/%{rname}-%{version}.tar
Source1: https://download.kde.org/stable/%{rname}/%{rname}-%{version}.tar.xz.sig
Source2: kirigami-addons.keyring
%endif
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6GlobalAccel) >= %{kf6_version}
BuildRequires: cmake(KF6GuiAddons) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6KirigamiPlatform) >= %{kf6_version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
@ -43,6 +45,7 @@ BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
BuildRequires: cmake(Qt6QuickControls2) >= %{qt6_version}
Requires: kf6-kirigami-imports >= %{kf6_version}
Requires: libKF6Svg6 >= %{kf6_version}
Requires: libKirigamiAddonsStatefulApp6 >= %{version}
Requires: qt6-qt5compat-imports >= %{qt6_version}
%description
@ -52,9 +55,21 @@ desktop experiences providing a native experience on both, and
look native with any QQC2 style (qqc2-desktop-theme, Material
or Plasma).
%package -n libKirigamiAddonsStatefulApp6
Summary: Stateful application suppport library for kirigami-addons
%description -n libKirigamiAddonsStatefulApp6
A set of "widgets" i.e visual end user components along with a
code to support them. Components are usable by both touch and
desktop experiences providing a native experience on both, and
look native with any QQC2 style (qqc2-desktop-theme, Material
or Plasma). This package provides a library to add standard
stateful functionality to applications using kirigami-addons.
%package devel
Summary: Development files for kirigami-addons6
Requires: kirigami-addons6 = %{version}
Requires: libKirigamiAddonsStatefulApp6 >= %{version}
%description devel
A set of "widgets" i.e visual end user components along with a
@ -87,16 +102,24 @@ Provides translations for %{name}.
%install
%kf6_install
%fdupes %{buildroot}%{_kf6_qmldir}
%find_lang %{name} --all-name
%ldconfig_scriptlets -n libKirigamiAddonsStatefulApp6
%files
%license LICENSES/*
%{_kf6_qmldir}/org/kde/kirigamiaddons/
%files -n libKirigamiAddonsStatefulApp6
%{_kf6_libdir}/libKirigamiAddonsStatefulApp.so.*
%files devel
%{_kf6_cmakedir}/KF6KirigamiAddons/
%{_includedir}/KirigamiAddonsStatefulApp/
%{_kf6_libdir}/libKirigamiAddonsStatefulApp.so
%dir %{_kf6_sharedir}/kdevappwizard/
%dir %{_kf6_sharedir}/kdevappwizard/templates/
%{_kf6_sharedir}/kdevappwizard/templates/kirigamiaddons6.tar.bz2
%files lang -f %{name}.lang