diff --git a/deepin-icon-theme-2021.11.18.tar.gz b/deepin-icon-theme-2021.11.18.tar.gz deleted file mode 100644 index 9259d42..0000000 Binary files a/deepin-icon-theme-2021.11.18.tar.gz and /dev/null differ diff --git a/deepin-icon-theme-2022.07.14.tar.gz b/deepin-icon-theme-2022.07.14.tar.gz new file mode 100644 index 0000000..a549711 Binary files /dev/null and b/deepin-icon-theme-2022.07.14.tar.gz differ diff --git a/deepin-icon-theme.spec b/deepin-icon-theme.spec index 9e768f9..13c29a4 100644 --- a/deepin-icon-theme.spec +++ b/deepin-icon-theme.spec @@ -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 - 2022.07.14-1 +- upgrade to version + * Tue Jun 13 2023 liweigang - 2021.11.18-2 - fix install Conflict