Remove old graphite-gtk-theme dir

This commit is contained in:
Kevin Figueroa 2022-04-22 17:44:16 -04:00 committed by GitHub
parent 46ffb414e4
commit 971d05cf44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,22 +0,0 @@
# Template file for 'graphite-gtk-theme'
pkgname=graphite-gtk-theme
version=2022.01.22
date=2022-01-22
revision=1
wrksrc=Graphite-gtk-theme-${date}
theme_dir=/usr/share/themes
nostrip=yes
hostmakedepends="sassc"
depends="gtk+3 gtk-engine-murrine"
short_desc="Material design inspired GTK theme with light and dark variants"
maintainer="Kevin F. <https://github.com/KF-Art>"
license="GPL-3.0"
homepage="https://github.com/vinceliuice/Graphite-gtk-theme"
distfiles="${homepage}/archive/refs/tags/${date}.tar.gz"
checksum=59909e3287cc7d58b20d7fab00c506f81316841454ea95b45a5399a2dc0cea89
do_install() {
vmkdir ${theme_dir}
./install.sh -t all --tweaks rimless -d ${DESTDIR}/${theme_dir}
vlicense LICENSE
}