diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-29 19:17:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-29 19:17:02 +0800 |
commit | c1808722ff7d0f7cc6c4d86276d44240047e7f94 (patch) | |
tree | 83ba5cadd9a1904232c88d0e7fcaf0d8d0394ad6 /games | |
parent | 48ae38ea77693243c74bf7ddc61319dbd5449d7b (diff) | |
download | freebsd-ports-gnome-c1808722ff7d0f7cc6c4d86276d44240047e7f94.tar.gz freebsd-ports-gnome-c1808722ff7d0f7cc6c4d86276d44240047e7f94.tar.zst freebsd-ports-gnome-c1808722ff7d0f7cc6c4d86276d44240047e7f94.zip |
- Update to 1.0.14
PR: 142040
Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r-- | games/ltris/Makefile | 3 | ||||
-rw-r--r-- | games/ltris/distinfo | 6 | ||||
-rw-r--r-- | games/ltris/pkg-descr | 28 | ||||
-rw-r--r-- | games/ltris/pkg-plist | 3 |
4 files changed, 22 insertions, 18 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index d9a2affd944a..24b8b1990894 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ltris -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} @@ -32,6 +32,7 @@ PLIST_SUB+= NLS="" .endif post-patch: + @${REINPLACE_CMD} -e 's|/icons|/pixmaps|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|= @mixer_flag@|= @INTLLIBS@ @mixer_flag@|g ; \ s|--mode=666||g' ${WRKSRC}/src/Makefile.in diff --git a/games/ltris/distinfo b/games/ltris/distinfo index 6b042871c466..9ab3dc317178 100644 --- a/games/ltris/distinfo +++ b/games/ltris/distinfo @@ -1,3 +1,3 @@ -MD5 (ltris-1.0.13.tar.gz) = 33e62113e0ade4c2a26a9615442defec -SHA256 (ltris-1.0.13.tar.gz) = b7d3f93bef1efe907780896c0db3408949cf03c6f797308dbf326ed9223681ba -SIZE (ltris-1.0.13.tar.gz) = 845739 +MD5 (ltris-1.0.14.tar.gz) = 7eff57f492bc880a02a58c64f638959e +SHA256 (ltris-1.0.14.tar.gz) = d6816aa70f55c73e0de2ccb81281a92aa063d3a90b362810002db010f4e3b3b2 +SIZE (ltris-1.0.14.tar.gz) = 850749 diff --git a/games/ltris/pkg-descr b/games/ltris/pkg-descr index 10fb74f12578..04eadeaa8d60 100644 --- a/games/ltris/pkg-descr +++ b/games/ltris/pkg-descr @@ -1,20 +1,20 @@ LTris is just another clone of Tetris but IMHO a good one, so if you like Tetris, download and play it! -Features: - Tetris clone using SDL - Sound - Menu - Controls can be redefined - Block preview - Starting level between 0 and 9 - Various backgrounds - HighScores - Nice graphics - Smooth gameplay - Cool effects (transparency, animations) - Two player mode - Two game modes +Features: + Tetris clone using SDL + Sound + Menu + Controls can be redefined + Block preview + Starting level between 0 and 9 + Various backgrounds + HighScores + Nice graphics + Smooth gameplay + Cool effects (transparency, animations) + Two player mode + Two game modes Two game modes? Yes. The "normal" mode is the one everbody knows well. You play as long as you can while the blocks are getting faster. The second one diff --git a/games/ltris/pkg-plist b/games/ltris/pkg-plist index 505071c83e23..a3d9b1732c2e 100644 --- a/games/ltris/pkg-plist +++ b/games/ltris/pkg-plist @@ -1,4 +1,5 @@ bin/ltris +share/applications/ltris.desktop %%NLS%%share/locale/de/LC_MESSAGES/ltris.mo %%NLS%%share/locale/fr/LC_MESSAGES/ltris.mo %%NLS%%share/locale/pt/LC_MESSAGES/ltris.mo @@ -30,6 +31,8 @@ bin/ltris %%DATADIR%%/sounds/motion.wav %%DATADIR%%/sounds/nextlevel.wav %%DATADIR%%/sounds/stop.wav +share/pixmaps/ltris48.gif @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/gfx @dirrm %%DATADIR%% +@dirrmtry share/applications |