awoken-icons: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-21 16:31:39 +07:00
parent 097089eb64
commit e7d24a06e8

View file

@ -1,13 +1,13 @@
# Template file for 'awoken-icons'
pkgname=awoken-icons
version=2.5.2
revision=4
archs=noarch
revision=5
wrksrc=AwOken-2.5
hostmakedepends="unzip"
short_desc="Simple and quite complete icon set, Token-style"
maintainer="Steven R <dev@styez.com>"
license="CCPL:by-sa"
# https://github.com/alecive/FlatWoken
license="CC-BY-SA-4.0"
homepage="http://alecive.deviantart.com/art/AwOken-163570862"
distfiles="https://dl.dropbox.com/s/p3hfu7jw3vv7os9/AwOken-2.5.zip"
checksum=d122ee0457079aaa30a664ae582fbc6208414e8728f497dce399ed9f33f9b36e
@ -39,7 +39,6 @@ do_install() {
awoken-icons-dark_package() {
depends="awoken-icons>=${version}"
short_desc+=" - Dark icons"
archs=noarch
pkg_install() {
vmove usr/share/icons/AwOkenDark
}
@ -48,7 +47,6 @@ awoken-icons-dark_package() {
awoken-icons-white_package() {
depends="awoken-icons>=${version}"
short_desc+=" - White icons"
archs=noarch
pkg_install() {
vmove usr/share/icons/AwOkenWhite
}