Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (f7abc779b270851380cc8f9a361fc08145197687)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (f7abc779b270851380cc8f9a361fc08145197687)
  • Date: Mon, 10 May 2010 13:35:00 -0500

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-utils/gtkevemon/HISTORY | 3 +++
games-utils/gtkevemon/INSTALL | 18 ++++++++++++++++++
2 files changed, 21 insertions(+)

New commits:
commit f7abc779b270851380cc8f9a361fc08145197687
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtkevemon: Install a desktop file along with icon

diff --git a/games-utils/gtkevemon/HISTORY b/games-utils/gtkevemon/HISTORY
index 7450153..863ef91 100644
--- a/games-utils/gtkevemon/HISTORY
+++ b/games-utils/gtkevemon/HISTORY
@@ -1,3 +1,6 @@
+2010-05-10 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Install a desktop file along with icon
+
2010-03-24 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, INSTALL, FINAL: Created

diff --git a/games-utils/gtkevemon/INSTALL b/games-utils/gtkevemon/INSTALL
new file mode 100755
index 0000000..4e7cb9a
--- /dev/null
+++ b/games-utils/gtkevemon/INSTALL
@@ -0,0 +1,18 @@
+default_install
+
+#
+# Copy application logo for Desktop file
+#
+install -o root -g games -m 0755
$SOURCE_DIRECTORY/src/images/img_applogo.xpm \
+ $INSTALL_ROOT/usr/share/pixmaps/$SPELL.xpm &&
+
+# Create Desktop file
+cat << EOF > $INSTALL_ROOT/usr/share/applications/$SPELL.desktop
+[Desktop Entry]
+Name=GTK EVE-Online Monitor
+Comment=EVE-Online skill monitoring tool
+Exec=gtkevemon
+Type=Application
+Icon=$INSTALL_ROOT/usr/share/pixmaps/$SPELL.xpm
+Categories=Games;Utilities
+EOF



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (f7abc779b270851380cc8f9a361fc08145197687), Eric Sandall, 05/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page