Skip to Content.
Sympa Menu

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

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 (92557601a225fdf7692cfac90ac9ea5c705fa30a)
  • Date: Thu, 10 Sep 2015 15:21:43 +0000

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

ChangeLog | 3 +++
utils/tuxboot/BUILD | 1 +
utils/tuxboot/DEPENDS | 5 +++++
utils/tuxboot/DETAILS | 22 ++++++++++++++++++++++
utils/tuxboot/HISTORY | 2 ++
utils/tuxboot/INSTALL | 2 ++
utils/tuxboot/PRE_BUILD | 9 +++++++++
utils/unetbootin/BUILD | 4 ++--
utils/unetbootin/DETAILS | 4 ++--
utils/unetbootin/HISTORY | 4 ++++
utils/unetbootin/PRE_BUILD | 18 +++++++++---------
11 files changed, 61 insertions(+), 13 deletions(-)

New commits:
commit 92557601a225fdf7692cfac90ac9ea5c705fa30a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tuxboot: new spell, To create bootable Live USB drives

commit ba47e9b843ae19399c7742867bac06e6807ec914
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

unetbootin 613

commit dd3e00a39a096224bb1db350f45cf978f32f4ac6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

unetbootin: Fix build

diff --git a/ChangeLog b/ChangeLog
index 206974f..b9e4130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-09-10 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/tuxboot: new spell, To create bootable Live USB drives
+
2015-09-09 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/python-memcached: new spell, pure Python memcached
client

diff --git a/utils/tuxboot/BUILD b/utils/tuxboot/BUILD
new file mode 100755
index 0000000..eec3de4
--- /dev/null
+++ b/utils/tuxboot/BUILD
@@ -0,0 +1 @@
+qt4_build
diff --git a/utils/tuxboot/DEPENDS b/utils/tuxboot/DEPENDS
new file mode 100755
index 0000000..728d1ee
--- /dev/null
+++ b/utils/tuxboot/DEPENDS
@@ -0,0 +1,5 @@
+depends -sub CXX gcc &&
+depends qt4 &&
+depends mtools &&
+depends syslinux &&
+depends p7zip
diff --git a/utils/tuxboot/DETAILS b/utils/tuxboot/DETAILS
new file mode 100755
index 0000000..2bd54e6
--- /dev/null
+++ b/utils/tuxboot/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=tuxboot
+ VERSION=0.8
+ SOURCE="$SPELL-$VERSION.src.tar.gz"
+
SOURCE_URL[0]="http://downloads.sourceforge.net/sourceforge/project/$SPELL/$VERSION/source/$SOURCE";
+
SOURCE_HASH=sha512:2f6402fa850760c5c05ca14587957e88da85c9c836058a13c7baee9c8df15f78a7216fe88b77a71d30182506cbe520de5a447531860234d5676e6a3c4213bd8e
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ WEB_SITE="http://tuxboot.org/";
+ LICENSE[0]="GPL"
+ ENTERED=20150910
+ KEYWORDS=""
+ SHORT="To create bootable Live USB drives"
+cat << EOF
+Tuxboot helps you to create a bootable Live USB drive for Clonezilla live,
+DRBL live, GParted live and Tux2live. It is modified from UNetbootin and
+runs on both MS Windows and GNU/Linux. You can choose to download the latest
+version of Clonezilla live, DRBL live, or GParted live ISO/zip file then
+create the live USB. Features:
+
+Support Clonezilla live, DRBL live, GParted live and Tux2live. Tuxboot uses
+the syslinux in the ISO/zip file to make your USB drive bootable, so it is
+compatible with the same version of syslinux boot menu in the ISO/zip file.
+EOF
diff --git a/utils/tuxboot/HISTORY b/utils/tuxboot/HISTORY
new file mode 100644
index 0000000..4d9625a
--- /dev/null
+++ b/utils/tuxboot/HISTORY
@@ -0,0 +1,2 @@
+2015-09-10 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/utils/tuxboot/INSTALL b/utils/tuxboot/INSTALL
new file mode 100755
index 0000000..34ab88e
--- /dev/null
+++ b/utils/tuxboot/INSTALL
@@ -0,0 +1,2 @@
+install -m755 -o root -g root ${SOURCE_DIRECTORY}/${SPELL} \
+ ${INSTALL_ROOT}/usr/bin
diff --git a/utils/tuxboot/PRE_BUILD b/utils/tuxboot/PRE_BUILD
new file mode 100755
index 0000000..0075450
--- /dev/null
+++ b/utils/tuxboot/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+echo "QMAKE_CXX=${CXX:-g++}" >> ${SPELL}.pro &&
+echo "QMAKE_CXXFLAGS=${CXXFLAGS}" >> ${SPELL}.pro &&
+echo "CONFIG += silent" >> ${SPELL}.pro &&
+echo "DEFINES += NOSTATIC" >> ${SPELL}.pro &&
+echo "RESOURCES -= unetbootin.qrc" >> ${SPELL}.pro &&
+$QT4DIR/bin/lupdate ${SPELL}.pro &&
+$QT4DIR/bin/lrelease ${SPELL}.pro
diff --git a/utils/unetbootin/BUILD b/utils/unetbootin/BUILD
index cc7151b..4df5744 100755
--- a/utils/unetbootin/BUILD
+++ b/utils/unetbootin/BUILD
@@ -1,2 +1,2 @@
-${TRACK_ROOT}/usr/bin/qt4/qmake &&
-make
+cd "$SOURCE_DIRECTORY" &&
+qt4_build
diff --git a/utils/unetbootin/DETAILS b/utils/unetbootin/DETAILS
index 710990c..fb9ecc7 100755
--- a/utils/unetbootin/DETAILS
+++ b/utils/unetbootin/DETAILS
@@ -1,7 +1,7 @@
SPELL=unetbootin
- VERSION=608
+ VERSION=613
SOURCE="${SPELL}-source-${VERSION}.tar.gz"
-
SOURCE_HASH=sha512:d164537c96845eb90ac5aae1fa0c553c9392d778696e4818760cb11f78341e6a3ea6a05f702678583c5d680dc8fb1348cdc2b2dfba9bebfdf793779c23611d16
+
SOURCE_HASH=sha512:25d1a1603416429b4f975060698b8bec44197b1fa4cfa7206a4f2ea7926cc01cf01a9ae9ed5302cf3441e7bd24e6ec689243cbcdf8df94d48582893ae23b9840

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/UNetbootin/${VERSION}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://unetbootin.sourceforge.net/";
diff --git a/utils/unetbootin/HISTORY b/utils/unetbootin/HISTORY
index a1318b4..bd117d3 100644
--- a/utils/unetbootin/HISTORY
+++ b/utils/unetbootin/HISTORY
@@ -1,3 +1,7 @@
+2015-09-10 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, PRE_BUILD: Fixed build
+ * DETAILS: updated spell to 613
+
2015-06-01 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 608

