Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
e3ac2ed47d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d854975185cf740de486d84f1e2ec3e4eadb66ac9fb897214cba9ab8cc492b1
|
||||
size 1518680
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEyBAABCAAdFiEEOf+pPK6cavwhKtACAjJUSCBORSoFAmeJFV4ACgkQAjJUSCBO
|
||||
RSpA/gf47+fB0k87pzJ2n3wQwOwUCptIarHiw+VeibdiI9R1SdJ4NSAXdxHBM/D0
|
||||
u5DQBniX3GSamUS3Uay8tTtYQVy2MXXlidydjF82bMlN8dZ73QxsiBIti+76Cb6p
|
||||
T7pb/1hXg3wcmXHGuzR+SEjJFCpX3QTptZ16JaIR+8/KuMFRnoWNp6hfiKQhcqqh
|
||||
BozRVadORZDrl8eO+/bvOys3EeosU9LNEJ++M5GeSd4PVf2dBkQ4ez9qgTpoMYH9
|
||||
8PLZki/U4h+Zp3DIwh5U3YJkpF8HI6jHbY9pJ9JwTEqCjxCPAgLdsTlqu8PQOKIC
|
||||
WMMSK42QiIDxjGV7zffkOKKJdoHo
|
||||
=d7in
|
||||
-----END PGP SIGNATURE-----
|
BIN
kirigami-addons-1.9.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
kirigami-addons-1.9.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
kirigami-addons-1.9.0.tar.xz.sig
Normal file
11
kirigami-addons-1.9.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEOf+pPK6cavwhKtACAjJUSCBORSoFAmhnC8oACgkQAjJUSCBO
|
||||
RSooOgf7BJdV+KdzGJd8f58v9yHrTv4kxvufqftL4w7tJFVW0vZBEZ95iqIo78PD
|
||||
hshKANmv45JVy19Mc4/TLbjTAzq5FukLifwucpUfpZJAkj8hTcmcP0EX6KqKFnAP
|
||||
xSSYDhbfhc+tjgYf/kmV3Gpikbd/IS9pLfCbgx5TLDRnAl7RwwdGGkDDL/xbC/Y2
|
||||
pyGvinRNZc3yWlTrRQTWnFmMSK0BDivWtqxGEPSvm0icwhfMy1ynjqOmXzN5rW+K
|
||||
liWQigicXKH2eqtPNELCZmd7IFX1accB6NEBAVFWShXUw+5m/D8xSn+Z/ZhbWsQq
|
||||
sD32g5sh6MM03wGuLEdfxhes2K3maw==
|
||||
=to5o
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 06:41:18 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.9.0
|
||||
https://carlschwan.eu/2025/07/06/kirigami-addons-1.9.0/
|
||||
* Finished the addition of the file and folder form delegate
|
||||
* Minor fixes and improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 08:54:41 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.8.1
|
||||
* Add check for QDoc target
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 06:25:19 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.8.0
|
||||
https://carlschwan.eu/2025/05/19/kirigami-addons-1.8.0/
|
||||
* Two new form delegates: FormLinkDelegate and FormIconDelegate
|
||||
* Added a password quality checker
|
||||
* Improved avatar rendering
|
||||
* Fixed several issues when using Kirigami with the QtQuick
|
||||
software rendering backend
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 09:46:16 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
%define rname kirigami-addons
|
||||
Name: kirigami-addons6
|
||||
Version: 1.7.0
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Add-ons for the Kirigami framework
|
||||
License: LGPL-3.0-only
|
||||
@@ -43,6 +43,7 @@ BuildRequires: cmake(KF6KirigamiPlatform) >= %{kf6_version}
|
||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6QuickControls2) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Tools) >= %{qt6_version}
|
||||
Requires: kf6-kirigami-imports >= %{kf6_version}
|
||||
Requires: libKF6Svg6 >= %{kf6_version}
|
||||
Requires: libKirigamiAddonsStatefulApp6 >= %{version}
|
||||
@@ -94,8 +95,7 @@ Provides translations for %{name}.
|
||||
%autosetup -p1 -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
# A DBUILD_QCH option exists but does nothing
|
||||
%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
|
Reference in New Issue
Block a user