neverball: rebuild against libpng-1.5.
This commit is contained in:
parent
56890a5d03
commit
4e523bad75
2 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
||||||
libSDL-1.2.so.0
|
libSDL-1.2.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libjpeg.so.8
|
libjpeg.so.8
|
||||||
libpng14.so.14
|
|
||||||
libphysfs.so.1
|
libphysfs.so.1
|
||||||
libSDL_ttf-2.0.so.0
|
libSDL_ttf-2.0.so.0
|
||||||
libvorbisfile.so.3
|
libvorbisfile.so.3
|
||||||
|
@ -9,3 +8,4 @@ libGL.so.1
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
|
libpng15.so.15
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'neverball'
|
# Template file for 'neverball'
|
||||||
pkgname=neverball
|
pkgname=neverball
|
||||||
version=1.5.4
|
version=1.5.4
|
||||||
revision=5
|
revision=6
|
||||||
distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
|
makedepends="libpng-devel>=1.5.10 jpeg-devel libvorbis-devel SDL_ttf-devel physfs-devel MesaLib-devel"
|
||||||
makedepends="libpng-devel jpeg-devel libvorbis-devel SDL_ttf-devel physfs-devel MesaLib-devel"
|
|
||||||
fulldepends="desktop-file-utils"
|
fulldepends="desktop-file-utils"
|
||||||
short_desc="Puzzle/action game similar to Super Monkey Ball"
|
short_desc="Puzzle/action game similar to Super Monkey Ball"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.neverball.org"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
|
||||||
checksum=ea31ca9f6eec70c8e66eaa20d7ce9e48295fdb077313b97637c503b16b7b0da6
|
checksum=ea31ca9f6eec70c8e66eaa20d7ce9e48295fdb077313b97637c503b16b7b0da6
|
||||||
long_desc="
|
long_desc="
|
||||||
Tilt the floor to roll a ball through an obstacle course before time runs
|
Tilt the floor to roll a ball through an obstacle course before time runs
|
||||||
|
@ -16,16 +18,13 @@ long_desc="
|
||||||
Also found here is Neverputt, a hot-seat multiplayer miniature golf game
|
Also found here is Neverputt, a hot-seat multiplayer miniature golf game
|
||||||
using the physics and graphics of Neverball."
|
using the physics and graphics of Neverball."
|
||||||
|
|
||||||
|
do_build() {
|
||||||
do_build()
|
|
||||||
{
|
|
||||||
HOME=/ LANG=C LC_ALL=C LDFLAGS="-lm -lX11" make ${makejobs} \
|
HOME=/ LANG=C LC_ALL=C LDFLAGS="-lm -lX11" make ${makejobs} \
|
||||||
ENABLE_NLS=1 DATADIR=/usr/share/neverball \
|
ENABLE_NLS=1 DATADIR=/usr/share/neverball \
|
||||||
LOCALEDIR=/usr/share/locale
|
LOCALEDIR=/usr/share/locale
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
for dir in usr/bin usr/share/neverball usr/share/locale \
|
for dir in usr/bin usr/share/neverball usr/share/locale \
|
||||||
usr/share/applications usr/share/pixmaps \
|
usr/share/applications usr/share/pixmaps \
|
||||||
usr/share/doc/neverball; do
|
usr/share/doc/neverball; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue