Skip to Content.
Sympa Menu

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

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 (1dc8f59d874a5c825f3c81fdef3f3ac155960445)
  • Date: Sun, 6 Nov 2016 05:07:11 +0000

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

crypto/seahorse/BUILD | 4 ----
crypto/seahorse/DEPENDS | 32 +++++++++-----------------------
crypto/seahorse/HISTORY | 3 +++
3 files changed, 12 insertions(+), 27 deletions(-)

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

seahorse: dropped obsolete stuff

diff --git a/crypto/seahorse/BUILD b/crypto/seahorse/BUILD
deleted file mode 100755
index 29b7bec..0000000
--- a/crypto/seahorse/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-OPTS="--disable-update-mime-database \
- --with-help-formats=xml $OPTS" &&
-
-default_build
diff --git a/crypto/seahorse/DEPENDS b/crypto/seahorse/DEPENDS
index 21b3718..327592b 100755
--- a/crypto/seahorse/DEPENDS
+++ b/crypto/seahorse/DEPENDS
@@ -5,6 +5,11 @@ depends dbus-glib &&
depends gcr &&
depends libsecret &&

+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
optional_depends libsoup \
"--enable-hkp" \
"--disable-hkp" \
@@ -17,26 +22,7 @@ if is_depends_enabled $SPELL libsoup; then
"for LDAP keyserver interface"
fi &&

-optional_depends libnotify \
- "--enable-libnotify" \
- "--disable-libnotify" \
- "for notification support" &&
-
-optional_depends rarian \
- "" "--disable-scrollkeeper" \
- "make updates to the rarian (scrollkeeper) database?" &&
-
-suggest_depends openssh \
- "--enable-ssh" \
- "--disable-ssh" \
- "SSH keys managing support" &&
-
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "to build documentation" &&
-
-optional_depends gobject-introspection \
- "--enable-introspection" \
- "--disable-introspection" \
- "to enable introspection"
+optional_depends openssh \
+ "--enable-ssh" \
+ "--disable-ssh" \
+ "SSH keys managing support"
diff --git a/crypto/seahorse/HISTORY b/crypto/seahorse/HISTORY
index 956f121..621ff4b 100644
--- a/crypto/seahorse/HISTORY
+++ b/crypto/seahorse/HISTORY
@@ -1,6 +1,9 @@
2016-11-06 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: dropped libgnome-keyring (obsolete, replaced by libsecret),
gnome-doc-utils (not a required dependency)
+ * DEPENDS: removed obsolete dependencies & flags; openssh is optional;
+ added gettext optional dependency
+ * BUILD: removed, no longer needed
* PRE_BUILD: removed, fixes broken build

2015-01-21 Ismael Luceno <ismael AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1dc8f59d874a5c825f3c81fdef3f3ac155960445), Vlad Glagolev, 11/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page