summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD23
2 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7d4989541766
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = gtk-theme-ambiance-blue
+ pkgdesc = Ambiance Blue is a bluish variant of the Ambiance theme compatible with both Gnome Shell and Unity.
+ pkgver = 2013.02.27
+ pkgrel = 1
+ url = http://satya164.deviantart.com/art/Ambiance-Blue-Theme-Suite-196833665
+ arch = any
+ license = GPL
+ depends = gtk-engine-unico
+ depends = gtk-engine-murrine
+ source = http://www.deviantart.com/download/196833665/ambiance_blue_theme_suite_by_satya164-d396ttt.zip
+ md5sums = a418b4383c3a95f997386aa5297041f9
+
+pkgname = gtk-theme-ambiance-blue
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f3a93d0d3731
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: benwbooth
+# Contributor: benwbooth
+pkgname='gtk-theme-ambiance-blue'
+pkgver=2013.02.27
+pkgrel=1
+pkgdesc="Ambiance Blue is a bluish variant of the Ambiance theme compatible with both Gnome Shell and Unity."
+arch=(any)
+url="http://satya164.deviantart.com/art/Ambiance-Blue-Theme-Suite-196833665"
+license=('GPL')
+depends=('gtk-engine-unico' 'gtk-engine-murrine')
+conflicts=()
+source=('http://www.deviantart.com/download/196833665/ambiance_blue_theme_suite_by_satya164-d396ttt.zip')
+md5sums=('a418b4383c3a95f997386aa5297041f9')
+install=
+
+package() {
+ bsdtar -xf ${srcdir}/ambiance_blue_theme_suite_by_satya164-d396ttt.zip
+ mkdir -p ${pkgdir}/usr/share/themes
+ cp -R ${srcdir}/Ambiance* ${pkgdir}/usr/share/themes/
+ cd ${pkgdir}/usr/share/themes/
+ find . -type f -exec chmod 644 {} \;
+ find . -type d -exec chmod 755 {} \;
+}