Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4391c7f6d990833438e61b3fe77db4476cb3392)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4391c7f6d990833438e61b3fe77db4476cb3392)
  • Date: Wed, 11 Jul 2012 17:05:20 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

doc/docutils/DETAILS | 5 +++--
doc/docutils/HISTORY | 3 +++
doc/docutils/docutils-0.9.1.tar.gz.sig |binary
gnome2-libs/nautilus-dropbox/DEPENDS | 5 ++++-
gnome2-libs/nautilus-dropbox/DETAILS | 5 +++--
gnome2-libs/nautilus-dropbox/HISTORY | 5 +++++
gnome2-libs/nautilus-dropbox/nautilus-dropbox-1.4.0.tar.bz2.sig |binary
gnome2-libs/nautilus2/DEPENDS | 4 +++-
gnome2-libs/nautilus2/HISTORY | 3 +++
9 files changed, 24 insertions(+), 6 deletions(-)

New commits:
commit e4391c7f6d990833438e61b3fe77db4476cb3392
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nautilus-dropbox: Updated to 1.4.0
Suggest pygpgme to verify binary signatures

commit 4181856504dd554dd9cf8787ba740d5037ceba2e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nautilus2: Suggest gvfs for Connect to Server funcionality

commit 27d35c8c2037b2a13498f31b306765e992f23482
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

docutils: Updated to 0.9.1

commit 0a61ba940e834a0d60356500e0a8b9a2ea88a5ab
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nautilus-dropbox: Depends on docutils

checking for docutils... no
configure: error: couldn't find docutils

diff --git a/doc/docutils/DETAILS b/doc/docutils/DETAILS
index 6306fcb..feec22a 100755
--- a/doc/docutils/DETAILS
+++ b/doc/docutils/DETAILS
@@ -1,7 +1,8 @@
SPELL=docutils
- VERSION=0.9
-
SOURCE_HASH=sha512:ce015d79093e8fa0e14851c5f122a2c2d38981c82358bb1a9219271af2d12bf3219abbeed362114342ebd5a7173e0bf4a3686987c70bb950c72c2ffa3fed2440
+ VERSION=0.9.1
+#
SOURCE_HASH=sha512:ce015d79093e8fa0e14851c5f122a2c2d38981c82358bb1a9219271af2d12bf3219abbeed362114342ebd5a7173e0bf4a3686987c70bb950c72c2ffa3fed2440
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://$SPELL.sourceforge.net
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/doc/docutils/HISTORY b/doc/docutils/HISTORY
index 4d8cc27..8172a17 100644
--- a/doc/docutils/HISTORY
+++ b/doc/docutils/HISTORY
@@ -1,3 +1,6 @@
+2012-07-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.9.1
+
2012-06-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.9

diff --git a/doc/docutils/docutils-0.9.1.tar.gz.sig
b/doc/docutils/docutils-0.9.1.tar.gz.sig
new file mode 100644
index 0000000..c87dd02
Binary files /dev/null and b/doc/docutils/docutils-0.9.1.tar.gz.sig differ
diff --git a/gnome2-libs/nautilus-dropbox/DEPENDS
b/gnome2-libs/nautilus-dropbox/DEPENDS
index e89d445..4a6ebd4 100755
--- a/gnome2-libs/nautilus-dropbox/DEPENDS
+++ b/gnome2-libs/nautilus-dropbox/DEPENDS
@@ -1 +1,4 @@
-depends nautilus2
+depends docutils &&
+depends nautilus2 &&
+
+suggest_depends pygpgme '' '' 'to verify binary signatures'
diff --git a/gnome2-libs/nautilus-dropbox/DETAILS
b/gnome2-libs/nautilus-dropbox/DETAILS
index cc66b27..4965aa5 100755
--- a/gnome2-libs/nautilus-dropbox/DETAILS
+++ b/gnome2-libs/nautilus-dropbox/DETAILS
@@ -1,8 +1,9 @@
SPELL=nautilus-dropbox
- VERSION=0.6.9
+ VERSION=1.4.0
SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_URL[0]=http://linux.dropbox.com/packages/${SOURCE}
-
SOURCE_HASH=sha512:c4aa24bae2769e8cbaff09f6e55756423256ffc5a899129bb15fa59647c256e2825efa89be0bbc1d295a10768fee3395abb9572ddbfc24e19d689b00ccb8e686
+#
SOURCE_HASH=sha512:c4aa24bae2769e8cbaff09f6e55756423256ffc5a899129bb15fa59647c256e2825efa89be0bbc1d295a10768fee3395abb9572ddbfc24e19d689b00ccb8e686
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.dropbox.com";
LICENSE[0]="GPL"
diff --git a/gnome2-libs/nautilus-dropbox/HISTORY
b/gnome2-libs/nautilus-dropbox/HISTORY
index 7140a1c..28887ca 100644
--- a/gnome2-libs/nautilus-dropbox/HISTORY
+++ b/gnome2-libs/nautilus-dropbox/HISTORY
@@ -1,3 +1,8 @@
+2012-07-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.4.0
+ * DEPENDS: Depends on docutils
+ Suggest pygpgme to verify binary signatures
+
2011-08-26 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS, DETAILS: spell created

diff --git a/gnome2-libs/nautilus-dropbox/nautilus-dropbox-1.4.0.tar.bz2.sig
b/gnome2-libs/nautilus-dropbox/nautilus-dropbox-1.4.0.tar.bz2.sig
new file mode 100644
index 0000000..7cabd08
Binary files /dev/null and
b/gnome2-libs/nautilus-dropbox/nautilus-dropbox-1.4.0.tar.bz2.sig differ
diff --git a/gnome2-libs/nautilus2/DEPENDS b/gnome2-libs/nautilus2/DEPENDS
index 1f9223a..a63d4ef 100755
--- a/gnome2-libs/nautilus2/DEPENDS
+++ b/gnome2-libs/nautilus2/DEPENDS
@@ -20,4 +20,6 @@ optional_depends libselinux "" "" "Enable SELiunx support?"
&&
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
- "to build documentation"
+ "to build documentation" &&
+
+suggest_depends gvfs "" "" "for Connect to Server functionality"
diff --git a/gnome2-libs/nautilus2/HISTORY b/gnome2-libs/nautilus2/HISTORY
index e205495..19ae3e1 100644
--- a/gnome2-libs/nautilus2/HISTORY
+++ b/gnome2-libs/nautilus2/HISTORY
@@ -1,3 +1,6 @@
+2012-07-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Suggest gvfs for Connect to Server funcionality
+
2012-05-17 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 3.4.2




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4391c7f6d990833438e61b3fe77db4476cb3392), Eric Sandall, 07/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page