diff --git a/srcpkgs/xcursor-vanilla-dmz/template b/srcpkgs/xcursor-vanilla-dmz/template index 30f2bf17cd6..c38f6f0087c 100644 --- a/srcpkgs/xcursor-vanilla-dmz/template +++ b/srcpkgs/xcursor-vanilla-dmz/template @@ -1,19 +1,22 @@ # Template file for 'xcursor-vanilla-dmz' pkgname=xcursor-vanilla-dmz version=0.4.5 -revision=1 +revision=2 wrksrc="dmz-cursor-theme-${version}" -archs=noarch hostmakedepends="xcursorgen" -short_desc="Vanilla DMZ cursor theme (White)" +short_desc="Vanilla DMZ cursor theme" maintainer="Jerry Tegno " -license="CCPL:by-nc-sa" +license="CC-BY-SA-3.0" homepage="https://salsa.debian.org/gnome-team/dmz-cursor-theme" distfiles="${DEBIAN_SITE}/main/d/dmz-cursor-theme/dmz-cursor-theme_${version}.tar.xz" checksum=b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c +do_build() { + cd DMZ-White/pngs + ./make.sh +} + do_install() { - (cd DMZ-White/pngs ; ./make.sh) vinstall DMZ-White/index.theme 644 usr/share/icons/Vanilla-DMZ vcopy DMZ-White/xcursors usr/share/icons/Vanilla-DMZ/cursors } @@ -26,4 +29,3 @@ xcursor-vanilla-dmz-aa_package() { vcopy DMZ-Black/xcursors usr/share/icons/Vanilla-DMZ-AA/cursors } } -