awoken-icons: remove noarch
This commit is contained in:
parent
097089eb64
commit
e7d24a06e8
1 changed files with 3 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'awoken-icons'
|
# Template file for 'awoken-icons'
|
||||||
pkgname=awoken-icons
|
pkgname=awoken-icons
|
||||||
version=2.5.2
|
version=2.5.2
|
||||||
revision=4
|
revision=5
|
||||||
archs=noarch
|
|
||||||
wrksrc=AwOken-2.5
|
wrksrc=AwOken-2.5
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
short_desc="Simple and quite complete icon set, Token-style"
|
short_desc="Simple and quite complete icon set, Token-style"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
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"
|
homepage="http://alecive.deviantart.com/art/AwOken-163570862"
|
||||||
distfiles="https://dl.dropbox.com/s/p3hfu7jw3vv7os9/AwOken-2.5.zip"
|
distfiles="https://dl.dropbox.com/s/p3hfu7jw3vv7os9/AwOken-2.5.zip"
|
||||||
checksum=d122ee0457079aaa30a664ae582fbc6208414e8728f497dce399ed9f33f9b36e
|
checksum=d122ee0457079aaa30a664ae582fbc6208414e8728f497dce399ed9f33f9b36e
|
||||||
|
@ -39,7 +39,6 @@ do_install() {
|
||||||
awoken-icons-dark_package() {
|
awoken-icons-dark_package() {
|
||||||
depends="awoken-icons>=${version}"
|
depends="awoken-icons>=${version}"
|
||||||
short_desc+=" - Dark icons"
|
short_desc+=" - Dark icons"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/icons/AwOkenDark
|
vmove usr/share/icons/AwOkenDark
|
||||||
}
|
}
|
||||||
|
@ -48,7 +47,6 @@ awoken-icons-dark_package() {
|
||||||
awoken-icons-white_package() {
|
awoken-icons-white_package() {
|
||||||
depends="awoken-icons>=${version}"
|
depends="awoken-icons>=${version}"
|
||||||
short_desc+=" - White icons"
|
short_desc+=" - White icons"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/icons/AwOkenWhite
|
vmove usr/share/icons/AwOkenWhite
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue