summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-04 21:52:24 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-04 21:52:24 -0200
commit9b44299eb0c116b40f720ea67ceeace405631b27 (patch)
treebccb2287bff5a955f2a8a72ceffb4d2bc8e33c7c
parentd92d070ca7eef4e61bf8a60134f157314f15deee (diff)
delorean-dark-3.10: add new package to [pcr]
-rw-r--r--pcr/delorean-dark-3.10/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/pcr/delorean-dark-3.10/PKGBUILD b/pcr/delorean-dark-3.10/PKGBUILD
new file mode 100644
index 000000000..b80cabdc0
--- /dev/null
+++ b/pcr/delorean-dark-3.10/PKGBUILD
@@ -0,0 +1,30 @@
+# Contributor: killhellokitty <killhellokitty.deviantart.com>
+# Maintainer: killhellokitty <killhellokitty.deviantart.com>
+
+pkgname=delorean-dark-3.10
+pkgver=8.05232014
+pkgrel=1
+pkgdesc="The Sexy Metal Gtk Theme."
+arch=('any')
+url="http://fav.me/d6a12ra"
+license=('GPLv3')
+depends=('gtk-engines' 'gnome-themes-standard>=3.10.0' 'gtk-engine-unico' 'gtk-engine-murrine>=0.98.2')
+
+source=("https://dl.dropboxusercontent.com/u/330352/${pkgname}_${pkgver}.zip")
+#install=$pkgname.install
+#replaces=('delorean-dark-themes-3.8')
+#conflicts=('delorean-dark-theme-3.8')
+
+md5sums=('7f63975491f6f675d8a6f3066c9d64c3')
+
+
+package() {
+ # install themes
+
+ #cd DORIAN
+
+ find ${pkgname}/ -type f \
+ -exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
+}
+
+# vim:set ts=2 sw=2 et: