forked from pool/breeze5-icons
Accepting request 674683 from KDE:Frameworks5
- Workaround yast2-theme incompatibility by adding a symlink - Update to 5.55.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.55.0.php - Changes since 5.54.0: * Too many changes to list here OBS-URL: https://build.opensuse.org/request/show/674683 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze5-icons?expand=0&rev=40
This commit is contained in:
commit
11cdf886b5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e160b1c2eb82a55a10e65eba14fcd01da6db14471213df268abe028debdadbc
|
|
||||||
size 1591224
|
|
3
breeze-icons-5.55.0.tar.xz
Normal file
3
breeze-icons-5.55.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:89381f2e78cd479c533095bc0a58da74c8bbe6ca2ee64a9664060a56513fab0e
|
||||||
|
size 1602408
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 13 09:45:37 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Workaround yast2-theme incompatibility by adding a symlink
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 10 22:02:58 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.55.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.55.0.php
|
||||||
|
- Changes since 5.54.0:
|
||||||
|
* Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 14 06:08:41 UTC 2019 - lbeltrame@kde.org
|
Mon Jan 14 06:08:41 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.54
|
%define _tar_path 5.55
|
||||||
# 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}')}
|
||||||
Name: breeze5-icons
|
Name: breeze5-icons
|
||||||
Version: 5.54.0
|
Version: 5.55.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Breeze icon theme
|
Summary: Breeze icon theme
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@ -55,6 +55,10 @@ Breeze-icons is a freedesktop.org compatible icon theme.
|
|||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
|
# yast2-theme uses these, but it got renamed in 5.55.0
|
||||||
|
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 -s %{buildroot}%{_kf5_iconsdir}
|
||||||
|
|
||||||
%icon_theme_cache_create_ghost breeze
|
%icon_theme_cache_create_ghost breeze
|
||||||
|
Loading…
Reference in New Issue
Block a user