update to 0.13.1
This commit is contained in:
parent
94dec2c256
commit
419cb12917
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2008/10/19 10:23:09 jsg Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2009/05/21 13:27:44 jsg Exp $
|
||||
|
||||
.if ${MACHINE_ARCH} == "hppa"
|
||||
BROKEN= gcc bug
|
||||
.endif
|
||||
|
||||
COMMENT= graphical adventure game interpreter
|
||||
DISTNAME= scummvm-0.12.0
|
||||
DISTNAME= scummvm-0.13.1
|
||||
CATEGORIES= games x11 emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
|
||||
|
||||
@ -31,7 +31,7 @@ LIB_DEPENDS= SDL::devel/sdl \
|
||||
FLAC.>=5::audio/flac
|
||||
|
||||
CONFIGURE_STYLE=simple
|
||||
CONFIGURE_ARGS+=--disable-alsa --disable-debug
|
||||
CONFIGURE_ARGS+=--disable-alsa --disable-debug --enable-made --enable-tinsel
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
@ -69,9 +69,7 @@ do-install:
|
||||
${PREFIX}/share/doc/scummvm
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/scummvm.{svg,xpm} ${PREFIX}/share/icons
|
||||
${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${PREFIX}/man/man6
|
||||
${INSTALL_DATA} ${WRKSRC}/gui/themes/classic080.ini \
|
||||
${PREFIX}/share/scummvm
|
||||
${INSTALL_DATA} ${WRKSRC}/gui/themes/{modern.ini,modern.zip} \
|
||||
${INSTALL_DATA} ${WRKSRC}/gui/themes/{scummmodern,scummclassic}.zip \
|
||||
${PREFIX}/share/scummvm
|
||||
${INSTALL_DATA} ${WRKSRC}/dists/scummvm.desktop \
|
||||
${PREFIX}/share/applications
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (scummvm-0.12.0.tar.gz) = q8nDY2pdr1l+6kx5OrZCpg==
|
||||
RMD160 (scummvm-0.12.0.tar.gz) = EklZmHWffIxAFjL1/yLppdmv/uA=
|
||||
SHA1 (scummvm-0.12.0.tar.gz) = atXdFjj9NaFC+hj6Ubp25lMr+f0=
|
||||
SHA256 (scummvm-0.12.0.tar.gz) = 4Oqol6uGBdrf/V5gVaES8IPPlSihmJTPyHDGm4Zyzbc=
|
||||
SIZE (scummvm-0.12.0.tar.gz) = 7301498
|
||||
MD5 (scummvm-0.13.1.tar.gz) = XVUhA3fnGnkRiOHhnzr7gQ==
|
||||
RMD160 (scummvm-0.13.1.tar.gz) = Qd+YIhz1+WCwW8d+5Yelfje0+Wg=
|
||||
SHA1 (scummvm-0.13.1.tar.gz) = GLMqnamglxYb9BsnuAQhK9+N57U=
|
||||
SHA256 (scummvm-0.13.1.tar.gz) = XV5ncbnVLbNFksKqUhBvGKZeVTLi+Mr6xM8XOI78MgM=
|
||||
SIZE (scummvm-0.13.1.tar.gz) = 8638895
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/12/15 20:37:53 ajacoutot Exp $
|
||||
bin/scummvm
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/05/21 13:27:44 jsg Exp $
|
||||
@bin bin/scummvm
|
||||
@man man/man6/scummvm.6
|
||||
share/applications/
|
||||
share/applications/scummvm.desktop
|
||||
@ -11,8 +11,7 @@ share/icons/
|
||||
share/icons/scummvm.svg
|
||||
share/icons/scummvm.xpm
|
||||
share/scummvm/
|
||||
share/scummvm/classic080.ini
|
||||
share/scummvm/modern.ini
|
||||
share/scummvm/modern.zip
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
share/scummvm/scummclassic.zip
|
||||
share/scummvm/scummmodern.zip
|
||||
|
Loading…
Reference in New Issue
Block a user