[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:/lunar-linux/moonbase-other
stumbles
stumbles at lunar-linux.org
Mon Feb 25 22:11:04 CET 2013
commit e73f2fdf9d7710da9876ed4474bcb7cfde11e43d
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 25 Feb 2013 13:11:04 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/e73f2fdf9d7710da9876ed4474bcb7cfde11e43d
Merge branch 'master' of github.com:/lunar-linux/moonbase-other
---
audio/mpg123/DETAILS | +3/-3
games/pushover/BUILD | +3/-0
games/pushover/DEPENDS | +6/-0
games/pushover/DETAILS | +20/-0
games/pushover/pushover.desktop | +9/-0
5 files changed, 41 insertions(+), 3 deletions(-)
--- a/audio/mpg123/DETAILS
+++ b/audio/mpg123/DETAILS
@@ -1,12 +1,12 @@
MODULE=mpg123
- VERSION=1.14.4
+ VERSION=1.15.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$SFORGE_URL/$MODULE
SOURCE_URL[1]=http://www.mpg123.de/download
- SOURCE_VFY=sha1:9f53e27bb40b8df3d3b6df25f5f9a8a83b1fccfe
+ SOURCE_VFY=sha1:824003a25f22dde5a03031cb658b6d6a160e8740
WEB_SITE=http://mpg123.de
ENTERED=20011104
- UPDATED=20120727
+ UPDATED=20130225
SHORT="A console MPEG audio player"
cat << EOF
--- /dev/null
+++ b/games/pushover/BUILD
@@ -0,0 +1,3 @@
+default_game_build &&
+
+install -Dm0644 ${SCRIPT_DIRECTORY}/pushover.desktop /usr/share/applications/pushover.desktop
--- /dev/null
+++ b/games/pushover/DEPENDS
@@ -0,0 +1,6 @@
+depends lua
+depends zlib
+depends SDL
+depends SDL_mixer
+depends SDL_ttf
+depends libpng
--- /dev/null
+++ b/games/pushover/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=pushover
+ VERSION=0.0.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/Pushover/$VERSION/
+ SOURCE_VFY=sha1:ca9b5b077e7762c4ae80f0873d2cfa0bd2dcb16b
+ WEB_SITE=http://pushover.sf.net
+ ENTERED=20130224
+ UPDATED=20130224
+ SHORT="domino toppling game"
+
+cat << EOF
+Pushover is a faithful reimplementation of the game
+with the same name published in 1992 by Ocean. It
+contains the original levels. The graphics and sound
+are very similar when compared with the original game.
+
+The task of the game is to rearrange the dominoes on
+the different platforms so that you can start a chain-
+reaction that makes all dominoes topple over.
+EOF
--- /dev/null
+++ b/games/pushover/pushover.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Pushover
+Comment=Domino toppling game
+Exec=/usr/games/pushover
+Terminal=false
+Type=Application
+Categories=Application;Game;LogicGame
+Icon=/usr/share/games/pushover/pushover.ico
More information about the Lunar-commits
mailing list