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=20011123
- PATCHLEVEL=0
KEYWORDS="gnupg gnome crypto"
SHORT="GNOME interface for GnuPG"
cat << EOF
-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.
+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/FINAL b/crypto/seahorse/FINAL
index 9c6e71d..2a9eda3 100755
--- a/crypto/seahorse/FINAL
+++ b/crypto/seahorse/FINAL
@@ -1 +1 @@
-$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime
+"$INSTALL_ROOT/usr/bin/update-mime-database" "$INSTALL_ROOT/usr/share/mime"
diff --git a/crypto/seahorse/HISTORY b/crypto/seahorse/HISTORY
index 156442e..cd0918b 100644
--- a/crypto/seahorse/HISTORY
+++ b/crypto/seahorse/HISTORY
@@ -1,3 +1,10 @@
+2008-09-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated stable to 2.24.0; fixed long desc; quoting paths;
+ cleaned up
+ * BUILD: fixed build be removing the installation of the omf files
(doc)
+ * DEPENDS: added lot of new deps; dropped libgnomeui req dep; cleaned
up
+ * PRE_BUILD: fixed the build when no libsoup is selected
+
2008-09-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.23.92 (devel)
@@ -203,4 +210,3 @@
2002-03-12 Luis M. Lourenco <aeron AT netcabo.pt>
* DETAILS: Restored previous MAINTAINER.
-
diff --git a/crypto/seahorse/POST_REMOVE b/crypto/seahorse/POST_REMOVE
index 9c6e71d..2a9eda3 100755
--- a/crypto/seahorse/POST_REMOVE
+++ b/crypto/seahorse/POST_REMOVE
@@ -1 +1 @@
-$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime
+"$INSTALL_ROOT/usr/bin/update-mime-database" "$INSTALL_ROOT/usr/share/mime"
diff --git a/crypto/seahorse/PRE_BUILD b/crypto/seahorse/PRE_BUILD
new file mode 100755
index 0000000..bad8338
--- /dev/null
+++ b/crypto/seahorse/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+# fix the ability to build without keyserver support
+if ! is_depends_enabled $SPELL libsoup; then
+ sed -i "s:@WITH_KEYSERVER_TRUE@::g" src/Makefile.in
+fi
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4f9b18d4434f27768d3f34731fbbef1e32d3273a),
Vlad Glagolev, 09/21/2008