Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (0447c41956e1e769ceafeb9ef89b29202c08e0df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (0447c41956e1e769ceafeb9ef89b29202c08e0df)
  • Date: Sun, 18 Feb 2007 09:22:25 -0600

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
utils/qemulaunch/BUILD | 1 +
utils/qemulaunch/DEPENDS | 5 +++++
utils/qemulaunch/DETAILS | 40 ++++++++++++++++++++++++++++++++++++++++
utils/qemulaunch/HISTORY | 4 ++++
utils/qemulaunch/PREPARE | 6 ++++++
utils/qemulaunch/PRE_BUILD | 6 ++++++
7 files changed, 65 insertions(+)

New commits:
commit b91a5ca208345bb0d29ca27a97e560fccee331af
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

qemulaunch: added, gtk2/perl qemu frontend

diff --git a/ChangeLog b/ChangeLog
index 8fd5221..78dd2c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-18 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * utils/qemulaunch: added, qemu gtk2/perl frontend
+
2007-02-18 George Sherwood <george AT beernabeer.com>
* xfce/thunar-media-tags-plugin: new plugin for thunar

diff --git a/utils/qemulaunch/BUILD b/utils/qemulaunch/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/qemulaunch/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/qemulaunch/DEPENDS b/utils/qemulaunch/DEPENDS
new file mode 100755
index 0000000..8912c6f
--- /dev/null
+++ b/utils/qemulaunch/DEPENDS
@@ -0,0 +1,5 @@
+depends perl &&
+depends qemu &&
+depends locale-gettext &&
+depends perl-gtk2 &&
+depends perl-gladexml
diff --git a/utils/qemulaunch/DETAILS b/utils/qemulaunch/DETAILS
new file mode 100755
index 0000000..c053a77
--- /dev/null
+++ b/utils/qemulaunch/DETAILS
@@ -0,0 +1,40 @@
+ SPELL=qemulaunch
+if [[ $QEMULAUNCH_SCM == y ]]; then
+if [[ $QEMULAUNCH_SCM_AUTO == y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=scm
+fi
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_HINTS=old_svn_compat
+ SOURCE_URL[0]=svn://svn.gna.org/svn/${SPELL}/${SOURCE}
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-scm"
+else
+ VERSION=1.7.3
+ PKG=qemu-launcher
+ SOURCE=${PKG}_${VERSION}.tar.gz
+ SOURCE_URL[0]=http://download.gna.org/$SPELL/1.7.x/${SOURCE}
+
SOURCE_HASH=sha512:f10dae19c628ef5038e75aaa51eb12f130e987b0a91f2f2aa5245a2f741beb3dc79e27295c8325994546e42bb9e02f422068408a3c653ed096a8ef6232f8aa70
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${PKG}-$VERSION"
+fi
+ WEB_SITE="http://emeitner.f2o.org/qemu_launcher";
+ LICENSE[0]=GPL
+ ENTERED=20070218
+ SHORT="Qemu Launcher is a Gtk front-end for the Qemu emulator."
+cat << EOF
+Qemu Launcher provides a graphical front-end to all basic, and many advanced
+QEMU computer emulator options. It allows you to create, save, and run
+multiple virtual machine configurations, create and convert disk images.
+
+Qemu Launcher utilizes the full system emulation mode of QEMU that allows
+you to run unmodified operating system on virtual hardware.
+
+Qemu Launcher also supports launching virtual machines from the command line,
+by specifying the configuration name:
+
+qemu-launcher 'Configuration name'
+
+Note that you still need a graphical environment to do this, unless the
+virtual machine is set to start in non-graphics mode.
+EOF
diff --git a/utils/qemulaunch/HISTORY b/utils/qemulaunch/HISTORY
new file mode 100644
index 0000000..2657f4d
--- /dev/null
+++ b/utils/qemulaunch/HISTORY
@@ -0,0 +1,4 @@
+2007-02-18 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
+ * PRE_BUILD: added
+ * PREPARE: added
diff --git a/utils/qemulaunch/PREPARE b/utils/qemulaunch/PREPARE
new file mode 100755
index 0000000..c78fa81
--- /dev/null
+++ b/utils/qemulaunch/PREPARE
@@ -0,0 +1,6 @@
+config_query QEMULAUNCH_SCM "Do you want SCM version" "n" &&
+if [[ "$QEMULAUNCH_SCM" == "y" ]]
+then
+config_query QEMULAUNCH_SCM_AUTO \
+ "Automaticaly update the spell on sorcery queue/system-update?" "n"
+fi
diff --git a/utils/qemulaunch/PRE_BUILD b/utils/qemulaunch/PRE_BUILD
new file mode 100755
index 0000000..78eaed5
--- /dev/null
+++ b/utils/qemulaunch/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:^PREFIX.*:PREFIX=${INSTALL_ROOT}/usr:" Makefile &&
+if [[ $QEMULAUNCH_SCM == y ]]; then
+ sedit "105s:qemu:qemu-i386:" qemu-launcher.pl
+fi



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (0447c41956e1e769ceafeb9ef89b29202c08e0df), Andra?? Levstik, 02/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page