updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / bleufear-gtk-theme-git / PKGBUILD
blob606297f4732fd63b0bb5a8c333bfdcdeb7ae3056
1 # Maintainer: Alucryd <alucryd at gmail dot com>
2 pkgname=bleufear-gtk-theme-git
3 pkgver=20111130
4 pkgrel=1
5 pkgdesc="A dark GTK3-GTK2 theme with a wild streak of electric blue"
6 url="https://github.com/maxfierke/BleuFear"
7 license=('GPL3')
8 arch=('any')
9 depends=('gtk-engines' 'gtk3')
10 makedepends=('git')
12 _gitroot="https://github.com/maxfierke/BleuFear.git"
13 _gitname="BleuFear"
15 build() {
16   cd $srcdir
17   msg "Connecting to the GIT server..."
18   if [[ -d $srcdir/$_gitname ]] ; then
19     cd ${_gitname}
20     git pull origin
21     msg "The local files are updated..."
22   else
23     git clone $_gitroot $_gitname
24   fi
25   msg "GIT checkout done."
28 package() {
29     cd $srcdir
30     mkdir -p $pkgdir/usr/share/themes
31     mv BleuFear $pkgdir/usr/share/themes