* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/rush/, games-arcade/edge/, games-arcade/tokitori/
@ 2013-07-24 19:20 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; only message in thread
From: Vadim A. Misbakh-Soloviov @ 2013-07-24 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 52c72083cbcfdec331934e35afa70f46467e550f
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Wed Jul 24 19:20:04 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Jul 24 19:20:04 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=52c72083
[games-arcade/{rush,tokitori}] Added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-arcade/edge/edge-20130703.ebuild | 4 +--
.../rush-20130703.ebuild} | 26 +++++++++----------
.../tokitori-20130703.ebuild} | 29 +++++++++++-----------
3 files changed, 30 insertions(+), 29 deletions(-)
diff --git a/games-arcade/edge/edge-20130703.ebuild b/games-arcade/edge/edge-20130703.ebuild
index 050fe0a..6ae14a5 100644
--- a/games-arcade/edge/edge-20130703.ebuild
+++ b/games-arcade/edge/edge-20130703.ebuild
@@ -47,11 +47,11 @@ src_install() {
exeinto "${dir}"
insinto "${dir}"
- make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
+ make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
games_make_wrapper "${PN}" "./${PN}" "${dir}"
newexe "${MY_PN}.bin.${arch}" "${PN}"
- doicon "${MY_PN}.png"
+ newicon "${MY_PN}.png" "${PN}.png"
doins -r \
"namespace.txt" \
diff --git a/games-arcade/edge/edge-20130703.ebuild b/games-arcade/rush/rush-20130703.ebuild
similarity index 72%
copy from games-arcade/edge/edge-20130703.ebuild
copy to games-arcade/rush/rush-20130703.ebuild
index 050fe0a..0ebf6e0 100644
--- a/games-arcade/edge/edge-20130703.ebuild
+++ b/games-arcade/rush/rush-20130703.ebuild
@@ -1,13 +1,14 @@
EAPI="5"
inherit base games unpacker-nixstaller
+# multilib
MY_PN="${PN^^}"
TS="1372878397"
MY_P="${MY_PN}_${PV:0:4}-${PV:4:2}-${PV:6:2}_Linux_${TS}"
-DESCRIPTION="Develop your telekinetic strength by pushing a Cube within a geometric universe."
-HOMEPAGE="http://mobigame.net/"
+DESCRIPTION="A simple puzzler that’ll have you mesmerized with a synchronized swarm of brightly colored blocks."
+HOMEPAGE="http://twotribes.com/message/rush/"
SRC_URI="${MY_P}.sh"
RESTRICT="fetch"
@@ -47,27 +48,26 @@ src_install() {
exeinto "${dir}"
insinto "${dir}"
- make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
+ make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
games_make_wrapper "${PN}" "./${PN}" "${dir}"
newexe "${MY_PN}.bin.${arch}" "${PN}"
- doicon "${MY_PN}.png"
+ newicon "${MY_PN}.png" "${PN}.png"
doins -r \
"namespace.txt" \
- "cos.bin" \
- "font.bin" \
"audio" \
"config" \
"default" \
"effects" \
- "images" \
- "levels" \
- "localization" \
- "models" \
- "music" \
- "sprites" \
- "textures"
+ "cursors" \
+ "fx" \
+ "fonts" \
+ "gameworld" \
+ "guide" \
+ "loc" \
+ "rubiks" \
+ "shared"
prepgamesdirs
diff --git a/games-arcade/edge/edge-20130703.ebuild b/games-arcade/tokitori/tokitori-20130703.ebuild
similarity index 72%
copy from games-arcade/edge/edge-20130703.ebuild
copy to games-arcade/tokitori/tokitori-20130703.ebuild
index 050fe0a..5c10462 100644
--- a/games-arcade/edge/edge-20130703.ebuild
+++ b/games-arcade/tokitori/tokitori-20130703.ebuild
@@ -2,12 +2,12 @@ EAPI="5"
inherit base games unpacker-nixstaller
-MY_PN="${PN^^}"
+MY_PN="${PN^^t}"
TS="1372878397"
MY_P="${MY_PN}_${PV:0:4}-${PV:4:2}-${PV:6:2}_Linux_${TS}"
-DESCRIPTION="Develop your telekinetic strength by pushing a Cube within a geometric universe."
-HOMEPAGE="http://mobigame.net/"
+DESCRIPTION="Help a baby chicken save all the eggs."
+HOMEPAGE="http://www.tokitori.com/"
SRC_URI="${MY_P}.sh"
RESTRICT="fetch"
@@ -47,26 +47,27 @@ src_install() {
exeinto "${dir}"
insinto "${dir}"
- make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
+ make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
games_make_wrapper "${PN}" "./${PN}" "${dir}"
newexe "${MY_PN}.bin.${arch}" "${PN}"
- doicon "${MY_PN}.png"
+ newicon "${MY_PN}.png" "${PN}.png"
doins -r \
"namespace.txt" \
- "cos.bin" \
- "font.bin" \
+ "resourcecache.xml" \
"audio" \
"config" \
- "default" \
- "effects" \
- "images" \
- "levels" \
+ "cursors" \
+ "fx" \
+ "animdata" \
+ "credits" \
+ "ending" \
+ "input" \
"localization" \
- "models" \
- "music" \
- "sprites" \
+ "maps" \
+ "menu" \
+ "splash" \
"textures"
prepgamesdirs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-24 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 19:20 [gentoo-commits] proj/gamerlay:master commit in: games-arcade/rush/, games-arcade/edge/, games-arcade/tokitori/ Vadim A. Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox