xcursor-vanilla-dmz: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-26 21:16:22 +07:00
parent 3a420341b9
commit ce480ff034

View file

@ -1,19 +1,22 @@
# Template file for 'xcursor-vanilla-dmz' # Template file for 'xcursor-vanilla-dmz'
pkgname=xcursor-vanilla-dmz pkgname=xcursor-vanilla-dmz
version=0.4.5 version=0.4.5
revision=1 revision=2
wrksrc="dmz-cursor-theme-${version}" wrksrc="dmz-cursor-theme-${version}"
archs=noarch
hostmakedepends="xcursorgen" hostmakedepends="xcursorgen"
short_desc="Vanilla DMZ cursor theme (White)" short_desc="Vanilla DMZ cursor theme"
maintainer="Jerry Tegno <jerrytegno@gmail.com>" maintainer="Jerry Tegno <jerrytegno@gmail.com>"
license="CCPL:by-nc-sa" license="CC-BY-SA-3.0"
homepage="https://salsa.debian.org/gnome-team/dmz-cursor-theme" homepage="https://salsa.debian.org/gnome-team/dmz-cursor-theme"
distfiles="${DEBIAN_SITE}/main/d/dmz-cursor-theme/dmz-cursor-theme_${version}.tar.xz" distfiles="${DEBIAN_SITE}/main/d/dmz-cursor-theme/dmz-cursor-theme_${version}.tar.xz"
checksum=b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c checksum=b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c
do_build() {
cd DMZ-White/pngs
./make.sh
}
do_install() { do_install() {
(cd DMZ-White/pngs ; ./make.sh)
vinstall DMZ-White/index.theme 644 usr/share/icons/Vanilla-DMZ vinstall DMZ-White/index.theme 644 usr/share/icons/Vanilla-DMZ
vcopy DMZ-White/xcursors usr/share/icons/Vanilla-DMZ/cursors 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 vcopy DMZ-Black/xcursors usr/share/icons/Vanilla-DMZ-AA/cursors
} }
} }