From 245571442c8fd5570435986074bc4fb86c737198 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 3 May 2020 17:03:20 +0200 Subject: [PATCH] deepin-icon-theme: update to 2020.04.13., orphan --- srcpkgs/deepin-icon-theme/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/deepin-icon-theme/template b/srcpkgs/deepin-icon-theme/template index 779f1701adb..60902c27771 100644 --- a/srcpkgs/deepin-icon-theme/template +++ b/srcpkgs/deepin-icon-theme/template @@ -1,17 +1,17 @@ # Template file for 'deepin-icon-theme' pkgname=deepin-icon-theme -version=15.12.71 +version=2020.04.13 revision=1 archs=noarch hostmakedepends="xcursorgen" depends="papirus-icon-theme" short_desc="Deepin Icon Theme" -maintainer="John " +maintainer="Orphaned " 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=a973af4f3653c481389d52b0d8ddf80668e44ff7dda3d58ed00b014c27242156 +checksum=570271778ae71ffa62a93fb574171deb2da16558778cc547bbfc59625ca23599 do_build() { make cursor check-perm @@ -20,8 +20,10 @@ do_build() { do_install() { vmkdir usr/share/icons vcopy Sea usr/share/icons - vcopy deepin usr/share/icons - vcopy deepin-dark usr/share/icons + vcopy bloom /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 }