# Maintainer: Matt Harrison # Maintained at: https://github.com/matt-h/aur-pkgbuilds # Contributor: scan pkgname=obsidian-2-theme pkgver=2.20 pkgrel=1 pkgdesc="Obsidian 2 Theme - Gnome theme, based upon Adwaita-Maia dark skin" arch=('any') url="https://github.com/madmaxms/theme-obsidian-2/" license=('GPL') optdepends=('gnome-tweak-tool: A tool to customize advanced GNOME 3 options.') source=( "${pkgname}-${pkgver}.tar.xz::https://github.com/madmaxms/theme-obsidian-2/releases/download/v${pkgver}/obsidian-2-theme.tar.xz" ) sha256sums=('57f203c5111a502425b4714ae6aec6dbae98eeb7bc00e1a33b5f3a9295437c2d') package() { install -d ${pkgdir}/usr/share/themes cp -r ${srcdir}/Obsidian-2* ${pkgdir}/usr/share/themes/ find ${pkgdir} -type f -exec chmod 644 {} \; find ${pkgdir} -type d -exec chmod 755 {} \; }