[SM-Commit] GIT changes to master games grimoire by Arjan Bouter (43ba3ac1e3aa60b116d5561bb8a739a89bd28a32)

Arjan Bouter scm at sourcemage.org
Thu Dec 6 22:20:43 EST 2007


GIT changes to master games grimoire by Arjan Bouter <abouter at sourcemage.org>:

 games-arcade-2d/crack-attack/HISTORY                               |    3 +++
 games-arcade-2d/crack-attack/INSTALL                               |    3 +++
 games-arcade-2d/frozen-bubble/HISTORY                              |    4 ++++
 games-arcade-2d/frozen-bubble/desktop/frozen-bubble-editor.desktop |    8 ++++++++
 games-arcade-2d/frozen-bubble/desktop/frozen-bubble.desktop        |    8 ++++++++
 games-terminal/nethack/HISTORY                                     |    4 ++++
 games-terminal/nethack/INSTALL                                     |    1 +
 games-terminal/nethack/desktop/nethack.desktop                     |    8 ++++++++
 8 files changed, 39 insertions(+)

New commits:
commit 43ba3ac1e3aa60b116d5561bb8a739a89bd28a32
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    frozen bubble: added desktop files

commit 342706ee353dc0ab15c62dbed01050d1390f22ce
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    crack-attack: added installation of desktop file

commit 65c3274826fba2401cc3fffe9706397399e10f46
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    nethack: added desktop file

diff --git a/games-arcade-2d/crack-attack/HISTORY b/games-arcade-2d/crack-attack/HISTORY
index fdff797..f760ac4 100644
--- a/games-arcade-2d/crack-attack/HISTORY
+++ b/games-arcade-2d/crack-attack/HISTORY
@@ -1,3 +1,6 @@
+2007-12-07 Arjan Bouter <abouter at sourcemage.org>
+	* INSTALL: added, install desktop file
+
 2006-09-21 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DETAILS: [automated] Removed BUILD_API=2.
 
diff --git a/games-arcade-2d/crack-attack/INSTALL b/games-arcade-2d/crack-attack/INSTALL
new file mode 100755
index 0000000..87e8180
--- /dev/null
+++ b/games-arcade-2d/crack-attack/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+cp -a ${INSTALL_ROOT}/usr/share/crack-attack/crack-attack.desktop \
+       ${INSTALL_ROOT}/usr/share/applications/
diff --git a/games-arcade-2d/frozen-bubble/HISTORY b/games-arcade-2d/frozen-bubble/HISTORY
index 171c10e..e09c9cf 100644
--- a/games-arcade-2d/frozen-bubble/HISTORY
+++ b/games-arcade-2d/frozen-bubble/HISTORY
@@ -1,3 +1,7 @@
+2007-12-07 Arjan Bouter <abouter at sourcemage.org>
+	* desktop/frozen-bubble.desktop: added
+	* desktop/frozen-bubble-editor.desktop: added
+
 2007-04-19 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Depends on sdl_pango built with the Frozen Bubble patch
 
diff --git a/games-arcade-2d/frozen-bubble/desktop/frozen-bubble-editor.desktop b/games-arcade-2d/frozen-bubble/desktop/frozen-bubble-editor.desktop
new file mode 100644
index 0000000..7c00ee8
--- /dev/null
+++ b/games-arcade-2d/frozen-bubble/desktop/frozen-bubble-editor.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frozen Bubble Editor
+Exec=frozen-bubble-editor
+Icon=
+Terminal=false
+Type=Application
+Categories=Application;Game;
diff --git a/games-arcade-2d/frozen-bubble/desktop/frozen-bubble.desktop b/games-arcade-2d/frozen-bubble/desktop/frozen-bubble.desktop
new file mode 100644
index 0000000..5db00f4
--- /dev/null
+++ b/games-arcade-2d/frozen-bubble/desktop/frozen-bubble.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frozen Bubble
+Exec=frozen-bubble
+Icon=
+Terminal=false
+Type=Application
+Categories=Application;Game;
diff --git a/games-terminal/nethack/HISTORY b/games-terminal/nethack/HISTORY
index 50f5d90..2b66c60 100644
--- a/games-terminal/nethack/HISTORY
+++ b/games-terminal/nethack/HISTORY
@@ -1,3 +1,7 @@
+2007-12-07 Arjan Bouter <abouter at sourcemage.org>
+	* desktop/nethack.desktop: added
+	* INSTALL: make nethack executable
+
 2006-09-21 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DETAILS: [automated] Removed BUILD_API=2.
 
diff --git a/games-terminal/nethack/INSTALL b/games-terminal/nethack/INSTALL
index a7c5f22..820951e 100755
--- a/games-terminal/nethack/INSTALL
+++ b/games-terminal/nethack/INSTALL
@@ -1,5 +1,6 @@
 make_normal                         &&
 make install                        &&
+chmod +x  ${INSTALL_ROOT}/usr/games/nethack &&
 
 # this whole mess takes care of docs, fonts and stuff
 # check POST_REMOVE? (was POST_INSTALL, doesn't exist) for more info. 
diff --git a/games-terminal/nethack/desktop/nethack.desktop b/games-terminal/nethack/desktop/nethack.desktop
new file mode 100644
index 0000000..bfe3b7c
--- /dev/null
+++ b/games-terminal/nethack/desktop/nethack.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Nethack
+Exec=nethack
+Icon=
+Terminal=true
+Type=Application
+Categories=Application;Games;



More information about the SM-Commit mailing list