Date: Friday, March 29, 2013 @ 20:32:15
  Author: stephane
Revision: 87292

db-move: moved gource from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  gource/repos/community-testing-i686/
  gource/repos/community-testing-i686/PKGBUILD
    (from rev 87277, gource/repos/community-staging-i686/PKGBUILD)
  gource/repos/community-testing-x86_64/
  gource/repos/community-testing-x86_64/PKGBUILD
    (from rev 87277, gource/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-x86_64/

-----------------------------------+
 community-testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: gource/repos/community-testing-i686/PKGBUILD (from rev 87277, 
gource/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-03-29 19:32:15 UTC (rev 87292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
+# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
+pkgname=gource
+pkgver=0.39
+pkgrel=2
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+       make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
gource/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:15 UTC (rev 87292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
+# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
+pkgname=gource
+pkgver=0.39
+pkgrel=2
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+       make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Reply via email to