Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6863292e2ebba94468181a46d0595c3ecd85b4c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6863292e2ebba94468181a46d0595c3ecd85b4c7)
  • Date: Fri, 13 Mar 2015 21:47:31 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
utils/qtemu/BUILD | 1 +
utils/qtemu/DEPENDS | 2 ++
utils/qtemu/DETAILS | 14 ++++++++++++++
utils/qtemu/HISTORY | 2 ++
5 files changed, 22 insertions(+)

New commits:
commit 6863292e2ebba94468181a46d0595c3ecd85b4c7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qtemu: new spell, GUI for Qemu

diff --git a/ChangeLog b/ChangeLog
index 34e6bac..6c12ef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-03-14 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/qtemu: new spell, GUI for Qemu
+
2015-03-13 Ismael Luceno <ismael AT sourcemage.org>
* libs/glog: new spell, C++ implementation of the Google logging
module
diff --git a/utils/qtemu/BUILD b/utils/qtemu/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/utils/qtemu/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/utils/qtemu/DEPENDS b/utils/qtemu/DEPENDS
new file mode 100755
index 0000000..0de3781
--- /dev/null
+++ b/utils/qtemu/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends QEMU
diff --git a/utils/qtemu/DETAILS b/utils/qtemu/DETAILS
new file mode 100755
index 0000000..f08c1d4
--- /dev/null
+++ b/utils/qtemu/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=qtemu
+ VERSION=1.0.5
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/$SPELL/$SPELL/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:c8380acea500453053d8d2a9cc3eecb51c766d5743a22a7fbe13d3bd5d543ab63ab715ac2ffbd2389f24c699ea81ca3e0584c7578a9799300cef514886d1cee8
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://qtemu.org/";
+ LICENSE[0]="GPLv2"
+ ENTERED=20150313
+ KEYWORDS=""
+ SHORT="GUI for Qemu"
+cat << EOF
+QtEmu is a graphical user interface for QEMU written in Qt4.
+EOF
diff --git a/utils/qtemu/HISTORY b/utils/qtemu/HISTORY
new file mode 100644
index 0000000..91f8143
--- /dev/null
+++ b/utils/qtemu/HISTORY
@@ -0,0 +1,2 @@
+2015-03-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6863292e2ebba94468181a46d0595c3ecd85b4c7), Ismael Luceno, 03/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page