Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ec0ce621dab756b4051fc29b5ed3061dc5db92c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ec0ce621dab756b4051fc29b5ed3061dc5db92c5)
  • Date: Wed, 10 Sep 2008 18:12:51 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
crypto/seahorse-plugins/BUILD | 2 ++
crypto/seahorse-plugins/DEPENDS | 11 +++++++++++
crypto/seahorse-plugins/DETAILS | 29 +++++++++++++++++++++++++++++
crypto/seahorse-plugins/FINAL | 1 +
crypto/seahorse-plugins/HISTORY | 3 +++
crypto/seahorse-plugins/POST_REMOVE | 1 +
crypto/seahorse-plugins/PREPARE | 1 +
8 files changed, 51 insertions(+)

New commits:
commit ec0ce621dab756b4051fc29b5ed3061dc5db92c5
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

crypto/seahorse-plugins: new spell, plugins for seahorse, crypto

diff --git a/ChangeLog b/ChangeLog
index 6b179f7..6a9a029 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-10 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/seahorse-plugins: new spell, plugins for new branch of
seahorse
+
2008-09-10 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* devel/mzscheme352: new spell, specific version of mzscheme needed
for the Arc programming language.
diff --git a/crypto/seahorse-plugins/BUILD b/crypto/seahorse-plugins/BUILD
new file mode 100755
index 0000000..380c64d
--- /dev/null
+++ b/crypto/seahorse-plugins/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --disable-update-mime-database" &&
+default_build
diff --git a/crypto/seahorse-plugins/DEPENDS b/crypto/seahorse-plugins/DEPENDS
new file mode 100755
index 0000000..e95bb7a
--- /dev/null
+++ b/crypto/seahorse-plugins/DEPENDS
@@ -0,0 +1,11 @@
+depends seahorse &&
+depends libgnomeui &&
+depends gnupg &&
+depends gpgme &&
+depends dbus-glib &&
+depends gnome-doc-utils &&
+
+optional_depends gedit \
+ "--enable-gedit" \
+ "--disable-gedit" \
+ "for gedit plugin"
diff --git a/crypto/seahorse-plugins/DETAILS b/crypto/seahorse-plugins/DETAILS
new file mode 100755
index 0000000..8fd368f
--- /dev/null
+++ b/crypto/seahorse-plugins/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=seahorse-plugins
+
+if [ "$SEAHORSE_PLUGINS_DEVEL" == "y" ];then
+ VERSION=2.23.92
+ SOURCE=$SPELL-$VERSION.tar.bz2
+
SOURCE_HASH=sha512:4c273a652e12b10dc9cd113a976124b252ba8b3d4e03ab793e8a8684fbc99b0f7fe1af6c50350e0df985d9294449b6cff474bd93ec608d7493ad68be9a4e37de
+else
+ VERSION=2.23.92
+ SOURCE=$SPELL-$VERSION.tar.bz2
+
SOURCE_HASH=sha512:4c273a652e12b10dc9cd113a976124b252ba8b3d4e03ab793e8a8684fbc99b0f7fe1af6c50350e0df985d9294449b6cff474bd93ec608d7493ad68be9a4e37de
+fi
+
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+
SOURCE_URL[1]=http://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[2]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.gnome.org/projects/seahorse
+ ENTERED=20080910
+ PATCHLEVEL=0
+ KEYWORDS="gnupg gnome crypto"
+ SHORT="plugins and utilities for encryption in GNOME"
+cat << EOF
+Plugins and utilities for encryption in GNOME.
+Seahorse is a Gnome interface for GnuPG.
+It's main purpose is to be a PGP/GPG Key Manager, though it
+has other components including a text editor and file manager.
+EOF
diff --git a/crypto/seahorse-plugins/FINAL b/crypto/seahorse-plugins/FINAL
new file mode 100755
index 0000000..9c6e71d
--- /dev/null
+++ b/crypto/seahorse-plugins/FINAL
@@ -0,0 +1 @@
+$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime
diff --git a/crypto/seahorse-plugins/HISTORY b/crypto/seahorse-plugins/HISTORY
new file mode 100644
index 0000000..d41a744
--- /dev/null
+++ b/crypto/seahorse-plugins/HISTORY
@@ -0,0 +1,3 @@
+2008-09-10 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, based on seahorse, 2.23.92
+
diff --git a/crypto/seahorse-plugins/POST_REMOVE
b/crypto/seahorse-plugins/POST_REMOVE
new file mode 100755
index 0000000..9c6e71d
--- /dev/null
+++ b/crypto/seahorse-plugins/POST_REMOVE
@@ -0,0 +1 @@
+$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime
diff --git a/crypto/seahorse-plugins/PREPARE b/crypto/seahorse-plugins/PREPARE
new file mode 100755
index 0000000..78d5c99
--- /dev/null
+++ b/crypto/seahorse-plugins/PREPARE
@@ -0,0 +1 @@
+config_query SEAHORSE_PLUGINS_DEVEL "Build DEVEL version?" n



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ec0ce621dab756b4051fc29b5ed3061dc5db92c5), Ladislav Hagara, 09/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page