summaryrefslogtreecommitdiff
path: root/community/gitg/PKGBUILD
blob: b4437688c716cc12e42bcf87fc27126935d983e6 (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 115210 2014-07-06 16:43:58Z thestinger $
# Maintainer: Eric Bélanger <eric@archlinux.org>

pkgname=gitg
pkgver=0.3.3
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=('8cccbf071a57c8f213111625100889451aa87103')

build() {
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make WARN_CFLAGS="-Wall"
}

package() {
  cd ${pkgname}-${pkgver}
  make DESTDIR="${pkgdir}" install
}