upgrade to version 2022.07.14

(cherry picked from commit 6be8b570dc457c5df9cc45ab10c50587713da390)
This commit is contained in:
leeffo 2023-07-26 13:52:44 +08:00 committed by openeuler-sync-bot
parent 0eab55f656
commit 6cae47637e
3 changed files with 9 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,15 +2,15 @@
%global start_logo start-here
Name: deepin-icon-theme
Version: 2021.11.18
Release: 2
Version: 2022.07.14
Release: 1
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
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gtk-update-icon-cache
BuildRequires: xorg-x11-apps git
BuildRequires: xorg-x11-apps
Requires: papirus-icon-theme
Conflicts: deepin-cursor-theme
Conflicts: sea-icon-theme
@ -19,7 +19,7 @@ Conflicts: sea-icon-theme
%{summary}.
%prep
%autosetup -p1 -n %{name}-%{version} -S git
%autosetup -p1 -n %{name}-%{version}
# no such theme
sed -i '/bloom-v20/d' Makefile
@ -27,7 +27,7 @@ sed -i '/bloom-v20/d' Makefile
%make_build
%install
make install-icons install-cursors DESTDIR=%{buildroot} PREFIX=%{_prefix}
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
@ -72,6 +72,9 @@ done
%ghost %{_datadir}/icons/*/icon-theme.cache
%changelog
* Wed Jul 26 2023 leeffo <liweiganga@uniontech.com> - 2022.07.14-1
- upgrade to version
* Tue Jun 13 2023 liweigang <liweiganga@uniontech.com> - 2021.11.18-2
- fix install Conflict