Accepting request 1043155 from home:Vogtinator:ka

- Update to 0.6.1. No changelog provided, list of git commits too long, so:
  * Probably some new features
  * Probably some new fixes
  * Probably some new bugs as well
- Add Carl Schwan's public key to the keyring, rename it to
  kirigami-addons.keyring

OBS-URL: https://build.opensuse.org/request/show/1043155
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami-addons?expand=0&rev=3
This commit is contained in:
Christophe Marin 2022-12-18 10:30:47 +00:00 committed by Git OBS Bridge
parent d33e7dfb46
commit 30732eaa91
5 changed files with 34 additions and 5 deletions

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEOf+pPK6cavwhKtACAjJUSCBORSoFAmOKPkoACgkQAjJUSCBO
RSr9Fgf/VY5SDFBXMVDSMHmVXZR/9XGQn8DXpD9BE5VutiILpCmX8jdv6Rv+kX+A
VOgx5nN1cs6xHnj94VK1EOFFg7i9X+MuSbf4rFkDRXwze8oMt7cXIXyU5fMSJt5M
xmyfnlyAwtJ2qsju2O6goZuLfeYwwmkw56PfXE0O47LVFwzjEjJ98mwdvBk1ROtW
fOv/ba/9PqW1T6ELkkmdUeNCE/fr+hv5Z9MLH8OqtYYGlqhO4CAwH2tqky4P73eA
RR1H+ZAKd7sEsxeb+R1cNG+CrRolYw+gW7eVhd43v487t0IkooISBUH2Se1luv+J
mvrRBm2LgrQ8isPDv6cFuafs8Hcrpw==
=v8qL
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 15 13:41:09 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 0.6.1. No changelog provided, list of git commits too long, so:
* Probably some new features
* Probably some new fixes
* Probably some new bugs as well
- Add Carl Schwan's public key to the keyring, rename it to
kirigami-addons.keyring
-------------------------------------------------------------------
Fri Oct 7 08:13:53 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>

BIN
kirigami-addons.keyring Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
#
# spec file for package kirigami-addons
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,15 +19,15 @@
%bcond_without released
Name: kirigami-addons
Version: 0.4
Version: 0.6.1
Release: 0
Summary: Add-ons for the Kirigami framework
License: LGPL-3.0-only
URL: https://invent.kde.org/libraries/kirigami-addons
Source: https://download.kde.org/unstable/kirigami-addons/%{version}/kirigami-addons-%{version}.tar.xz
Source: https://download.kde.org/stable/kirigami-addons/kirigami-addons-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/unstable/kirigami-addons/%{version}/kirigami-addons-%{version}.tar.xz.sig
Source2: plasma.keyring
Source1: https://download.kde.org/stable/kirigami-addons/kirigami-addons-%{version}.tar.xz.sig
Source2: kirigami-addons.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5I18n)
@ -44,6 +44,8 @@ desktop experiences providing a native experience on both, and
look native with any QQC2 style (qqc2-desktop-theme, Material
or Plasma).
%lang_package
%prep
%autosetup -p1
@ -53,6 +55,7 @@ or Plasma).
%install
%kf5_makeinstall -C build
%find_lang %{name}
# No need for CMake exports
rm -r %{buildroot}%{_kf5_cmakedir}/
@ -63,4 +66,6 @@ rm -r %{buildroot}%{_kf5_cmakedir}/
%dir %{_kf5_qmldir}/org/kde/
%{_kf5_qmldir}/org/kde/kirigamiaddons/
%files lang -f %{name}.lang
%changelog