summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxwell Pray2016-05-08 22:59:47 -0700
committerMaxwell Pray2016-05-08 22:59:47 -0700
commita4505d30b0b429a8308886a2785c150c0f135c83 (patch)
treeb7855d98b3d2b2a310a254713e5e8a70832fc044
downloadaur-candra-themes-3.20-1.tar.gz
Initial commit.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD19
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7ec7d95f98ec
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = candra-themes-3.20-1
+ pkgdesc = A light-and-dark, and dark-and-darker set of themes.
+ pkgver = 05082016
+ pkgrel = 1
+ url = http://www.deviantart.com/art/Candra-Themes-3-20-1-05082016-607878370
+ arch = any
+ source = https://www.dropbox.com/s/x16uuh6kc2cxx2l/candra_themes_3_20_1_05082016_by_killhellokitty-da1wxya.zip
+ md5sums = 5007396e1de4e86e99164ae4ce62695b
+
+pkgname = candra-themes-3.20-1
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..148ff46791c3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
+
+pkgname="candra-themes-3.20-1"
+pkgver="05082016"
+pkgrel="1"
+pkgdesc="A light-and-dark, and dark-and-darker set of themes."
+arch=("any")
+url="http://www.deviantart.com/art/Candra-Themes-3-20-1-05082016-607878370"
+source=("https://www.dropbox.com/s/x16uuh6kc2cxx2l/candra_themes_3_20_1_${pkgver}_by_killhellokitty-da1wxya.zip")
+md5sums=("5007396e1de4e86e99164ae4ce62695b")
+
+package() {
+ mkdir -p "$pkgdir/usr/share/themes"
+
+ cp -r \
+ "$srcdir/Candra-Theme-3.20" \
+ "$srcdir/Candra-Theme-3.20-Dark" \
+ "$pkgdir/usr/share/themes"
+}