Update kf6-breeze-icons.spec
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# SPDX-FileCopyrightText: (C) 2026 Institute of Software, Chinese Academy of Sciences (ISCAS)
|
||||
# SPDX-FileCopyrightText: (C) 2026 openRuyi Project Contributors
|
||||
# SPDX-FileContributor: jingyupu <pujingyu@iscas.ac.cn>
|
||||
#
|
||||
# SPDX-License-Identifier: MulanPSL-2.0
|
||||
|
||||
%define qt6_version 6.8.0
|
||||
|
||||
@@ -9,11 +14,14 @@
|
||||
|
||||
Name: kf6-breeze-icons
|
||||
Version: 6.22.0
|
||||
Release: 0
|
||||
Release: %autorelease
|
||||
Summary: Breeze icon theme
|
||||
License: LGPL-3.0-only
|
||||
URL: https://www.kde.org
|
||||
VCS: https://invent.kde.org/frameworks/breeze-icons
|
||||
#!RemoteAsset:
|
||||
Source: https://download.kde.org/stable/frameworks/6.22/%{rname}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version}
|
||||
BuildRequires: libxml2
|
||||
@@ -21,35 +29,22 @@ BuildRequires: libxml2
|
||||
# BuildRequires: python3 python3-lxml
|
||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
|
||||
Provides: breeze5-icons = %{version}
|
||||
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
|
||||
%package rcc
|
||||
Summary: Breeze icon theme - rcc file
|
||||
Provides: breeze5-icons-rcc = %{version}
|
||||
Obsoletes: breeze5-icons-rcc < %{version}
|
||||
|
||||
%description rcc
|
||||
%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.
|
||||
|
||||
%package devel
|
||||
%package devel
|
||||
Summary: CMake config files for kf6-breeze-icons
|
||||
Requires: kf6-breeze-icons = %{version}
|
||||
Requires: libKF6BreezeIcons6 = %{version}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%description devel
|
||||
This package provides CMake config files for projects that wish to ensure
|
||||
the Breeze icons are available at build time.
|
||||
|
||||
@@ -77,8 +72,6 @@ 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
|
||||
@@ -88,9 +81,6 @@ 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.
|
||||
@@ -102,3 +92,4 @@ ln -s yast-software-group.svg %{buildroot}%{_kf6_iconsdir}/breeze/preferences/32
|
||||
%{_kf6_libdir}/libKF6BreezeIcons.so
|
||||
|
||||
%changelog
|
||||
%{?autochangelog}
|
||||
|
||||
Reference in New Issue
Block a user