update to 0.5.4
This commit is contained in:
parent
e52c0df936
commit
9cd55671c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153017
3 changed files with 19 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= briquolo
|
||||
PORTVERSION= 0.5.1
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://briquolo.free.fr/download/
|
||||
|
||||
|
@ -16,7 +16,7 @@ COMMENT= Breakout clone with an OpenGL 3D representation
|
|||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_SDL= mixer sdl
|
||||
USE_SDL= mixer sdl ttf
|
||||
USE_GCC= 3.4
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -34,4 +34,7 @@ post-patch:
|
|||
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|SDL/SDL|SDL|g'
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/share/applications
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (briquolo-0.5.1.tar.bz2) = 7975bda39bc9811e490b37ccc93dbff2
|
||||
SHA256 (briquolo-0.5.1.tar.bz2) = c1300cd2d423e5ff5790d1d13d871cff5ccc383f07678e99c6b425d04252029f
|
||||
SIZE (briquolo-0.5.1.tar.bz2) = 2499223
|
||||
MD5 (briquolo-0.5.4.tar.bz2) = c8bed228053412c8d2913933cd524caa
|
||||
SHA256 (briquolo-0.5.4.tar.bz2) = 26f6d6f9a716b8cc4d686340050dbd97f0da7edf9a73f280d427c92ced00fb39
|
||||
SIZE (briquolo-0.5.4.tar.bz2) = 2552600
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/briquolo
|
||||
%%DATADIR%%/%%VERSION%%
|
||||
%%DATADIR%%/data/DejaVuSans.ttf
|
||||
%%DATADIR%%/data/Environment.1.png
|
||||
%%DATADIR%%/data/Environment.2.png
|
||||
%%DATADIR%%/data/Environment.3.png
|
||||
|
@ -59,13 +60,11 @@ bin/briquolo
|
|||
%%DATADIR%%/data/petit.png
|
||||
%%DATADIR%%/data/petite_brique.png
|
||||
%%DATADIR%%/data/petite_brique.tri
|
||||
%%DATADIR%%/data/petite_police.ftx
|
||||
%%DATADIR%%/data/pierre.png
|
||||
%%DATADIR%%/data/plateau.png
|
||||
%%DATADIR%%/data/plateau_droite.tri
|
||||
%%DATADIR%%/data/plateau_gauche.tri
|
||||
%%DATADIR%%/data/plateau_milieu.tri
|
||||
%%DATADIR%%/data/police.ftx
|
||||
%%DATADIR%%/data/rebond.wav
|
||||
%%DATADIR%%/data/slow.png
|
||||
%%DATADIR%%/data/superpuissance.png
|
||||
|
@ -98,10 +97,20 @@ bin/briquolo
|
|||
%%DATADIR%%/tableau/old/015.tab
|
||||
%%DATADIR%%/tableau/old/016.tab
|
||||
%%DATADIR%%/tableau/old/description
|
||||
share/pixmaps/briquolo.svg
|
||||
share/locale/fr/LC_MESSAGES/briquolo.mo
|
||||
share/locale/nl/LC_MESSAGES/briquolo.mo
|
||||
share/locale/de/LC_MESSAGES/briquolo.mo
|
||||
share/locale/ru/LC_MESSAGES/briquolo.mo
|
||||
share/locale/be/LC_MESSAGES/briquolo.mo
|
||||
share/locale/pl/LC_MESSAGES/briquolo.mo
|
||||
share/locale/pt/LC_MESSAGES/briquolo.mo
|
||||
share/locale/sk/LC_MESSAGES/briquolo.mo
|
||||
@dirrm %%DATADIR%%/tableau/old
|
||||
@dirrm %%DATADIR%%/tableau/new
|
||||
@dirrm %%DATADIR%%/tableau
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm share/pixmaps
|
||||
share/applications/briquolo.desktop
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue