[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fc3548523112056d49555e3ad5d1db13ef7b1f3f)

Vlad Glagolev scm at sourcemage.org
Sun Jul 4 14:31:09 EDT 2010


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

 http/seamonkey/DEPENDS |    4 +++-
 http/seamonkey/HISTORY |    3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit fc3548523112056d49555e3ad5d1db13ef7b1f3f
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    seamonkey: fixed xorg-libs dep

diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index ef28afc..116643a 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -8,9 +8,11 @@ depends  nspr      '--with-system-nspr'                          &&
 depends  nss       '--with-system-nss --enable-crypto'
 fi &&
 depends  perl  &&
-depends  xorg-libs  &&
 depends  zip &&
 depends  zlib &&
+
+depends  libxt &&
+
 if [[ "$SEAMONKEY_PANGO" == "y" ]]; then
    depends pango 
 fi &&
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 2c0dd52..6c0b808 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2010-07-04 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS: corrected dependencies -- killed xorg-libs, see #14699
+
 2010-06-23 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.0.5, SECURITY_PATCH=24
 



More information about the SM-Commit mailing list