# Maintainer: Misaka13514 # Contributor: Kaizhao Zhang # Contributor: Nico pkgname=whitesur-icon-theme _pkgname=WhiteSur-icon-theme pkgver=2024.04.22 _pkgver="${pkgver//./-}" pkgrel=1 pkgdesc="MacOS Big Sur like icon theme for linux desktops" arch=('any') makedepends=('gtk-update-icon-cache') optdepends=( 'whitesur-gtk-theme: Recommended GTK theme' 'whitesur-kde-theme: Recommended KDE theme' 'whitesur-cursor-theme: Recommended cursor theme' ) conflicts=("${pkgname}-git") license=('GPL-3.0-only') url="https://github.com/vinceliuice/WhiteSur-icon-theme" options=('!strip') source=("${_pkgname}-${_pkgver}.tar.gz"::"${url}/archive/${_pkgver}.tar.gz") sha256sums=('8ca875adcb8aefa58239b5faeab9c9cb645758c590fae8f83391f7e50fcca6cc') package() { cd "${srcdir}/${_pkgname}-${_pkgver}" install -dm755 "${pkgdir}/usr/share/icons" ./install.sh -d "${pkgdir}/usr/share/icons" }