# Maintainer: Mark E.A. pkgname=gtk-theme-onestepback _thname=OneStepBack pkgver=0.93 pkgrel=1 pkgdesc="A Gnome 2 and 3 theme with some colors and embossed widgets inspired by the good old NextStep look." arch=('any') url="https://www.gnome-look.org/content/show.php/OneStepBack?content=170904" license=('GPL3') source=("$pkgname-$pkgver.zip::https://dl.opendesktop.org/api/files/download/id/1494241721/OneStepBack.zip") sha256sums=('222dd236d53f0c2f0905cbfd47169bc3b0cba75a5efe6f23ae71b340779644ee') package() { cd "$srcdir/$_thname" install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE find index.theme gtk-* img -type f -print0 | \ xargs -0 -I{} -n1 install -D -m644 "{}" "$pkgdir"/usr/share/themes/"$_thname"/"{}" }