[arch-commits] Commit in gource/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 15 10:34:00 UTC 2015


    Date: Thursday, October 15, 2015 @ 12:34:00
  Author: foutrelis
Revision: 144085

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
    (from rev 144084, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
    (from rev 144084, gource/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 144084, gource/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-10-15 10:34:00 UTC (rev 144085)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
+# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
+pkgname=gource
+pkgver=0.43
+pkgrel=6
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 144084, gource/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-10-15 10:34:00 UTC (rev 144085)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
+# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
+pkgname=gource
+pkgver=0.43
+pkgrel=6
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:



More information about the arch-commits mailing list