Accepting request 509137 from X11:common:Factory
1 OBS-URL: https://build.opensuse.org/request/show/509137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmz-icon-theme-cursors?expand=0&rev=12
This commit is contained in:
commit
8e883d4207
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 9 20:48:05 UTC 2017 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- actually build and install the cursors, instead of random stuff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 24 06:51:50 UTC 2017 - lbeltrame@kde.org
|
Sat Jun 24 06:51:50 UTC 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ License: CC-BY-SA-3.0
|
|||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Source: dmz-cursor-theme_0.4.4.tar.gz
|
Source: dmz-cursor-theme_0.4.4.tar.gz
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
|
BuildRequires: xcursorgen
|
||||||
Provides: icon-theme-dmz-cursors = %{version}
|
Provides: icon-theme-dmz-cursors = %{version}
|
||||||
Obsoletes: icon-theme-dmz-cursors < %{version}
|
Obsoletes: icon-theme-dmz-cursors < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -37,10 +38,16 @@ This package contains the DMZ cursor theme for X.
|
|||||||
%setup -q -n dmz-cursor-theme-0.4.4
|
%setup -q -n dmz-cursor-theme-0.4.4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
for i in Black White; do
|
||||||
|
( cd DMZ-$i/pngs; ./make.sh )
|
||||||
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datadir}/icons
|
for i in Black White; do
|
||||||
cp -a DMZ-Black DMZ-White %{buildroot}%{_datadir}/icons/
|
mkdir -p %{buildroot}%{_datadir}/icons/DMZ-$i
|
||||||
|
cp -a DMZ-$i/*.theme %{buildroot}%{_datadir}/icons/DMZ-$i/
|
||||||
|
cp -a DMZ-$i/xcursors %{buildroot}%{_datadir}/icons/DMZ-$i/cursors
|
||||||
|
done
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user