Skip to Content.
Sympa Menu

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

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 (ba56585c9125dea6c60f9ceb746fab49719c8421)
  • Date: Sat, 3 Jan 2009 21:31:14 -0600

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

ChangeLog | 4 ++++
dev/null |binary
devel/geany/enrico.gpg | 0
enrico.gpg |binary
net/sion/DEPENDS | 3 +++
net/sion/DETAILS | 18 ++++++++++++++++++
net/sion/HISTORY | 2 ++
net/sion/PRE_BUILD | 7 +++++++
8 files changed, 34 insertions(+)

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

enrico.gpg: moved key into root

commit 26eda7eaddf25770f5935f04159c39d18c0137e1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sion: new spell, frontend to manage fs connections using GIO/GVFS

diff --git a/ChangeLog b/ChangeLog
index f20f43a..7614ee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/sion: new spell, frontend to manage fs connections using
GIO/GVFS
+ * enrico.gpg: moved from geany/devel -- needed for >1 spells
+
2009-01-03 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/repoze.who: new spell
* python-pypi/repoze.what: new spell
diff --git a/devel/geany/enrico.gpg b/devel/geany/enrico.gpg
deleted file mode 100644
index 09662fc..0000000
Binary files a/devel/geany/enrico.gpg and /dev/null differ
diff --git a/enrico.gpg b/enrico.gpg
new file mode 100644
index 0000000..09662fc
Binary files /dev/null and b/enrico.gpg differ
diff --git a/net/sion/DEPENDS b/net/sion/DEPENDS
new file mode 100755
index 0000000..52d2cca
--- /dev/null
+++ b/net/sion/DEPENDS
@@ -0,0 +1,3 @@
+depends intltool &&
+depends gtk+2 &&
+depends gvfs
diff --git a/net/sion/DETAILS b/net/sion/DETAILS
new file mode 100755
index 0000000..002bbb4
--- /dev/null
+++ b/net/sion/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=sion
+ VERSION=0.1.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=http://www.uvena.de/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=enrico.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.uvena.de/sion/
+ LICENSE[0]=GPL
+ ENTERED=20090104
+ SHORT="frontend to manage connections to remote fs using GIO/GVFS"
+cat << EOF
+Sion is a frontend to easily manage connections to remote filesystems using
+GIO/GVFS. It allows you to quickly connect/mount a remote filesystem and
+manage bookmarks of such.
+EOF
diff --git a/net/sion/HISTORY b/net/sion/HISTORY
new file mode 100644
index 0000000..6706905
--- /dev/null
+++ b/net/sion/HISTORY
@@ -0,0 +1,2 @@
+2009-01-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/net/sion/PRE_BUILD b/net/sion/PRE_BUILD
new file mode 100755
index 0000000..ddd605e
--- /dev/null
+++ b/net/sion/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+# prevent from running plain ./configure
+sed -i "77d" autogen.sh &&
+
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ba56585c9125dea6c60f9ceb746fab49719c8421), Vlad Glagolev, 01/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page