Compare commits
No commits in common. "309630a8cb0d1de484f025e6d7fb2b92b0d278de" and "a1c698a99a05e1d1e2259eba540328541625400b" have entirely different histories.
309630a8cb
...
a1c698a99a
BIN
adwaita-icon-theme-42.0.tar.xz
Normal file
BIN
adwaita-icon-theme-42.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,23 +1,20 @@
|
|||||||
Name: adwaita-icon-theme
|
Name: adwaita-icon-theme
|
||||||
Version: 45.0
|
Version: 42.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Adwaita icon theme
|
Summary: Adwaita icon theme
|
||||||
License: LGPLv3+ or CC-BY-SA-3.0
|
License: LGPLv3+ or CC-BY-SA-3.0
|
||||||
URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
|
URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
|
||||||
Source0: https://download.gnome.org/sources/adwaita-icon-theme/45/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/adwaita-icon-theme/42/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: intltool
|
BuildRequires: gtk3-devel intltool librsvg2 make
|
||||||
BuildRequires: librsvg2
|
|
||||||
BuildRequires: meson
|
|
||||||
BuildRequires: gtk3-devel
|
|
||||||
BuildRequires: /usr/bin/gtk-update-icon-cache
|
|
||||||
|
|
||||||
Requires: adwaita-cursor-theme = %{version}-%{release}
|
Requires: adwaita-cursor-theme = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the Adwaita icon theme used by the GNOME desktop.
|
Adwaita icon theme that GNOME desktop used is contained in %{name},Contain a modern set
|
||||||
|
of cursors which is user for the GNOME desktop are contained by adwaita-cursor-theme.
|
||||||
|
|
||||||
%package -n adwaita-cursor-theme
|
%package -n adwaita-cursor-theme
|
||||||
Summary: Adwaita cursor theme
|
Summary: Adwaita cursor theme
|
||||||
@ -31,20 +28,20 @@ Summary: Development files for %{name}
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains the pkgconfig file for
|
Pkgconfig file that used for %{name} developing applications is contained by
|
||||||
developing applications that use %{name}.
|
this package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%configure
|
||||||
%meson_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%make_install
|
||||||
|
|
||||||
touch $RPM_BUILD_ROOT%{_datadir}/icons/Adwaita/.icon-theme.cache
|
touch $RPM_BUILD_ROOT%{_datadir}/icons/Adwaita/icon-theme.cache
|
||||||
|
|
||||||
%transfiletriggerin -- %{_datadir}/icons/Adwaita
|
%transfiletriggerin -- %{_datadir}/icons/Adwaita
|
||||||
gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
||||||
@ -57,8 +54,8 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
|||||||
%exclude %{_datadir}/icons/Adwaita/cursors/
|
%exclude %{_datadir}/icons/Adwaita/cursors/
|
||||||
%{_datadir}/icons/Adwaita/*/
|
%{_datadir}/icons/Adwaita/*/
|
||||||
%{_datadir}/icons/Adwaita/index.theme
|
%{_datadir}/icons/Adwaita/index.theme
|
||||||
%ghost %{_datadir}/icons/Adwaita/.icon-theme.cache
|
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache
|
||||||
|
|
||||||
%files -n adwaita-cursor-theme
|
%files -n adwaita-cursor-theme
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
@ -70,22 +67,10 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
|||||||
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 13 2024 panchenbo <panchenbo@kylinsec.com.cn> - 45.0-2
|
|
||||||
- fix build error : add missing BuildRequires:/usr/bin/gtk-update-icon-cache
|
|
||||||
|
|
||||||
* Mon Jan 8 2024 zhangpan <zhangpan103@h-partners.com> - 45.0-1
|
|
||||||
- update to 45.0
|
|
||||||
|
|
||||||
* Mon Jul 24 2023 zhangpan <zhangpan103@h-partners.com> - 44.0-1
|
|
||||||
- update to 44.0
|
|
||||||
|
|
||||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43-1
|
|
||||||
- Update to 43
|
|
||||||
|
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
|
||||||
- Update to 42.0
|
- Update to 42.0
|
||||||
|
|
||||||
* Mon Dec 27 2021 wangkerong <wangkerong@huawei.com> - 41.0-1
|
* Sat Dec 27 2021 wangkerong <wangkerong@huawei.com> - 41.0-1
|
||||||
- update to 41.0
|
- update to 41.0
|
||||||
- splite adwaita-cursor-theme subpackage
|
- splite adwaita-cursor-theme subpackage
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user