Split out adwaita-cursor-theme subpackage

This lets the KDE spin install only adwaita-cursor-theme without having
to drag in the whole icon theme package.

https://bugzilla.redhat.com/show_bug.cgi?id=1157324
This commit is contained in:
Kalev Lember 2014-10-28 11:41:42 +01:00
parent 4995aecb35
commit fddcb93cab

View File

@ -3,7 +3,7 @@
Name: adwaita-icon-theme
Version: 3.14.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Adwaita icon theme
License: LGPLv3+ or CC-BY-SA
@ -19,13 +19,18 @@ BuildRequires: /usr/bin/gtk-encode-symbolic-svg
%endif
BuildRequires: /usr/bin/gtk-update-icon-cache
# Replace adwaita-cursor-theme subpackage from gnome-themes-standard
Provides: adwaita-cursor-theme = %{version}-%{release}
Obsoletes: adwaita-cursor-theme < 3.13.1-2
Requires: adwaita-cursor-theme = %{version}-%{release}
%description
This package contains the Adwaita icon theme used by the GNOME desktop.
%package -n adwaita-cursor-theme
Summary: Adwaita cursor theme
%description -n adwaita-cursor-theme
The adwaita-cursor-theme package contains a modern set of cursors originally
designed for the GNOME desktop.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
@ -71,16 +76,23 @@ gtk-update-icon-cache %{_datadir}/icons/Adwaita &>/dev/null || :
%{_datadir}/icons/Adwaita/96x96/
%endif
%{_datadir}/icons/Adwaita/256x256/
%{_datadir}/icons/Adwaita/cursors/
%{_datadir}/icons/Adwaita/scalable/
%{_datadir}/icons/Adwaita/scalable-up-to-32/
%{_datadir}/icons/Adwaita/index.theme
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache
%files -n adwaita-cursor-theme
%doc COPYING*
%{_datadir}/icons/Adwaita/cursors/
%files devel
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
%changelog
* Tue Oct 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-3
- Split out adwaita-cursor-theme subpackage for alternate desktop spins
(#1157324)
* Tue Oct 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
- Add bootstrap toggle for initial boostrapping when gtk3 is not yet built