|
@@ -3,19 +3,19 @@
|
|
Summary: Adwaita icon theme
|
|
Summary: Adwaita icon theme
|
|
Summary(ja): Adwaitaアイコンテーマ
|
|
Summary(ja): Adwaitaアイコンテーマ
|
|
Name: adwaita-icon-theme
|
|
Name: adwaita-icon-theme
|
|
-Version: 3.36.1
|
|
|
|
|
|
+Version: 40.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
+Group: desktop-gnome, system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
License: CC-BY-SA,LGPLv3
|
|
License: CC-BY-SA,LGPLv3
|
|
-%global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
|
|
|
|
|
|
+%global shortver %(echo %{version} | cut -d . -f 1)
|
|
Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
|
|
Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
Requires: hicolor-icon-theme
|
|
Requires: hicolor-icon-theme
|
|
-Requires(post): gtk2
|
|
|
|
BuildRequires: icon-naming-utils >= 0.8.7
|
|
BuildRequires: icon-naming-utils >= 0.8.7
|
|
-BuildRequires: gtk2
|
|
|
|
|
|
+BuildRequires: gtk3
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: librsvg2
|
|
BuildRequires: librsvg2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -41,16 +41,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
-%post
|
|
|
|
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
|
|
- for dir in /usr/share/icons/*; do
|
|
|
|
- if [ -d "$dir" -a -f "$dir/index.theme" ]; then
|
|
|
|
- /usr/bin/gtk-update-icon-cache --quiet $dir ||:
|
|
|
|
- fi
|
|
|
|
- done
|
|
|
|
-fi
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%license COPYING COPYING_CCBYSA3 COPYING_LGPL
|
|
%license COPYING COPYING_CCBYSA3 COPYING_LGPL
|
|
@@ -60,6 +50,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Apr 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.1-1
|
|
* Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|