1 # Maintainer: JBGoode <jbgoode@hush.com>
2 pkgname=gtk3-murrine-engine-git
5 pkgdesc="Gtk+ 3.0 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers."
7 url="http://www.cimitan.com/murrine/"
10 depends=('gtk3' 'pixman')
11 makedepends=('git' 'perl')
22 _gitroot="git://git.gnome.org/murrine.git"
27 msg "Connecting to GIT server...."
29 if [ -d $_gitname ] ; then
30 cd $_gitname && git pull origin
31 msg "The local files are updated."
33 git clone $_gitroot $_gitname
36 msg "GIT checkout done or server timeout"
37 msg "Starting make..."
39 # switch git branch to gtk+3
40 cd "$srcdir/$_gitname"
43 rm -rf "$srcdir/$_gitname-build"
44 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
45 cd "$srcdir/$_gitname-build"
48 ./configure --prefix=/usr
53 cd "$srcdir/$_gitname-build"
54 make DESTDIR="$pkgdir/" install