forked from pool/kf6-breeze-icons
KDE Frameworks 6.3.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-breeze-icons?expand=0&rev=9
This commit is contained in:
parent
6e6cea51a3
commit
fa7ae9ed22
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df5a3b150768dd5c781a6c3d1848d79f4b0eb2f327e248c5426a1234aa4c135b
|
|
||||||
size 2228164
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXKwAKCRAsjfWHptSq
|
|
||||||
weGIAQDiISpYnvKtOfsbif1dZSrF5TQSvssq4NhZj0Y0Tvp5mgEApdb1Qa12kLG3
|
|
||||||
5qKSjmvnAmyxPasGnhFIRVXcLueJaAs=
|
|
||||||
=dkM9
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
breeze-icons-6.3.0.tar.xz
Normal file
3
breeze-icons-6.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67266378f2d7dbf13dc4f691de43f30b5aca4e4a3336e9f60f0efba2a474e626
|
||||||
|
size 2225324
|
7
breeze-icons-6.3.0.tar.xz.sig
Normal file
7
breeze-icons-6.3.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPYgAKCRAsjfWHptSq
|
||||||
|
wd9kAQDNYCgOdNYhSRcGXhPXep6D7C7rXwsXUV0SGSCi+7HbHgD+ObjVS+1N7U5A
|
||||||
|
+CHl1di7jd0I6qdvRD7lx3vzsiXfAQ8=
|
||||||
|
=meyT
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 10:11:17 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.3.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/6/6.3.0/
|
||||||
|
- Too many changes to list here.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 6 12:22:14 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Mon May 6 12:22:14 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define qt6_version 6.6.0
|
%define qt6_version 6.6.0
|
||||||
|
|
||||||
%define rname breeze-icons
|
%define rname breeze-icons
|
||||||
# Full KF6 version (e.g. 6.2.0)
|
# Full KF6 version (e.g. 6.3.0)
|
||||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||||
# Last major and minor KF6 version (e.g. 6.0)
|
# Last major and minor KF6 version (e.g. 6.0)
|
||||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kf6-breeze-icons
|
Name: kf6-breeze-icons
|
||||||
Version: 6.2.0
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Breeze icon theme
|
Summary: Breeze icon theme
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@ -48,6 +48,14 @@ Obsoletes: breeze5-icons < %{version}
|
|||||||
%description
|
%description
|
||||||
Breeze-icons is a freedesktop.org compatible icon theme.
|
Breeze-icons is a freedesktop.org compatible icon theme.
|
||||||
|
|
||||||
|
%package -n libKF6BreezeIcons6
|
||||||
|
Summary: Breeze icon theme - icon library
|
||||||
|
|
||||||
|
%description -n libKF6BreezeIcons6
|
||||||
|
Breeze-icons is a freedesktop.org compatible icon theme.
|
||||||
|
This package provides a library containing icons, resources, and functions
|
||||||
|
to use them. It is meant to be used for self contained deployments.
|
||||||
|
|
||||||
%package rcc
|
%package rcc
|
||||||
Summary: Breeze icon theme - rcc file
|
Summary: Breeze icon theme - rcc file
|
||||||
Provides: breeze5-icons-rcc = %{version}
|
Provides: breeze5-icons-rcc = %{version}
|
||||||
@ -60,6 +68,7 @@ This contains the Breeze (non-dark) icons in a QResource file, used by Kexi.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: CMake config files for kf6-breeze-icons
|
Summary: CMake config files for kf6-breeze-icons
|
||||||
Requires: kf6-breeze-icons = %{version}
|
Requires: kf6-breeze-icons = %{version}
|
||||||
|
Requires: libKF6BreezeIcons6 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package provides CMake config files for projects that wish to ensure
|
This package provides CMake config files for projects that wish to ensure
|
||||||
@ -69,6 +78,8 @@ the Breeze icons are available at build time.
|
|||||||
%autosetup -p1 -n %{rname}-%{version}
|
%autosetup -p1 -n %{rname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
# kexi needs the icons resource
|
# kexi needs the icons resource
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DBINARY_ICONS_RESOURCE:BOOL=TRUE \
|
-DBINARY_ICONS_RESOURCE:BOOL=TRUE \
|
||||||
@ -87,6 +98,8 @@ ln -s yast-software-group.svg %{buildroot}%{_kf6_iconsdir}/breeze/preferences/32
|
|||||||
%icon_theme_cache_create_ghost breeze
|
%icon_theme_cache_create_ghost breeze
|
||||||
%icon_theme_cache_create_ghost breeze-dark
|
%icon_theme_cache_create_ghost breeze-dark
|
||||||
|
|
||||||
|
%ldconfig_scriptlets -n libKF6BreezeIcons6
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%ghost %{_kf6_iconsdir}/breeze/icon-theme.cache
|
%ghost %{_kf6_iconsdir}/breeze/icon-theme.cache
|
||||||
@ -96,6 +109,9 @@ ln -s yast-software-group.svg %{buildroot}%{_kf6_iconsdir}/breeze/preferences/32
|
|||||||
%{_kf6_iconsdir}/breeze/
|
%{_kf6_iconsdir}/breeze/
|
||||||
%{_kf6_iconsdir}/breeze-dark/
|
%{_kf6_iconsdir}/breeze-dark/
|
||||||
|
|
||||||
|
%files -n libKF6BreezeIcons6
|
||||||
|
%{_kf6_libdir}/libKF6BreezeIcons.so.*
|
||||||
|
|
||||||
%files rcc
|
%files rcc
|
||||||
%dir %{_kf6_iconsdir}/breeze
|
%dir %{_kf6_iconsdir}/breeze
|
||||||
# Kexi does not need the -dark variant.
|
# Kexi does not need the -dark variant.
|
||||||
@ -103,5 +119,7 @@ ln -s yast-software-group.svg %{buildroot}%{_kf6_iconsdir}/breeze/preferences/32
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf6_cmakedir}/KF6BreezeIcons/
|
%{_kf6_cmakedir}/KF6BreezeIcons/
|
||||||
|
%{_kf6_includedir}/BreezeIcons/
|
||||||
|
%{_kf6_libdir}/libKF6BreezeIcons.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user