# $Id: PKGBUILD 106380 2014-03-01 19:26:09Z bpiotrowski $ # Maintainer: Eric BĂ©langer pkgname=gitg pkgver=0.3.2 pkgrel=1 pkgdesc='A GIT repository viewer based on GTK+' arch=('i686' 'x86_64') url='https://git.gnome.org/browse/gitg/' license=('GPL') depends=('gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas' 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 'webkitgtk' 'libpeas' 'gtkspell3') makedepends=('intltool' 'vala') install=gitg.install source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha1sums=('01dc89fab5b66a6917755ae9ded20e923290353f') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make WARN_CFLAGS="-Wall" } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }