!12 [sync] PR-11: upgrade to version 2022.07.14

From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
openeuler-ci-bot 2023-08-23 03:03:40 +00:00 committed by Gitee
commit 8c74fb1218
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 %global start_logo start-here
Name: deepin-icon-theme Name: deepin-icon-theme
Version: 2021.11.18 Version: 2022.07.14
Release: 2 Release: 1
Summary: Icons for the Deepin Desktop Environment Summary: Icons for the Deepin Desktop Environment
License: GPLv3 License: GPLv3
URL: https://github.com/linuxdeepin/deepin-icon-theme URL: https://github.com/linuxdeepin/deepin-icon-theme
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: gtk-update-icon-cache BuildRequires: gtk-update-icon-cache
BuildRequires: xorg-x11-apps git BuildRequires: xorg-x11-apps
Requires: papirus-icon-theme Requires: papirus-icon-theme
Conflicts: deepin-cursor-theme Conflicts: deepin-cursor-theme
Conflicts: sea-icon-theme Conflicts: sea-icon-theme
@ -19,7 +19,7 @@ Conflicts: sea-icon-theme
%{summary}. %{summary}.
%prep %prep
%autosetup -p1 -n %{name}-%{version} -S git %autosetup -p1 -n %{name}-%{version}
# no such theme # no such theme
sed -i '/bloom-v20/d' Makefile sed -i '/bloom-v20/d' Makefile
@ -27,7 +27,7 @@ sed -i '/bloom-v20/d' Makefile
%make_build %make_build
%install %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 cp -a ./Sea ./bloom-classic ./bloom-classic-dark ./usr/share/icons/hicolor %{buildroot}%{_datadir}/icons
for theme in %{themes}; do for theme in %{themes}; do
for dir in %{buildroot}%{_datadir}/icons/$theme/places/*; do for dir in %{buildroot}%{_datadir}/icons/$theme/places/*; do
@ -72,6 +72,9 @@ done
%ghost %{_datadir}/icons/*/icon-theme.cache %ghost %{_datadir}/icons/*/icon-theme.cache
%changelog %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 * Tue Jun 13 2023 liweigang <liweiganga@uniontech.com> - 2021.11.18-2
- fix install Conflict - fix install Conflict