foobillard++: rebuild against libpng-1.5.12.
This commit is contained in:
parent
27635b0431
commit
fae00b36a2
2 changed files with 3 additions and 5 deletions
srcpkgs/foobillard++
|
@ -6,6 +6,6 @@ libSDL-1.2.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libGL.so.1
|
libGL.so.1
|
||||||
libGLU.so.1
|
libGLU.so.1
|
||||||
libpng14.so.14
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libSDL_net-1.2.so.0
|
libSDL_net-1.2.so.0
|
||||||
|
libpng15.so.15
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'foobillard'
|
# Template file for 'foobillard'
|
||||||
pkgname=foobillard++
|
pkgname=foobillard++
|
||||||
version=3.41beta
|
version=3.41beta
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc=foobillardplus-${version}
|
wrksrc=foobillardplus-${version}
|
||||||
homepage="http://foobillardplus.sourceforge.net/"
|
homepage="http://foobillardplus.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/foobillardplus/foobillardplus-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/foobillardplus/foobillardplus-$version.tar.gz"
|
||||||
makedepends="freetype-devel libpng-devel MesaLib-devel SDL_net-devel"
|
makedepends="freetype-devel libpng-devel>=1.5.12 MesaLib-devel SDL_net-devel"
|
||||||
fulldepends="desktop-file-utils"
|
fulldepends="desktop-file-utils"
|
||||||
short_desc="An OpenGL billard game - fork of foobillard"
|
short_desc="An OpenGL billard game - fork of foobillard"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -15,8 +15,6 @@ long_desc="
|
||||||
It is not a new game, but an enhanced version of the great foobillard
|
It is not a new game, but an enhanced version of the great foobillard
|
||||||
3.0a by Florian Berger."
|
3.0a by Florian Berger."
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
sed -i 's|$prefix/foobillardplus|$prefix|' configure
|
sed -i 's|$prefix/foobillardplus|$prefix|' configure
|
||||||
sed -i 's|$prefix/data|$prefix/share/foobillardplus|' configure
|
sed -i 's|$prefix/data|$prefix/share/foobillardplus|' configure
|
||||||
|
|
Loading…
Reference in a new issue