From ce480ff0349aa2ade9835779c28bc89abaef0426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 26 Nov 2020 21:16:22 +0700 Subject: [PATCH] xcursor-vanilla-dmz: remove noarch --- srcpkgs/xcursor-vanilla-dmz/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 } } -