diff --git a/breeze-icons-6.2.0.tar.xz b/breeze-icons-6.2.0.tar.xz deleted file mode 100644 index feb0a4f..0000000 --- a/breeze-icons-6.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df5a3b150768dd5c781a6c3d1848d79f4b0eb2f327e248c5426a1234aa4c135b -size 2228164 diff --git a/breeze-icons-6.2.0.tar.xz.sig b/breeze-icons-6.2.0.tar.xz.sig deleted file mode 100644 index f634920..0000000 --- a/breeze-icons-6.2.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXKwAKCRAsjfWHptSq -weGIAQDiISpYnvKtOfsbif1dZSrF5TQSvssq4NhZj0Y0Tvp5mgEApdb1Qa12kLG3 -5qKSjmvnAmyxPasGnhFIRVXcLueJaAs= -=dkM9 ------END PGP SIGNATURE----- diff --git a/breeze-icons-6.3.0.tar.xz b/breeze-icons-6.3.0.tar.xz new file mode 100644 index 0000000..9dc347b --- /dev/null +++ b/breeze-icons-6.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67266378f2d7dbf13dc4f691de43f30b5aca4e4a3336e9f60f0efba2a474e626 +size 2225324 diff --git a/breeze-icons-6.3.0.tar.xz.sig b/breeze-icons-6.3.0.tar.xz.sig new file mode 100644 index 0000000..2fd511b --- /dev/null +++ b/breeze-icons-6.3.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPYgAKCRAsjfWHptSq +wd9kAQDNYCgOdNYhSRcGXhPXep6D7C7rXwsXUV0SGSCi+7HbHgD+ObjVS+1N7U5A ++CHl1di7jd0I6qdvRD7lx3vzsiXfAQ8= +=meyT +-----END PGP SIGNATURE----- diff --git a/kf6-breeze-icons.changes b/kf6-breeze-icons.changes index ce89b5c..dd8c611 100644 --- a/kf6-breeze-icons.changes +++ b/kf6-breeze-icons.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 5 10:11:17 UTC 2024 - Christophe Marin + +- 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 diff --git a/kf6-breeze-icons.spec b/kf6-breeze-icons.spec index bcb0d66..b829d96 100644 --- a/kf6-breeze-icons.spec +++ b/kf6-breeze-icons.spec @@ -19,13 +19,13 @@ %define qt6_version 6.6.0 %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}} # 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}')} %bcond_without released Name: kf6-breeze-icons -Version: 6.2.0 +Version: 6.3.0 Release: 0 Summary: Breeze icon theme License: LGPL-3.0-only @@ -48,6 +48,14 @@ Obsoletes: breeze5-icons < %{version} %description 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 Summary: Breeze icon theme - rcc file 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 Summary: CMake config files for kf6-breeze-icons Requires: kf6-breeze-icons = %{version} +Requires: libKF6BreezeIcons6 = %{version} %description devel 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} %build +%define _lto_cflags %{nil} + # kexi needs the icons resource %cmake_kf6 \ -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-dark +%ldconfig_scriptlets -n libKF6BreezeIcons6 + %files %license COPYING* %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-dark/ +%files -n libKF6BreezeIcons6 +%{_kf6_libdir}/libKF6BreezeIcons.so.* + %files rcc %dir %{_kf6_iconsdir}/breeze # 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 %{_kf6_cmakedir}/KF6BreezeIcons/ +%{_kf6_includedir}/BreezeIcons/ +%{_kf6_libdir}/libKF6BreezeIcons.so %changelog