summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2015-07-28 19:44:26 -0400
committerTed Alff2015-07-28 19:44:26 -0400
commit5f20212f830b40223192f8d19216ca3c9cc535fe (patch)
treea87cbf577d22a2ee34473463929e458db4109317
downloadaur-5f20212f830b40223192f8d19216ca3c9cc535fe.tar.gz
Initial AUR4 import
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..584f6f245078
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = gtk-newwave-greymod-darkmenus-theme
+ pkgdesc = The New Wave theme, minus the ubuntu orange, with dark menus
+ pkgver = 1.0.1
+ pkgrel = 1
+ url = http://gnome-look.org/content/show.php?content=106970
+ arch = any
+ license = CreativeCommons
+ depends = gtk-engines
+ source = http://gnome-look.org/CONTENT/content-files/106970-NewWave-GreyMOD-DarkMenus.tar.bz2
+ md5sums = d00a532168eb9986d895c22af46e35ec
+
+pkgname = gtk-newwave-greymod-darkmenus-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..47eb9fe566ec
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Contributor: Twa022 <twa022@gmail.com>
+
+pkgname=gtk-newwave-greymod-darkmenus-theme
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="The New Wave theme, minus the ubuntu orange, with dark menus"
+url="http://gnome-look.org/content/show.php?content=106970"
+arch=('any')
+license=('CreativeCommons')
+depends=('gtk-engines')
+source=("http://gnome-look.org/CONTENT/content-files/106970-NewWave-GreyMOD-DarkMenus.tar.bz2")
+md5sums=('d00a532168eb9986d895c22af46e35ec')
+
+build() {
+ cd ${srcdir}
+ mkdir -p ${pkgdir}/usr/share/themes
+ cp -r NewWave-GreyMOD-DarkMenus ${pkgdir}/usr/share/themes
+}