From fddcb93cab6d9f25505c015c58c596fd81f25d41 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 28 Oct 2014 11:41:42 +0100 Subject: [PATCH] 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 --- adwaita-icon-theme.spec | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 8448ebf..be04c47 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -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 - 3.14.0-3 +- Split out adwaita-cursor-theme subpackage for alternate desktop spins + (#1157324) + * Tue Oct 28 2014 Kalev Lember - 3.14.0-2 - Add bootstrap toggle for initial boostrapping when gtk3 is not yet built