diff --git a/utils/unetbootin/PRE_BUILD b/utils/unetbootin/PRE_BUILD
index 8ce9b7e..8cb4d80 100755
--- a/utils/unetbootin/PRE_BUILD
+++ b/utils/unetbootin/PRE_BUILD
@@ -1,10 +1,10 @@
-mkdir ${SOURCE_DIRECTORY} &&
-cd ${SOURCE_DIRECTORY} &&
+mkdir "$SOURCE_DIRECTORY" &&
+cd "$SOURCE_DIRECTORY" &&
unpack_file &&
-echo "QMAKE_CXX=${CXX}" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
-echo "QMAKE_CXXFLAGS=${CXXFLAGS}" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
-echo "CONFIG += silent" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
-echo "DEFINES += NOSTATIC" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
-echo "RESOURCES -= unetbootin.qrc" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
-${TRACK_ROOT}/usr/bin/qt4/lupdate ${SPELL}.pro &&
-${TRACK_ROOT}/usr/bin/qt4/lrelease ${SPELL}.pro
+echo "QMAKE_CXX=${CXX:-g++}" >> ${SPELL}.pro &&
+echo "QMAKE_CXXFLAGS=${CXXFLAGS}" >> ${SPELL}.pro &&
+echo "CONFIG += silent" >> ${SPELL}.pro &&
+echo "DEFINES += NOSTATIC" >> ${SPELL}.pro &&
+echo "RESOURCES -= unetbootin.qrc" >> ${SPELL}.pro &&
+$QT4DIR/bin/lupdate ${SPELL}.pro &&
+$QT4DIR/bin/lrelease ${SPELL}.pro



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (92557601a225fdf7692cfac90ac9ea5c705fa30a), Ismael Luceno, 09/10/2015

Archive powered by MHonArc 2.6.24.

Top of Page