breeze-cursor-theme pkg (#1282203)
This commit is contained in:
parent
60f196b50a
commit
c7fcd3cb4e
@ -4,7 +4,7 @@
|
||||
|
||||
Name: plasma-breeze
|
||||
Version: 5.4.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
||||
|
||||
License: GPLv2+
|
||||
@ -66,9 +66,19 @@ BuildArch: noarch
|
||||
%description common
|
||||
%{summary}.
|
||||
|
||||
%package -n breeze-cursor-theme
|
||||
Summary: Breeze cursor theme
|
||||
BuildArch: noarch
|
||||
Provides: breeze-cursor-themes = %{version}-%{release}
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
%description -n breeze-cursor-theme
|
||||
%{summary}.
|
||||
|
||||
%package -n breeze-icon-theme
|
||||
Summary: Breeze icon theme
|
||||
BuildArch: noarch
|
||||
Requires: breeze-cursor-theme = %{version}-%{release}
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
%description -n breeze-icon-theme
|
||||
%{summary}.
|
||||
|
||||
@ -88,6 +98,7 @@ Provides: plasma-breeze-kde4%{?_isa} = %{version}-%{release}
|
||||
%prep
|
||||
%autosetup -n %{base_name}-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
@ -127,6 +138,10 @@ popd
|
||||
done
|
||||
|
||||
|
||||
%check
|
||||
test "$(grep '^Inherits=' %{buildroot}%{_datadir}/icons/breeze-dark/index.theme)" = "Inherits=breeze"
|
||||
|
||||
|
||||
%post
|
||||
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
|
||||
@ -187,6 +202,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.3-3
|
||||
- breeze-cursor-theme pkg (#1282203)
|
||||
|
||||
* Fri Nov 06 2015 Daniel Vrátil <dvraitl@fedoraproject.org> - 5.4.3-2
|
||||
- tarball respin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user