summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-21 01:34:13 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-21 03:10:37 -0400
commit6e73b48fb633b2dd533ab04789357fd09b1b2d18 (patch)
tree8cdd6acacbaa298aa8e4e2d37ff1085a3f7e1767 /pcr-testing
parent5c6fe220c8ff6e589a6ec4d8e9e12663aa291f76 (diff)
add parabola-theme-blackmate
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/parabola-theme-blackmate/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
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 <bill-auger@programmer.net>
+
+
+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
+}