# Maintainer: Sherlock Holo # Contributor: Can Celasun pkgbase=canta-theme-git _pkgname=canta-theme pkgname=('canta-gtk-theme-git' 'canta-icon-theme-git') pkgdesc="Flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell" pkgver=2021.09.08.r6.332fdec pkgrel=1 arch=('any') url="https://github.com/vinceliuice/Canta-theme" license=('GPL2') depends=('numix-circle-icon-theme-git' 'gtk-engine-murrine' 'gtk-engines' 'gnome-themes-standard' 'sassc') makedepends=('gtk3' 'git') options=(!strip) source=("${_pkgname}::git+https://github.com/vinceliuice/Canta-theme.git") md5sums=('SKIP') pkgver() { cd "${srcdir}/${_pkgname}" git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g' } package_canta-gtk-theme-git() { cd "${srcdir}/${_pkgname}" mkdir -p "${pkgdir}/usr/share/themes" ./install.sh -d "${pkgdir}/usr/share/themes" } package_canta-icon-theme-git() { pkgdesc="Flat icons for Canta GTK theme" mkdir -p "${pkgdir}"/usr/share/icons/Canta cp "${srcdir}"/${_pkgname}/icons/Canta/* "${pkgdir}"/usr/share/icons/Canta -R }