foobillard++: rebuild against libpng-1.6.
This commit is contained in:
parent
ced40c66c8
commit
75a7fd81cb
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'foobillard'
|
# Template file for 'foobillard'
|
||||||
pkgname=foobillard++
|
pkgname=foobillard++
|
||||||
version=3.41beta
|
version=3.41beta
|
||||||
revision=4
|
revision=5
|
||||||
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>=1.5.12 MesaLib-devel SDL_net-devel desktop-file-utils"
|
makedepends="freetype-devel libpng-devel>=1.6 MesaLib-devel SDL_net-devel 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>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -40,6 +40,6 @@ do_install() {
|
||||||
foobillard++_package() {
|
foobillard++_package() {
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue