Accepting request 835199 from KDE:Frameworks5

OBS-URL: https://build.opensuse.org/request/show/835199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze5-icons?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2020-09-18 12:44:15 +00:00 committed by Git OBS Bridge
commit 7203adf895
7 changed files with 37 additions and 35 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzmQACgkQWNDuZIpI
s7ve2AgAtBcyOhXMOMBlgdAYOI6X+1oFSR2Gmw1+3jWc6rhvjqUL/0lz+b2dAx4T
A312RJ14XwSMAureBPEuGTl/Ig5dinI866hL32EIhj4nlooikmoODS7WR0BnpM8t
0dDsADXTeZ5PfiB8oF173Pxf5GMtD9NrqAhjE5gWbEtEK1j2+Mrcm5OdQlRq9Zrt
ZRDPrZO69cj4m6t4lJdtfyQB2m7B9HTyUWsgg/ch06lJaEOJdu4a+sBaWLpzTt7T
XyyjPnDHPf9wbocxSrwj0g56R7jwmM/wKieZ8I1MclWurDt2fUV39ljQpaTFrsa+
MHX0ltSnphke1nw7CfOhKHLi2NKqlw==
=BV6Q
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyMAACgkQWNDuZIpI
s7s51AgAuzTkQpXVNf3oJf099pNWHlrYPgmXKn+Dj4wJPYKntrUZ7ZmqrGLdU0Mo
/ecDV3xIJj15+DXuB6L7BlK4L7hPIHyzdgZxc3HDbQJ/yuIGH29Iq3Sh/vAH2dQD
H9InMyaZumQtQ6omcJkGgevIjnfzaW3XMdZKMzVWVw8Jws3kSfVD41BNYOXLDAxJ
5gdNsU+5YcW0hrwO0vhVwAL+Q1hH7YsUfX0j0hcOZnVXTN9MP7fXHbdza59oSsy1
En9rLI07np0CReq9XuQ0rZ4DmFwr/gMzKsWdFVMB1H/aIbWYRF68e03r51Cuo56p
Nq2rXqX619fRL0NpL8MR4KHhuMTJGA==
=vhHi
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Sep 17 12:48:45 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Drop patch to no longer inherit from oxygen, it's not been
necessary for a long time now:
* oxygen.diff
-------------------------------------------------------------------
Sun Sep 6 12:48:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.74.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.74.0
- Too many changes since 5.73.0, only listing bugfixes:
* Add another alias for keepass icon (kde#425928)
* Run application-x-bzip-compressed-tar through `scour` (kde#425089)
* Add aliases for MP3 icons (kde#425059)
-------------------------------------------------------------------
Sun Aug 2 07:12:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
@ -6,7 +25,7 @@ Sun Aug 2 07:12:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.73.0
- Too many changes since 5.72.0, only listing bugfixes:
* Add SMART status icon BUG: 423997 (kde#423997)
* Add SMART status icon (kde#423997)
-------------------------------------------------------------------
Sun Jul 5 07:54:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
#
%define _tar_path 5.73
%define _tar_path 5.74
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -24,7 +24,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: breeze5-icons
Version: 5.73.0
Version: 5.74.0
Release: 0
Summary: Breeze icon theme
License: LGPL-3.0-only
@ -35,23 +35,19 @@ Source: https://download.kde.org/stable/frameworks/%{_tar_path}/breeze-i
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/breeze-icons-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
# PATCH-FIX-OPENSUSE oxygen.diff -- inherit from oxygen
Patch0: oxygen.diff
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: libxml2-tools
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
Requires: oxygen5-icon-theme
BuildArch: noarch
%description
Breeze-icons is a freedesktop.org compatible icon theme.
%prep
%setup -q -n breeze-icons-%{version}
%patch0 -p1
%autosetup -p1 -n breeze-icons-%{version}
%build
%cmake_kf5 -d build -- -DBINARY_ICONS_RESOURCE=ON

View File

@ -1,13 +0,0 @@
diff --git a/icons/index.theme b/icons/index.theme
index c977e68..be58a20 100644
--- a/icons/index.theme
+++ b/icons/index.theme
@@ -19,7 +19,7 @@ Comment[x-test]=xxDefault Plasma 5 Theme
DisplayDepth=32
-Inherits=hicolor
+Inherits=hicolor,oxygen
Example=folder