Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (857edbc04a43d03c777ddd36f22f6d8a1b26c738)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (857edbc04a43d03c777ddd36f22f6d8a1b26c738)
  • Date: Thu, 13 Aug 2009 23:43:09 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

compiz-fusion/libcompizconfig/DEPENDS | 12 +++++++-----
compiz-fusion/libcompizconfig/HISTORY | 7 +++++--
gnome2-libs/libgtkhtml/DEPENDS | 5 +++--
gnome2-libs/libgtkhtml/HISTORY | 3 +++
graphics/imagemagick/DEPENDS | 1 +
graphics/imagemagick/HISTORY | 3 +++
x11-toolkits/lesstif/DEPENDS | 11 ++++++++++-
x11-toolkits/lesstif/HISTORY | 4 ++++
8 files changed, 36 insertions(+), 10 deletions(-)

New commits:
commit 857edbc04a43d03c777ddd36f22f6d8a1b26c738
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libgtkhtml: Depends on gtk+2

commit d993ce8f9d730f62344f824d44f6089e409ae466
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libcompizconfig: Cleanup formatting

commit ea4e9da643feee286767377732ffb5f488b5b7bd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libcompizconfig: Depends on libx11

commit 4df2f6e5fcd8aa851b7f97d098761a055c237ec0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

imagemagick: Links against libX11.so when using X

commit 8a5b0935d8c0ad527701b2b47f682e3fb17a3915
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

lesstif: Depends on freetype2 libice libsm libx11 libxau libxdmcp
libxext libxm libxt zlib rather than the generic xorg-libs

diff --git a/compiz-fusion/libcompizconfig/DEPENDS
b/compiz-fusion/libcompizconfig/DEPENDS
index 7b3be66..09d7ea8 100755
--- a/compiz-fusion/libcompizconfig/DEPENDS
+++ b/compiz-fusion/libcompizconfig/DEPENDS
@@ -1,8 +1,10 @@
if [ "$COMPIZCONFIG_TRUNK" == "y" ]; then
-depends "git"
-fi &&
-depends "compiz" &&
-depends "compiz-bcop" &&
-depends "libxml2" &&
+ depends "git"
+fi &&
+
+depends compiz &&
+depends compiz-bcop &&
+depends libxml2 &&
+depends libx11 &&

suggest_depends 'compizconfig-backend-gconf' '' '' 'for GConf configuration
backend'
diff --git a/compiz-fusion/libcompizconfig/HISTORY
b/compiz-fusion/libcompizconfig/HISTORY
index 7d4bd37..4158e2d 100644
--- a/compiz-fusion/libcompizconfig/HISTORY
+++ b/compiz-fusion/libcompizconfig/HISTORY
@@ -1,3 +1,6 @@
+2009-08-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Requires libx11
+
2009-04-16 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Suggest compizconfig-backend-gconf for GConf configuration
backend support
@@ -10,11 +13,11 @@
* DETAILS: Updated to 0.7.4

2008-03-31 Lalo Martins <lalo AT sourcemage.org>
- * DETAILS: update to 0.7.2
+ * DETAILS: update to 0.7.2
* PRE_BUILD: fixed git compile

2007-10-21 Lalo Martins <lalo AT sourcemage.org>
- * DETAILS: update to 0.6.0
+ * DETAILS: update to 0.6.0

2007-09-30 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Fix releases.beryl-project.org ->
releases.compiz-fusion.org
diff --git a/gnome2-libs/libgtkhtml/DEPENDS b/gnome2-libs/libgtkhtml/DEPENDS
index 8d3b259..3225b7a 100755
--- a/gnome2-libs/libgtkhtml/DEPENDS
+++ b/gnome2-libs/libgtkhtml/DEPENDS
@@ -1,2 +1,3 @@
-depends libxml2 &&
-depends gnome-vfs2
+depends libxml2 &&
+depends gnome-vfs2 &&
+depends gtk+2
diff --git a/gnome2-libs/libgtkhtml/HISTORY b/gnome2-libs/libgtkhtml/HISTORY
index 0ffc31d..59e07fe 100644
--- a/gnome2-libs/libgtkhtml/HISTORY
+++ b/gnome2-libs/libgtkhtml/HISTORY
@@ -1,3 +1,6 @@
+2009-08-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on gtk+2
+
2008-09-20 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: stop depending on gail, since gtk+2 provides it now

diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index 20e19bc..1172963 100755
--- a/graphics/imagemagick/DEPENDS
+++ b/graphics/imagemagick/DEPENDS
@@ -2,6 +2,7 @@ depends freetype2 &&
depends libtool "--disable-ltdl-install" &&

if [[ "$IMAGEMAGICK_X" == "y" ]]; then
+ depends libx11 &&
depends libxrender &&
depends libxext &&
depends libxt &&
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index 45e4652..f36c568 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,6 @@
+2009-08-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Links against libX11.so when using X
+
2009-08-06 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 6.5.4-9

diff --git a/x11-toolkits/lesstif/DEPENDS b/x11-toolkits/lesstif/DEPENDS
index efa6e13..7197db6 100755
--- a/x11-toolkits/lesstif/DEPENDS
+++ b/x11-toolkits/lesstif/DEPENDS
@@ -1 +1,10 @@
-depends xorg-libs
+depends freetype2 &&
+depends libice &&
+depends libsm &&
+depends libx11 &&
+depends libxau &&
+depends libxdmcp &&
+depends libxext &&
+depends libxm &&
+depends libxt &&
+depends zlib
diff --git a/x11-toolkits/lesstif/HISTORY b/x11-toolkits/lesstif/HISTORY
index 4b94cf3..313ebd5 100644
--- a/x11-toolkits/lesstif/HISTORY
+++ b/x11-toolkits/lesstif/HISTORY
@@ -1,3 +1,7 @@
+2009-08-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on freetype2 libice libsm libx11 libxau libxdmcp
libxext
+ libxm libxt zlib rather than the generic xorg-libs
+
2009-06-26 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: Fixed SOURCE_URL[0]
fixed long description wrap



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (857edbc04a43d03c777ddd36f22f6d8a1b26c738), Eric Sandall, 08/14/2009

Archive powered by MHonArc 2.6.24.

Top of Page