2019-12-25 15:41:08 +08:00
|
|
|
Name: adwaita-icon-theme
|
2023-01-30 19:22:52 +08:00
|
|
|
Version: 43
|
|
|
|
|
Release: 1
|
2019-12-25 15:41:08 +08:00
|
|
|
Summary: Adwaita icon theme
|
2021-01-28 17:15:14 +08:00
|
|
|
License: LGPLv3+ or CC-BY-SA-3.0
|
2022-04-14 18:15:57 +08:00
|
|
|
URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
|
2023-01-30 19:22:52 +08:00
|
|
|
Source0: https://download.gnome.org/sources/adwaita-icon-theme/43/%{name}-%{version}.tar.xz
|
2019-12-25 15:41:08 +08:00
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
2023-01-30 19:22:52 +08:00
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: librsvg2
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gtk3-devel
|
2019-12-25 15:41:08 +08:00
|
|
|
|
2021-11-27 09:23:39 +08:00
|
|
|
Requires: adwaita-cursor-theme = %{version}-%{release}
|
2019-12-25 15:41:08 +08:00
|
|
|
|
|
|
|
|
%description
|
2023-01-30 19:22:52 +08:00
|
|
|
This package contains the Adwaita icon theme used by the GNOME desktop.
|
2019-12-25 15:41:08 +08:00
|
|
|
|
2021-11-27 09:23:39 +08:00
|
|
|
%package -n adwaita-cursor-theme
|
|
|
|
|
Summary: Adwaita cursor theme
|
2022-04-14 18:15:57 +08:00
|
|
|
|
2021-11-27 09:23:39 +08:00
|
|
|
%description -n adwaita-cursor-theme
|
|
|
|
|
The adwaita-cursor-theme package contains a modern set of cursors originally
|
|
|
|
|
designed for the GNOME desktop.
|
|
|
|
|
|
2019-12-25 15:41:08 +08:00
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
2023-01-30 19:22:52 +08:00
|
|
|
The %{name}-devel package contains the pkgconfig file for
|
|
|
|
|
developing applications that use %{name}.
|
2019-12-25 15:41:08 +08:00
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
2022-04-14 18:15:57 +08:00
|
|
|
touch $RPM_BUILD_ROOT%{_datadir}/icons/Adwaita/icon-theme.cache
|
2019-12-25 15:41:08 +08:00
|
|
|
|
|
|
|
|
%transfiletriggerin -- %{_datadir}/icons/Adwaita
|
|
|
|
|
gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
|
|
|
|
%transfiletriggerpostun -- %{_datadir}/icons/Adwaita
|
|
|
|
|
gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license COPYING*
|
2021-11-27 09:23:39 +08:00
|
|
|
%exclude %{_datadir}/icons/Adwaita/cursors/
|
2019-12-25 15:41:08 +08:00
|
|
|
%{_datadir}/icons/Adwaita/*/
|
|
|
|
|
%{_datadir}/icons/Adwaita/index.theme
|
|
|
|
|
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache
|
2023-01-30 19:22:52 +08:00
|
|
|
|
2021-11-27 09:23:39 +08:00
|
|
|
%files -n adwaita-cursor-theme
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license COPYING*
|
|
|
|
|
%dir %{_datadir}/icons/Adwaita/
|
|
|
|
|
%{_datadir}/icons/Adwaita/cursors/
|
2019-12-25 15:41:08 +08:00
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-01-30 19:22:52 +08:00
|
|
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43-1
|
|
|
|
|
- Update to 43
|
|
|
|
|
|
2022-04-14 18:15:57 +08:00
|
|
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
|
|
|
|
|
- Update to 42.0
|
|
|
|
|
|
2022-05-11 09:26:13 +00:00
|
|
|
* Mon Dec 27 2021 wangkerong <wangkerong@huawei.com> - 41.0-1
|
2021-11-27 09:23:39 +08:00
|
|
|
- update to 41.0
|
|
|
|
|
- splite adwaita-cursor-theme subpackage
|
|
|
|
|
|
2021-01-28 17:15:14 +08:00
|
|
|
* Thu Jan 28 2021 yanglu <yanglu60@huawei.com> - 3.38.0-1
|
|
|
|
|
- Version update
|
|
|
|
|
|
2020-12-16 15:19:28 +08:00
|
|
|
* Wed Dec 16 2020 hanhui <hanhui15@huawei.com> - 3.37.2-2
|
|
|
|
|
- modify url
|
|
|
|
|
|
2020-07-23 15:58:48 +08:00
|
|
|
* Mon Jul 20 2020 wangye <wangye70@huawei.com> - 3.37.2-1
|
|
|
|
|
- Version update
|
|
|
|
|
|
2019-12-25 15:41:08 +08:00
|
|
|
* Mon Sep 02 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.32.0-1
|
|
|
|
|
- Package init
|