SHA256
1
0
forked from pool/kirigami2

KDE Frameworks 5.101.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=175
This commit is contained in:
Christophe Marin 2022-12-11 11:33:10 +00:00 committed by Git OBS Bridge
parent 4b47b8fbcd
commit b19d77ce84
6 changed files with 33 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmeoACgkQWNDuZIpI
s7urYgf8Ci8tF1zXgvGo493LRE6KWJw5g2acll/CgkRfAwx8vNdYvdoFKRifDY/T
4mbK6iT/IBTqpplNseqiZvgQqqs/AB9dQNCeOPY7zT5rYRAJOUmgzJP99I+Dio6R
QY6u0QnSMzW6KEpAejr2q+C3NhipjmYXoDkzQaK2dCsfc2Y7MrLiWTkib9mpVPTZ
hJpYJ4Oiim1mzpEDdzNMNgPJxaffZlf1RvxziiemU15w6bqmrp9JlTrB6RcwlKXY
pq7KaYFzAKIRO+O1nLsON0nhdd+f+PikT3RVpxHgISXiqUFMJ+vchfnv3T8WwrnA
zLRsYkyfNlkLEbSJz79gNNeiVI6ipQ==
=CbxW
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmORy2MACgkQWNDuZIpI
s7v94AgAuZ1qm1lpOF4Al9lebEJOeU+W59Y6dvFIxzXY8OcDNaxSwpMF9GTuNyUg
X0RMcRInIvj6YGAWujMnzmaapO4pku/ZNAQfUKIFjpj7RAWl8wJOrTV+N+KBp2Oj
+PpN/mjBl4sisXxj8EFpIANIUJdJfKF51LxPdo3UuDWLPol8laRvVD/gImwQALq0
w27/tN6FrdO9mN3yBdIgA4hZpXSi44NOUuJINxdM0ma50UcV8atr1b3yhCjkdcO/
WWG/vLD16qWFcGx3bD0kQkJ0HXQrHrx5TAX42OexPH8gzG4lQ8weMXE09QIsd2qJ
DlLjqFRlTbR0w5j7YhqQgk5j+DQUbg==
=2GKV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 6 20:10:46 UTC 2022 - Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Too many changes to list here.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 8 08:35:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Tue Nov 8 08:35:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,18 +17,17 @@
%define lname libKF5Kirigami2-5 %define lname libKF5Kirigami2-5
%define _tar_path 5.100 %define _tar_path 5.101
# 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.100.0 Version: 5.101.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
Group: Development/Libraries/KDE
URL: https://www.kde.org URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
%if %{with released} %if %{with released}
@ -36,6 +35,10 @@ Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
%if 0%{?suse_version} == 1500
BuildRequires: gcc10-c++
BuildRequires: gcc10-PIE
%endif
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: cmake(Qt5Concurrent) >= 5.15.0 BuildRequires: cmake(Qt5Concurrent) >= 5.15.0
@ -55,7 +58,6 @@ QtQuick plugins to build user interfaces based on the KDE UX guidelines.
%package -n %{lname} %package -n %{lname}
Summary: Set of QtQuick components Summary: Set of QtQuick components
Group: System/Libraries
Recommends: %{name} = %{version} Recommends: %{name} = %{version}
%description -n %{lname} %description -n %{lname}
@ -64,7 +66,6 @@ Based on Qt Quick Controls 2. This package contains the base shared libraries.
%package devel %package devel
Summary: Development package for kirigami Summary: Development package for kirigami
Group: Development/Libraries/KDE
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -78,6 +79,10 @@ Development files.
%autosetup -p1 %autosetup -p1
%build %build
%if 0%{?suse_version} == 1500
export CXX=g++-10
%endif
%cmake_kf5 -d build %cmake_kf5 -d build
%cmake_build %cmake_build