34 lines
895 B
Bash
34 lines
895 B
Bash
# Template file for 'deepin-icon-theme'
|
|
pkgname=deepin-icon-theme
|
|
version=15.12.68
|
|
revision=1
|
|
noarch=yes
|
|
hostmakedepends="xcursorgen"
|
|
depends="papirus-icon-theme"
|
|
short_desc="Deepin Icon Theme"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/linuxdeepin/deepin-icon-theme"
|
|
changelog="https://github.com/linuxdeepin/deepin-icon-theme/blob/master/CHANGELOG.md"
|
|
distfiles="https://github.com/linuxdeepin/deepin-icon-theme/archive/${version}.tar.gz"
|
|
checksum=abfe622aa3cadd833284edf6252d9220528791b444d26e701994ebd2a3e94475
|
|
|
|
do_build() {
|
|
make cursor check-perm
|
|
}
|
|
|
|
do_install() {
|
|
vmkdir usr/share/icons
|
|
vcopy Sea usr/share/icons
|
|
vcopy deepin usr/share/icons
|
|
vcopy deepin-dark usr/share/icons
|
|
vcopy usr/share/icons/hicolor usr/share/icons
|
|
}
|
|
|
|
sea-icon-theme_package() {
|
|
short_desc="Deepin Sea Icons"
|
|
pkg_install() {
|
|
vmove usr/share/icons/Sea
|
|
}
|
|
}
|