updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / gtk-theme-bleufear-git / PKGBUILD
blobcd640ec8b387b0ce646be265accd25538f87fe26
1 # Maintainer: m4xm4n <max@maxfierke.com>
2 pkgname=gtk-theme-bleufear-git
3 pkgver=20120103
4 pkgrel=1
5 pkgdesc="Official AUR build for a dark theme with a dash of electric blue."
6 url="https://github.com/maxfierke/BleuFear"
7 license=('GPL3')
8 arch=('any')
9 depends=('gtk-engines' 'gtk-engine-unico' 'gtk-engine-murrine')
10 # Added so as not to conflict with any future "stable"(non-git) versions.
11 provides=('gtk-theme-bleufear')
12 makedepends=('git')
14 _gitroot="https://github.com/maxfierke/BleuFear.git"
15 _gitname="BleuFear"
17 build() {
18   cd $srcdir
19   msg "Grabbing the latest version from Github..."
20   if [[ -d $srcdir/$_gitname ]] ; then
21     cd ${_gitname}
22     git pull origin
23     msg "Working directory updated!"
24   else
25     git clone $_gitroot $_gitname
26   fi
27   msg "Git clone completed."
30 package() {
31     cd $srcdir
32     mkdir -p $pkgdir/usr/share/themes
33     mv BleuFear $pkgdir/usr/share/themes