summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2015-06-08 13:52:21 +0300
committerGordonGR2015-06-08 13:52:21 +0300
commitaa597d57e005ba4f1501f235c336a6751d77307d (patch)
treec5f28371953780368347f6626ab73be9e72ef763 /PKGBUILD
downloadaur-aa597d57e005ba4f1501f235c336a6751d77307d.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0e4499dc1d53
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: GordonGR <gordongr@freemail.gr>
+
+pkgname=gtk-theme-plasma-shock-bolt-fire
+pkgver=1.3
+pkgrel=3
+pkgdesc="Black theme based on Dark Cold"
+arch=('any')
+url="http://xfce-look.org/content/show.php/Plasma+Bolt%2C+Fire%2C+Shock?content=158436"
+license=('GPL')
+depends=('gtk-xfce-engine' 'gtk-engines')
+source=("http://xfce-look.org/CONTENT/content-files/158436-plasma-tweaks-gtk3.11-next2.tar.gz")
+md5sums=('622c32e0364ae4463a4b3a306bc7c665')
+
+replaces=(plasma-xfce-theme)
+conflicts=(plasma-xfce-theme)
+
+package() {
+# cd ${srcdir}/DarkCold-OriginalSeed-xfwm
+install -d "${pkgdir}/usr/share/themes"
+cp -R 'Plasma Bolt' ${pkgdir}/usr/share/themes
+cp -R 'Plasma Fire' ${pkgdir}/usr/share/themes
+cp -R 'Plasma Shock' ${pkgdir}/usr/share/themes
+}