summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f3a93d0d3731d6bc0d4281ac54b17acb3bde4ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 {} \;
}