mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
deepin-icon-theme: update to 2020.04.13., orphan
This commit is contained in:
parent
d870909392
commit
245571442c
1 changed files with 7 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'deepin-icon-theme'
|
# Template file for 'deepin-icon-theme'
|
||||||
pkgname=deepin-icon-theme
|
pkgname=deepin-icon-theme
|
||||||
version=15.12.71
|
version=2020.04.13
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
hostmakedepends="xcursorgen"
|
hostmakedepends="xcursorgen"
|
||||||
depends="papirus-icon-theme"
|
depends="papirus-icon-theme"
|
||||||
short_desc="Deepin Icon Theme"
|
short_desc="Deepin Icon Theme"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/linuxdeepin/deepin-icon-theme"
|
homepage="https://github.com/linuxdeepin/deepin-icon-theme"
|
||||||
changelog="https://github.com/linuxdeepin/deepin-icon-theme/blob/master/CHANGELOG.md"
|
changelog="https://github.com/linuxdeepin/deepin-icon-theme/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/linuxdeepin/deepin-icon-theme/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxdeepin/deepin-icon-theme/archive/${version}.tar.gz"
|
||||||
checksum=a973af4f3653c481389d52b0d8ddf80668e44ff7dda3d58ed00b014c27242156
|
checksum=570271778ae71ffa62a93fb574171deb2da16558778cc547bbfc59625ca23599
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make cursor check-perm
|
make cursor check-perm
|
||||||
|
@ -20,8 +20,10 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/icons
|
vmkdir usr/share/icons
|
||||||
vcopy Sea usr/share/icons
|
vcopy Sea usr/share/icons
|
||||||
vcopy deepin usr/share/icons
|
vcopy bloom /usr/share/icons
|
||||||
vcopy deepin-dark usr/share/icons
|
vcopy bloom-dark /usr/share/icons
|
||||||
|
vcopy bloom-classic /usr/share/icons
|
||||||
|
vcopy bloom-classic-dark /usr/share/icons
|
||||||
vcopy usr/share/icons/hicolor usr/share/icons
|
vcopy usr/share/icons/hicolor usr/share/icons
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue