From 6e73b48fb633b2dd533ab04789357fd09b1b2d18 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 21 May 2018 01:34:13 -0400 Subject: add parabola-theme-blackmate --- pcr-testing/parabola-theme-blackmate/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pcr-testing/parabola-theme-blackmate/PKGBUILD (limited to 'pcr-testing') diff --git a/pcr-testing/parabola-theme-blackmate/PKGBUILD b/pcr-testing/parabola-theme-blackmate/PKGBUILD new file mode 100644 index 000000000..5530b8e03 --- /dev/null +++ b/pcr-testing/parabola-theme-blackmate/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: bill-auger + + +pkgname=parabola-theme-blackmate +pkgver=3.22.16 +pkgrel=parabola1 +pkgdesc="Parabola's dark desktop theme" +arch=('any') +license=('GPL3') +url=https://mate-desktop.org + +depends=() +makedepends=('git') + +source=(https://git.parabola.nu/artwork.git/snapshot/official%2F2018.tar.gz) +sha256sums=('d697952ebd0007a5bd0f9bfd46dede7a7b9ccfdf14c4db29f411e689f5ecf4fc') + + +package() +{ + cd $srcdir/official/2018/gtk-themes/parabola-blackmate + + mkdir -p ${pkgdir}/usr/share/themes/parabola-blackmate + for ea in apps cinnamon gtk-2.0 gtk-3.0 metacity-1 unity index.theme + do cp -r $ea ${pkgdir}/usr/share/themes/parabola-blackmate/$ea + done +} -- cgit v1.2.3