summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robøle2015-08-12 02:56:24 +0200
committerDag Robøle2015-08-12 02:56:24 +0200
commitb2f7e37c332cb1de9a4dd8c8d2c17f619d90ee53 (patch)
treef9d7cf705e3fa60e3a1bfa797bb83cd9e4800227
downloadaur-b2f7e37c332cb1de9a4dd8c8d2c17f619d90ee53.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8022c5cb9c0f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = gtk-theme-numix-solarized
+ pkgdesc = Solarized versions of Numix GTK2 and GTK3 theme
+ pkgver = 2015.08.12
+ pkgrel = 5
+ url = http://bitterologist.deviantart.com/art/Numix-Solarized-417575928
+ arch = any
+ license = GPL3
+ depends = gtk-engine-murrine
+ source = http://fc01.deviantart.net/fs71/f/2014/183/b/f/numix_solarized_by_bitterologist-d6wm3nc.zip
+ md5sums = 025c22eed1af7e245ad21936059a2d1f
+
+pkgname = gtk-theme-numix-solarized
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ea1af6e83880
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: dag.robole at gmail dot com
+# Contributor: defendor at riseup dot net
+
+pkgname=gtk-theme-numix-solarized
+pkgver=2015.08.12
+pkgrel=5
+pkgdesc="Solarized versions of Numix GTK2 and GTK3 theme"
+arch=('any')
+url="http://bitterologist.deviantart.com/art/Numix-Solarized-417575928"
+license=('GPL3')
+depends=('gtk-engine-murrine')
+source=('http://fc01.deviantart.net/fs71/f/2014/183/b/f/numix_solarized_by_bitterologist-d6wm3nc.zip')
+md5sums=('025c22eed1af7e245ad21936059a2d1f')
+
+package() {
+ mkdir -p ${pkgdir}/usr/share/themes/
+ cp -rv ${srcdir}/Solarized\ theme/Numix\ Solarized ${pkgdir}/usr/share/themes/
+ cp -rv ${srcdir}/Solarized\ theme/Numix\ Solarized\ Light ${pkgdir}/usr/share/themes/
+}