update to solarus-1.5.3
This commit is contained in:
parent
3b99897557
commit
85e8a4f2c9
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2016/12/25 14:34:39 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2017/04/09 11:24:08 jasper Exp $
|
||||
|
||||
V = 1.5.1
|
||||
V = 1.5.3
|
||||
COMMENT = open-source Zelda-like 2D game engine
|
||||
DISTNAME = solarus-${V}-src
|
||||
PKGNAME = solarus-${V}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += solarus 0.0 # 1.5
|
||||
|
||||
@ -34,6 +33,8 @@ LIB_DEPENDS = audio/libmodplug \
|
||||
devel/sdl2-image \
|
||||
devel/sdl2-ttf \
|
||||
lang/luajit
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+3,-guic
|
||||
|
||||
WRKDIST = ${WRKDIR}/solarus-${V}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (solarus-1.5.1-src.tar.gz) = bNOSigJPfBihY6FnmpLf/zw3E5xcSfpTSHBN9TV+jaM=
|
||||
SIZE (solarus-1.5.1-src.tar.gz) = 2273607
|
||||
SHA256 (solarus-1.5.3-src.tar.gz) = dgjzvce67zbpXbXk+kyMW+Cj9DbFDFOrctcKkqpEzBw=
|
||||
SIZE (solarus-1.5.3-src.tar.gz) = 2727433
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2016/08/11 11:28:41 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2017/04/09 11:24:08 jasper Exp $
|
||||
@bin bin/solarus
|
||||
@bin bin/solarus-run
|
||||
include/solarus/
|
||||
@ -27,6 +27,7 @@ include/solarus/Map.h
|
||||
include/solarus/MapData.h
|
||||
include/solarus/QuestProperties.h
|
||||
include/solarus/QuestResources.h
|
||||
include/solarus/ResourceProvider.h
|
||||
include/solarus/ResourceType.h
|
||||
include/solarus/Savegame.h
|
||||
include/solarus/SavegameConverterV1.h
|
||||
@ -242,3 +243,19 @@ include/solarus/third_party/snes_spc/dsp.h
|
||||
include/solarus/third_party/snes_spc/spc.h
|
||||
lib/libsolarus-gui.so
|
||||
@lib lib/libsolarus.so.${LIBsolarus_VERSION}
|
||||
@man man/man6/solarus-run.6
|
||||
@man man/man6/solarus.6
|
||||
share/applications/
|
||||
share/applications/solarus.desktop
|
||||
share/icons/hicolor/128x128/apps/solarus.png
|
||||
share/icons/hicolor/16x16/apps/solarus.png
|
||||
share/icons/hicolor/24x24/apps/solarus.png
|
||||
share/icons/hicolor/256x256/apps/solarus.png
|
||||
share/icons/hicolor/32x32/apps/solarus.png
|
||||
share/icons/hicolor/48x48/apps/solarus.png
|
||||
share/icons/hicolor/${MODLUA_DEP_VERSION}2x${MODLUA_DEP_VERSION}2/apps/solarus.png
|
||||
share/icons/hicolor/64x64/apps/solarus.png
|
||||
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user