deepin-icon-theme: update to 15.12.65.
This commit is contained in:
parent
01b6b34bca
commit
357ceb32a7
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'deepin-icon-theme'
|
||||
pkgname=deepin-icon-theme
|
||||
version=15.12.64
|
||||
version=15.12.65
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="xcursorgen"
|
||||
depends="papirus-icon-theme"
|
||||
short_desc="Deepin Icon Theme"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
|
@ -11,8 +11,23 @@ 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=dd8901d58e96109cc65a559df5161b71283ab01e7aa64753265a617f025e3ca4
|
||||
checksum=98962107b65fbb7f76a1214d80b8eaabab1551d00f06baedbb34ed29019c8d29
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
deepin-icon-theme
|
Loading…
Reference in New Issue