Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2734bf728ec94c7fc429ff469b031c232d296235)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2734bf728ec94c7fc429ff469b031c232d296235)
  • Date: Sun, 17 May 2015 22:20:11 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
disk/udevil/DEPENDS | 7 +++++++
disk/udevil/DETAILS | 23 +++++++++++++++++++++++
disk/udevil/HISTORY | 3 +++
shell-term-fm/spacefm/DEPENDS | 3 +--
shell-term-fm/spacefm/HISTORY | 3 +++
6 files changed, 40 insertions(+), 2 deletions(-)

New commits:
commit 2734bf728ec94c7fc429ff469b031c232d296235
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

shell-term-fm/spacefm: can use udevil for automounting now

commit 9f830b7d81cf3c75cb10f7da146630fefce9755b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

disk/udevil: new spell, a command line passwordless mount utility

diff --git a/ChangeLog b/ChangeLog
index ff757fb..09c9161 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-05-17 Pavel Vinogradov <public AT sourcemage.org>
+ * disk/udevil: new spell, a command line passwordless mount utility
+
2015-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/assimp: new spell, an importer library for 3D models

diff --git a/disk/udevil/DEPENDS b/disk/udevil/DEPENDS
new file mode 100755
index 0000000..9ac1abc
--- /dev/null
+++ b/disk/udevil/DEPENDS
@@ -0,0 +1,7 @@
+depends DEVICE-MANAGER &&
+depends glib2 &&
+
+optional_depends systemd \
+ "--enable-systemd" \
+ "--disable-systemd" \
+ "for systemd support"
diff --git a/disk/udevil/DETAILS b/disk/udevil/DETAILS
new file mode 100755
index 0000000..f7f7552
--- /dev/null
+++ b/disk/udevil/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=udevil
+ VERSION=0.4.4
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/spacefm/$SOURCE
+
SOURCE_HASH=sha512:85195f57f2e16291745fa8a12146a3c1ba6d98cef240d6719b361e3199d5f395539ba6c2e3e7b33a369540f1f9616174928fbab3a9794eb9010f980ca3788926
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://ignorantguru.github.com/udevil/
+ LICENSE[0]=GPL
+ ENTERED=20150517
+ SHORT="a command line passwordless mount utility"
+cat << EOF
+udevil is a command line Linux program which mounts and unmounts removable
+devices without a password, shows device info, and monitors device changes.
+It can also mount ISO files, nfs://, smb://, ftp://, ssh:// and WebDAV URLs,
+and tmpfs/ramfs filesystems.
+
+* Intended as a hassle-free replacement for udisks
+* Highly configurable & security conscious
+* Requires no daemon running
+* To use it, just prefix a normal mount command with 'udevil'
+* Can replace udisks in the SpaceFM file manager and the devmon automounting
+daemon (devmon is included with udevil)
+EOF
diff --git a/disk/udevil/HISTORY b/disk/udevil/HISTORY
new file mode 100644
index 0000000..a997f55
--- /dev/null
+++ b/disk/udevil/HISTORY
@@ -0,0 +1,3 @@
+2015-05-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+
diff --git a/shell-term-fm/spacefm/DEPENDS b/shell-term-fm/spacefm/DEPENDS
index cdd9034..6d158b7 100755
--- a/shell-term-fm/spacefm/DEPENDS
+++ b/shell-term-fm/spacefm/DEPENDS
@@ -39,8 +39,7 @@ else
suggest_depends udisks2 "" "" "for mounting via udisks2"
fi &&

-# TODO: add udevil spell
-# suggest_depends udevil "" "" "for mounting via udevil" &&
+suggest_depends udevil "" "" "for mounting via udevil" &&

suggest_depends pmount "" "" "for mounting via pmount" &&

diff --git a/shell-term-fm/spacefm/HISTORY b/shell-term-fm/spacefm/HISTORY
index 8d3c977..0997d45 100644
--- a/shell-term-fm/spacefm/HISTORY
+++ b/shell-term-fm/spacefm/HISTORY
@@ -1,3 +1,6 @@
+2015-05-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: uncommented udevil suggest_depends, spell is now in
grimoire
+
2015-05-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2734bf728ec94c7fc429ff469b031c232d296235), Pavel Vinogradov, 05/17/2015

Archive powered by MHonArc 2.6.24.

Top of Page