Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (02f743f8b0abdd624d3caa4e34a7a36b812129ad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (02f743f8b0abdd624d3caa4e34a7a36b812129ad)
  • Date: Tue, 2 Dec 2008 19:05:14 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
utils/mountmanager/BUILD | 4 ++++
utils/mountmanager/DEPENDS | 1 +
utils/mountmanager/DETAILS | 16 ++++++++++++++++
utils/mountmanager/HISTORY | 3 +++
5 files changed, 27 insertions(+)

New commits:
commit 02f743f8b0abdd624d3caa4e34a7a36b812129ad
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

mountmanger: new spell, qt4 based mount manager

diff --git a/ChangeLog b/ChangeLog
index a91864c..4964756 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-12-02 George Sherwood <gsherwood AT sourcemage.org>
+ * utils/mountmanger: new spell, qt4 mountmanger
+
2008-11-18 Julien "_kaze_" ROZO <julien AT rozo.org>
* graphics-lib/opengtl: new spell, a set of library for using and
integrating transformation algorithms
diff --git a/utils/mountmanager/BUILD b/utils/mountmanager/BUILD
new file mode 100755
index 0000000..8f4748b
--- /dev/null
+++ b/utils/mountmanager/BUILD
@@ -0,0 +1,4 @@
+./configure --prefix=$INSTALL_ROOT/usr \
+ --qmake=$INSTALL_ROOT/usr/bin/qt4/qmake &&
+
+make
diff --git a/utils/mountmanager/DEPENDS b/utils/mountmanager/DEPENDS
new file mode 100755
index 0000000..2e4e2ef
--- /dev/null
+++ b/utils/mountmanager/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/utils/mountmanager/DETAILS b/utils/mountmanager/DETAILS
new file mode 100755
index 0000000..edaef06
--- /dev/null
+++ b/utils/mountmanager/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=mountmanager
+ VERSION=0.2.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://linuxtuner.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:0f13f6da2d3015745c50e8377dfcfeef5c116b6e1aa14411b16c9f070ec739afc629de866853ab0c6a30e09f696a1439b58e16a55ab77ceab2fcec1175bc19e1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+
WEB_SITE="http://www.opendesktop.org/content/show.php/MountManager?content=78270";
+ LICENSE[0]=GPL
+ ENTERED=20081202
+ SHORT="graphical front end for mount"
+cat << EOF
+What MountManager can: -Points options of mounting for different partitions
+-Shows all logical and physical disks -Descripes options and other settings
of
+mounting -Restores last configurations of the system -Mounts images -Supports
+plugins -Creates udev rules -Mounts NFS and Samba shares
+EOF
diff --git a/utils/mountmanager/HISTORY b/utils/mountmanager/HISTORY
new file mode 100644
index 0000000..e3d78d7
--- /dev/null
+++ b/utils/mountmanager/HISTORY
@@ -0,0 +1,3 @@
+2008-12-02 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (02f743f8b0abdd624d3caa4e34a7a36b812129ad), George Sherwood, 12/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page