forked from pool/oxygen5-icon-theme
KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/oxygen5-icon-theme?expand=0&rev=166
This commit is contained in:
parent
b2452e5556
commit
4958cf3ceb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f966276ad223f330ceb765a99d07b5482710353b5b272faea240390ccb14bdbe
|
|
||||||
size 238637728
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwNgACgkQWNDuZIpI
|
|
||||||
s7t8xgf/QfUUujZkTMM5sf+Fy7eVuYyMqohubVB7rWdO/c301coyxOLL7ucMHStk
|
|
||||||
wwaTnQwRbMCJkVUSC7y1IyjSCPhRojHmYA67jxV9ahPlIHr8QHJ1//ahMR05wYvP
|
|
||||||
fkm5RwlEsaX5Vgrf5OMzbpG2cYCXslNvbjweZxYtLnodW1d2zrTDOuLZMWp74Ma5
|
|
||||||
aG9jjHnSqdgYrhS9cHTl0MPeS4x5kFqT15sViaa/J2U3RqaalgqSpEOE0Da8iPxI
|
|
||||||
iwSByHoKjAHYsQHyXGp0EPhaE8dwxdYCvyj6lNntZZr2vv0o3yITe/oGjqDrEYWT
|
|
||||||
KzEUKgri0iuDa3P3KIAY641MEL19MQ==
|
|
||||||
=UUQt
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
oxygen-icons5-5.90.0.tar.xz
Normal file
3
oxygen-icons5-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f747c4daf561306b25c347cb3a716bec32093ab8bd3e3ab8fbceed89981eec7
|
||||||
|
size 238635664
|
11
oxygen-icons5-5.90.0.tar.xz.sig
Normal file
11
oxygen-icons5-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQWFkACgkQWNDuZIpI
|
||||||
|
s7tCOgf/enDn0MnWe36yaZmwIrvu+tOxj+QssdhQwTQpvX1/1e4FTZ4nKmZ/ETl9
|
||||||
|
b+g4D1dOJ788O0PGUTpqDPaEv2HcAZC4eid47unyE5SucmMlraGQW2fmFhSouQRi
|
||||||
|
by4APAU8abP2uIHZ1vHmfl+yTBJguvggDZkFH6e/k68Qib759SC1Ki5MCyWHtlpI
|
||||||
|
nNOcuToqwmjRiTI1jNLrXkdz7lQifoWKaTM7kggIfWTkQH4SkdOaiuLLzT8/qw6m
|
||||||
|
7Z1oWcdpUhP8D7/d1tKigZIwbZ4/6W52USFGwPZYS+2gKHen0O8abuV3WfezmElT
|
||||||
|
I1GU+YahXqAjy7o6P12ctOeTHPmJ7Q==
|
||||||
|
=v8Xc
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 3 12:48:04 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.90.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||||
|
- Changes since 5.89.0:
|
||||||
|
* Change the build system to enable building with Qt6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 4 22:57:05 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Dec 4 22:57:05 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,23 +16,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.89
|
%define _tar_path 5.90
|
||||||
# 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_with autotests
|
%bcond_with autotests
|
||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without lang
|
%bcond_without released
|
||||||
Name: oxygen5-icon-theme
|
Name: oxygen5-icon-theme
|
||||||
Version: 5.89.0
|
Version: 5.90.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oxygen Icon Theme
|
Summary: Oxygen Icon Theme
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: oxygen-icons5-%{version}.tar.xz
|
Source: oxygen-icons5-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
Source1: oxygen-icons5-%{version}.tar.xz.sig
|
Source1: oxygen-icons5-%{version}.tar.xz.sig
|
||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user