summaryrefslogtreecommitdiff
path: root/community/gource
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-01-29 11:08:24 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-01-29 11:08:24 +0100
commitbf57d1e5a2a6f53ec61f15f32571940a9eb56ac7 (patch)
treeb38e9c719501ca5196d4d7911cdef911c2fff54b /community/gource
parent7d9481bb12f77bde4df2e923b4e932773b8d74f9 (diff)
parent2cb7f65fb24926493d457f6931e421e27aa629da (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/bitcoin/PKGBUILD community/fcron/PKGBUILD community/glob2/PKGBUILD community/gnash/PKGBUILD core/file/PKGBUILD core/findutils/PKGBUILD core/texinfo/PKGBUILD core/which/PKGBUILD extra/boost/PKGBUILD extra/libpst/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/samba/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'community/gource')
-rw-r--r--community/gource/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD
index f2f02738c..0f1215d7d 100644
--- a/community/gource/PKGBUILD
+++ b/community/gource/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 78932 2012-10-27 23:44:44Z ebelanger $
+# $Id: PKGBUILD 83254 2013-01-28 16:49:41Z stephane $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
pkgname=gource
pkgver=0.38
-pkgrel=5
+pkgrel=6
pkgdesc="software version control visualization"
license=(GPL3)
arch=(i686 x86_64 'mips64el')
url=http://code.google.com/p/gource/
depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm')
+makedepends=('boost' 'glm' 'mesa')
source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
@@ -25,6 +25,6 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR=$pkgdir install
+ make DESTDIR="$pkgdir" install
}
# vim: ts=2:sw=2 et: