forked from pool/slade
Accepting request 447101 from home:luke_nukem:branches:games:tools
Fixes icon, incorrect license spec. OBS-URL: https://build.opensuse.org/request/show/447101 OBS-URL: https://build.opensuse.org/package/show/games:tools/slade?expand=0&rev=3
This commit is contained in:
parent
09f5d2a9ce
commit
8e90feb93d
@ -20,7 +20,7 @@ Name: slade
|
|||||||
Version: 3.1.1.4
|
Version: 3.1.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An editor for DOOM maps and WAD/PK3 archives
|
Summary: An editor for DOOM maps and WAD/PK3 archives
|
||||||
License: GPL-3.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Games/3D/Shoot
|
Group: Amusements/Games/3D/Shoot
|
||||||
Url: https://github.com/sirjuddington/SLADE
|
Url: https://github.com/sirjuddington/SLADE
|
||||||
Source0: https://github.com/sirjuddington/%{name}/archive/SLADE-%{version}.tar.gz
|
Source0: https://github.com/sirjuddington/%{name}/archive/SLADE-%{version}.tar.gz
|
||||||
@ -61,7 +61,7 @@ make %{?_smp_mflags}
|
|||||||
install -Dm755 build/slade %{buildroot}%{_bindir}/slade
|
install -Dm755 build/slade %{buildroot}%{_bindir}/slade
|
||||||
install -Dm644 build/slade.pk3 %{buildroot}%{_datadir}/slade3/slade.pk3
|
install -Dm644 build/slade.pk3 %{buildroot}%{_datadir}/slade3/slade.pk3
|
||||||
|
|
||||||
convert "build/msvc/slade.ico" -alpha on -flatten %{name}.png
|
convert build/msvc/slade.ico[0] -alpha on %{name}.png
|
||||||
install -D -p -m 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
install -D -p -m 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||||
|
|
||||||
pushd misc
|
pushd misc
|
||||||
|
Loading…
Reference in New Issue
Block a user