summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Zhao2015-06-09 09:24:13 +0200
committerMax Zhao2015-06-09 09:24:13 +0200
commit6c92be2c8842d4fda9196ab89a80b3059255ac43 (patch)
treeb2545f449c98ceb14593274bf41e1e733e58af7a
downloadaur-6c92be2c8842d4fda9196ab89a80b3059255ac43.tar.gz
Initial import
-rw-r--r--.AURINFO13
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
3 files changed, 44 insertions, 0 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..30aa891fb01f
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,13 @@
+pkgbase = gtk-theme-numix-ocean
+ pkgdesc = Base16 Ocean colorscheme version of the Numix theme (supports GTK 2, GTK 3, Xfwm and Openbox)
+ pkgver = 2.0.2
+ pkgrel = 2
+ url = https://github.com/aaronjamesyoung/Numix-Ocean
+ arch = any
+ license = GPL3
+ depends = gtk-engine-murrine
+ source = https://github.com/aaronjamesyoung/Numix-Ocean/archive/Ocean.zip
+ md5sums = 7ccce16851029b830756e3ec4fc00666
+
+pkgname = gtk-theme-numix-ocean
+
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..30aa891fb01f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = gtk-theme-numix-ocean
+ pkgdesc = Base16 Ocean colorscheme version of the Numix theme (supports GTK 2, GTK 3, Xfwm and Openbox)
+ pkgver = 2.0.2
+ pkgrel = 2
+ url = https://github.com/aaronjamesyoung/Numix-Ocean
+ arch = any
+ license = GPL3
+ depends = gtk-engine-murrine
+ source = https://github.com/aaronjamesyoung/Numix-Ocean/archive/Ocean.zip
+ md5sums = 7ccce16851029b830756e3ec4fc00666
+
+pkgname = gtk-theme-numix-ocean
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0ea0a3fb1de4
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Mantainer: Alcasa <alcasa@live.de>
+
+_themename=Numix-Ocean
+pkgname=gtk-theme-numix-ocean
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="Base16 Ocean colorscheme version of the Numix theme (supports GTK 2, GTK 3, Xfwm and Openbox)"
+arch=('any')
+url=('https://github.com/aaronjamesyoung/Numix-Ocean')
+license=('GPL3')
+depends=('gtk-engine-murrine')
+source=('https://github.com/aaronjamesyoung/Numix-Ocean/archive/Ocean.zip')
+md5sums=('7ccce16851029b830756e3ec4fc00666')
+package() {
+ mkdir -p ${pkgdir}/usr/share/themes/
+ cd ${srcdir}/
+ cp -R ./ ${pkgdir}/usr/share/themes/
+}