Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (509036af14dd52aa9c4202af2a8368405821c8d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (509036af14dd52aa9c4202af2a8368405821c8d2)
  • Date: Mon, 20 Oct 2008 18:36:01 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

gnome2-libs/gvfs/DEPENDS | 2 +-
gnome2-libs/gvfs/DETAILS | 35 +++++++++++++++++------------------
gnome2-libs/gvfs/HISTORY | 3 ++-
3 files changed, 20 insertions(+), 20 deletions(-)

New commits:
commit 509036af14dd52aa9c4202af2a8368405821c8d2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gvfs: fixed the deps; cleaned up

diff --git a/gnome2-libs/gvfs/DEPENDS b/gnome2-libs/gvfs/DEPENDS
index 255b7ff..ad6d584 100755
--- a/gnome2-libs/gvfs/DEPENDS
+++ b/gnome2-libs/gvfs/DEPENDS
@@ -34,7 +34,7 @@ optional_depends hal \
"--disable-hal" \
"build with HAL support" &&

-optional_depends bluez-libs \
+optional_depends bluez \
"--enable-obexftp" \
"--disable-obexftp" \
"build with ObexFTP backend" &&
diff --git a/gnome2-libs/gvfs/DETAILS b/gnome2-libs/gvfs/DETAILS
index 19cca25..13f1ea4 100755
--- a/gnome2-libs/gvfs/DETAILS
+++ b/gnome2-libs/gvfs/DETAILS
@@ -1,6 +1,6 @@
SPELL=gvfs
VERSION=1.0.2
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
@@ -10,26 +10,25 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://developer.gnome.org/
ENTERED=20080309
KEYWORDS="gnome2 libs"
- SHORT="Userspace virtual filesystem using gio"
+ SHORT="userspace virtual filesystem using gio"
cat << EOF
-gvfs is a userspace virtual filesystem designed to work with the i/o
-abstractions of gio (a library availible in glib >= 2.15.1). It
-installs several modules that are automatically used by applications
-using the APIs of libgio. There is also fuse support that allows
-applications not using gio to access the gvfs filesystems.
+gvfs is a userspace virtual filesystem designed to work with the i/o
abstractions
+of gio (a library availible in glib >= 2.15.1). It installs several modules
that
+are automatically used by applications using the APIs of libgio. There is
also
+fuse support that allows applications not using gio to access the gvfs
+filesystems.

-The gvfs model differs from e.g. gnome-vfs in that filesystems must
-be mounted before they are used. There is a central daemon (gvfsd)
-that handles coordinting mounts, and then each mount is (typically)
-in its own daemon process (although mounts can share daemon process).
+The gvfs model differs from e.g. gnome-vfs in that filesystems must be
mounted
+before they are used. There is a central daemon (gvfsd) that handles
coordinting
+mounts, and then each mount is (typically) in its own daemon process
(although
+mounts can share daemon process).

-gvfs comes with a set of backends, including trash support, sftp,
-smb, http, dav and others. More backends are planned.
+gvfs comes with a set of backends, including trash support, sftp, smb, http,
dav
+and others. More backends are planned.

-gvfs also contains modules for gio that implement hal volume monitors
-and the gnome uri-scheme handler configuration.
+gvfs also contains modules for gio that implement hal volume monitors and the
+gnome uri-scheme handler configuration.

-There is a set of command line programs starting with "gvfs-" that
-lets you run commands (like cat, ls, stat, etc) on files in the gvfs
-mounts.
+There is a set of command line programs starting with "gvfs-" that lets you
run
+commands (like cat, ls, stat, etc) on files in the gvfs mounts.
EOF
diff --git a/gnome2-libs/gvfs/HISTORY b/gnome2-libs/gvfs/HISTORY
index 175f495..0c41b4e 100644
--- a/gnome2-libs/gvfs/HISTORY
+++ b/gnome2-libs/gvfs/HISTORY
@@ -1,5 +1,6 @@
2008-10-21 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.0.2; quoting paths; cleaned up
+ * DETAILS: updated spell to 1.0.2; quoting paths; cleaned up; fixed
desc
+ * DEPENDS: replaced bluez-libs (deprecated) with bluez

2008-10-05 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.0.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (509036af14dd52aa9c4202af2a8368405821c8d2), Vlad Glagolev, 10/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page