summaryrefslogtreecommitdiff
path: root/community/gitg/PKGBUILD
blob: 90acc710040abae926bcf75f0e51752f3e21ae09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 106380 2014-03-01 19:26:09Z bpiotrowski $
# Maintainer: Eric Bélanger <eric@archlinux.org>

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
}