Skip to Content.
Sympa Menu

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

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 (8a0725cfd994567f350295244f947007ec138ce5)
  • Date: Mon, 17 May 2010 14:08:39 -0500

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

games-utils/pyfa/DETAILS | 1 +
games-utils/pyfa/HISTORY | 4 ++++
games-utils/pyfa/INSTALL | 13 ++++++++++++-
3 files changed, 17 insertions(+), 1 deletion(-)

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

pyfa: Add desktop file, PATCHLEVEL++

diff --git a/games-utils/pyfa/DETAILS b/games-utils/pyfa/DETAILS
index 3592665..caa9133 100755
--- a/games-utils/pyfa/DETAILS
+++ b/games-utils/pyfa/DETAILS
@@ -4,6 +4,7 @@
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ PATCHLEVEL=1
LICENSE[0]=GPL
WEB_SITE=http://pyfa.sourceforge.net/
ENTERED=20100324
diff --git a/games-utils/pyfa/HISTORY b/games-utils/pyfa/HISTORY
index 7450153..1984aa5 100644
--- a/games-utils/pyfa/HISTORY
+++ b/games-utils/pyfa/HISTORY
@@ -1,3 +1,7 @@
+2010-05-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * INSTALL: Create desktop file
+
2010-03-24 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, INSTALL, FINAL: Created

diff --git a/games-utils/pyfa/INSTALL b/games-utils/pyfa/INSTALL
index 628691f..9fc588e 100755
--- a/games-utils/pyfa/INSTALL
+++ b/games-utils/pyfa/INSTALL
@@ -9,4 +9,15 @@ ln -sf "$TRACK_ROOT/usr/share/games/pyfa/launch.py"
"$INSTALL_ROOT/usr/games/pyf
ln -sf "$TRACK_ROOT/usr/share/games/pyfa/downloadData.py" \
"$INSTALL_ROOT/usr/games/pyfa-downloadData" &&
chgrp -R games "$I_DIR" &&
-chgrp games "$INSTALL_ROOT/usr/games" # Always makes it root:root using
castfs without this
+chgrp games "$INSTALL_ROOT/usr/games" # Always makes it root:root using
castfs without this &&
+
+# Create Desktop file
+cat << EOF > $INSTALL_ROOT/usr/share/applications/$SPELL.desktop
+[Desktop Entry]
+Name=GTK Fitting Assistant
+Comment=EVE-Online ship fitting tool
+Exec=pyfa
+Type=Application
+Icon=$INSTALL_ROOT/usr/share/games/$SPELL/gui/icons/cpu.png
+Categories=Games;Utilities
+EOF



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

Archive powered by MHonArc 2.6.24.

Top of Page