1
0
forked from pool/breeze5-icons

Accepting request 861904 from KDE:Frameworks5

KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/request/show/861904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze5-icons?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2021-01-13 17:15:13 +00:00 committed by Git OBS Bridge
commit 145e03264d
6 changed files with 61 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Lnx4ACgkQWNDuZIpI
s7t8jAgAjKLvrBVa+y9QZ9+3Ua/HedQD3cY2KUrwxqdNk8ezQb/CY5HsTW3HE7js
IamHFjMygAzIhSOHnAxcz8E2qZVwwHdEE5AoZGa1c/Myzzws6geHh+9SLnode8Qc
UkpnNpbBCYboCa/NjK+VrgZZTQW5yBzijYT4cpsOszcPHSmVWh+wUaqZi0yjV9kj
IDrKq0P0w6V7uyr2siZYxqEPHI4LYMIuUXUhPbaGmwfI+aMMUbFm+EdXcWZgChbV
VVdx6gusRI6+gpey7knPebdTz2t8FedXNJEfxChxYsSy6ObLFQe9l9JIe3wN8HMM
XMYZIRh3j0Ki+CKhGVw72MaQDNxfPw==
=9hU1
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/web4ACgkQWNDuZIpI
s7uAtQf9GsvUy/BKObHPRWgp/KGyIC4cJWJ4yerqKNlKfIKuv4KKw3kZsjfg05iI
teU4GJR9PtlFnl+8gB6oj7XstEJ5Jzu5PyLH0HqNFEJfgNEys3BqlPUOzxxUtyse
YqdxSnjgpEUIQ4NJSpcRGkz4BDaaWM2ldgknPvePf13iEX4/B5V9WogW/iHdM9Cy
ikvEcBI4Kq09a471pMabURinAJskIc2AU6rAveM7kRaoL1KyIBDQU/I4nofUkIUh
g2MYZqkILIfUq3xj95PjEFCsLlQEO0K3/bxlVTSgkGjMhgS4bQYBrjArnzaIox2Q
+9mJT0Fg/F2hFPJ80qj+h8sHQEnSog==
=FMeV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 6 14:19:27 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Add subpackage with breeze-icons.rcc just for Kexi
-------------------------------------------------------------------
Wed Jan 6 10:47:14 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* fixed a drop shadow, removed a duplicate icon
* New compass action icon
* Add image-missing icon to theme
* Add icon for WIM images
-------------------------------------------------------------------
Tue Jan 5 22:54:47 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Disable BINARY_ICONS_RESOURCE, it duplicates the size for no good reason
- Switch to hardlinks for %fdupes
-------------------------------------------------------------------
Sat Dec 5 18:56:08 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package breeze5-icons
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
#
%define _tar_path 5.77
%define _tar_path 5.78
# 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.77.0
Version: 5.78.0
Release: 0
Summary: Breeze icon theme
License: LGPL-3.0-only
@ -41,17 +41,27 @@ BuildRequires: hicolor-icon-theme
BuildRequires: libxml2-tools
BuildRequires: python3
BuildRequires: python3-lxml
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildArch: noarch
%description
Breeze-icons is a freedesktop.org compatible icon theme.
%package rcc
Summary: Breeze icon theme - rcc file
Group: System/GUI/KDE
%description rcc
Breeze-icons is a freedesktop.org compatible icon theme.
This contains the Breeze (non-dark) icons in a QResource file, used by Kexi.
%prep
%autosetup -p1 -n breeze-icons-%{version}
%build
# For some reason Kexi only wants to use breeze-icons.rcc and not the icons directory,
# so build it just for that.
%cmake_kf5 -d build -- -DBINARY_ICONS_RESOURCE=ON
%cmake_build
@ -62,7 +72,7 @@ Breeze-icons is a freedesktop.org compatible icon theme.
ln -s yast-software-group.svg %{buildroot}%{_kf5_iconsdir}/breeze/preferences/32/yast-software.svg
ln -s yast-software-group.svg %{buildroot}%{_kf5_iconsdir}/breeze-dark/preferences/32/yast-software.svg
%fdupes -s %{buildroot}%{_kf5_iconsdir}
%fdupes %{buildroot}%{_kf5_iconsdir}
%icon_theme_cache_create_ghost breeze
%icon_theme_cache_create_ghost breeze-dark
@ -75,7 +85,14 @@ Breeze-icons is a freedesktop.org compatible icon theme.
%license COPYING*
%ghost %{_kf5_iconsdir}/breeze/icon-theme.cache
%ghost %{_kf5_iconsdir}/breeze-dark/icon-theme.cache
%exclude %{_kf5_iconsdir}/breeze/breeze-icons.rcc
%exclude %{_kf5_iconsdir}/breeze-dark/breeze-icons-dark.rcc
%{_kf5_iconsdir}/breeze/
%{_kf5_iconsdir}/breeze-dark/
%files rcc
%dir %{_kf5_iconsdir}/breeze
# Kexi does not need the -dark variant.
%{_kf5_iconsdir}/breeze/breeze-icons.rcc
%changelog