代码拉取完成,页面将自动刷新
%define anolis_release .0.2
%global themes bloom bloom-dark bloom-classic bloom-classic-dark Sea
%global start_logo start-here
Name: deepin-icon-theme
Version: 2022.07.14
Release: 1%{anolis_release}%{?dist}
Summary: Icons for the Deepin Desktop Environment
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-icon-theme
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gtk-update-icon-cache
BuildRequires: xorg-x11-apps
Requires: papirus-icon-theme
Conflicts: deepin-cursor-theme
%description
%{summary}.
%prep
%autosetup -p1 -n %{name}-%{version}
# no such theme
sed -i '/bloom-v20/d' Makefile
%build
%make_build
%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
cp -a ./Sea ./bloom-classic ./bloom-classic-dark ./usr/share/icons/hicolor %{buildroot}%{_datadir}/icons
for theme in %{themes}; do
for dir in %{buildroot}%{_datadir}/icons/$theme/places/*; do
size=$(basename $dir)
if [ -f %{_datadir}/icons/hicolor/${size}x${size}/places/%{start_logo}.png ]; then
ln -sf ../../../hicolor/${size}x${size}/places/%{start_logo}.png $dir
elif [ -f %{_datadir}/icons/hicolor/${size}/places/%{start_logo}.svg ]; then
ln -sf ../../../hicolor/${size}/places/%{start_logo}.svg $dir
fi
done
touch %{buildroot}%{_datadir}/icons/$theme/icon-theme.cache
done
%post
for theme in %{themes}; do
touch --no-create %{_datadir}/icons/$theme &>/dev/null || :
done
%postun
if [ $1 -eq 0 ] ; then
for theme in %{themes}; do
touch --no-create %{_datadir}/icons/$theme &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/$theme &>/dev/null || :
done
fi
%posttrans
for theme in %{themes}; do
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/$theme &>/dev/null || :
done
%files
%license LICENSE
%{_datadir}/icons/hicolor/*/status/*.svg
%{_datadir}/icons/hicolor/*/apps/*.svg
%{_datadir}/icons/bloom-dark/
%{_datadir}/icons/bloom/
%{_datadir}/icons/bloom-classic/
%{_datadir}/icons/bloom-classic-dark/
%{_datadir}/icons/Sea/
%{_datadir}/icons/Vintage/
%ghost %{_datadir}/icons/*/icon-theme.cache
%changelog
* Fri Jan 12 2024 yangxianzhao <yangxianzhao@uniontech.com> - 2022.07.14-1.0.2
- rebuild for qt5-qtbase
* Wed Sep 20 2023 yangxianzhao <yangxianzhao@uniontech.com> - 2022.07.14-1.0.1
- rebuild for qt5-qtbase-5.15.3
* Tue Jan 10 2023 liweiganga <liweiganga@uniontech.com> - 2022.07.14-1
- update: update to 2022.07.14
* Tue Jun 14 2022 uoser <uoser@uniontech.com> - 2021.11.18-1.02
- update: update 2021.11.18-1.02
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。