gource: update to 0.41.

This commit is contained in:
Juan RP 2014-04-16 18:55:39 +02:00
parent bab6048de6
commit 6a21fdf589
1 changed files with 6 additions and 10 deletions

View File

@ -1,20 +1,16 @@
# Template file for 'gource' # Template file for 'gource'
pkgname=gource pkgname=gource
version=0.40 version=0.41
revision=4 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-ttf-font-dir=/usr/share/fonts/TTF" configure_args="--with-tinyxml --enable-ttf-font-dir=/usr/share/fonts/TTF"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="SDL-devel SDL_image-devel glew-devel>=1.9.0 makedepends="tinyxml-devel SDL2_image-devel glew-devel>=1.9.0
freetype-devel boost-devel>=1.54 glm pcre-devel freefont-ttf" freetype-devel boost-devel>=1.54 glm pcre-devel freefont-ttf"
depends="freefont-ttf" depends="freefont-ttf"
short_desc="Software version control visualization" short_desc="Software version control visualization"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"
homepage="https://code.google.com/p/gource/" homepage="https://code.google.com/p/gource/"
distfiles="https://gource.googlecode.com/files/gource-${version}.tar.gz" distfiles="https://github.com/acaudwell/Gource/releases/download/gource-${version}/gource-${version}.tar.gz"
checksum=9c890a926bb3bab8ea3e546c1357488e5a5034d1ea9402afc654cb7e00ccd112 checksum=588810e02fec8f94ece57c622794bf38e7a5f2fcf0f8c64c6ef9c9638ec08fcf
pre_configure() {
sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
}