Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (3794b67471bc8623be68d17b04b11c6ff1061b03)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (3794b67471bc8623be68d17b04b11c6ff1061b03)
  • Date: Thu, 24 Aug 2006 13:27:10 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

gnome2-libs/pango/DETAILS | 2 +-
gnome2-libs/pango/HISTORY | 4 ++++
gnome2-libs/pango/POST_INSTALL | 7 ++++++-
windowmanagers/windowmaker/DEPENDS | 5 +++--
windowmanagers/windowmaker/HISTORY | 2 +-
wm-addons/bbkeys/DEPENDS | 10 +++++++++-
wm-addons/bbkeys/HISTORY | 3 +++
7 files changed, 27 insertions(+), 6 deletions(-)

New commits:
commit 3794b67471bc8623be68d17b04b11c6ff1061b03
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

pango: corrected POST_INSTALL

commit 9e33e971c5456438aadad69433fb1057895e537f
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

bbkeys: added libxft dep

commit f032fa76146a7187e93b7615309bae20fd33abd6
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

windowmaker: fixed previous commit

diff --git a/gnome2-libs/pango/DETAILS b/gnome2-libs/pango/DETAILS
index bbc5eb9..ae95590 100755
--- a/gnome2-libs/pango/DETAILS
+++ b/gnome2-libs/pango/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LICENSE[0]=LGPL
WEB_SITE=http://www.pango.org
ENTERED=20020314
- UPDATED=20050318
+ PATCHLEVEL=1
KEYWORDS="gnome2 libs"
SHORT="Pango is a library for layout and rendering of text"
cat << EOF
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 7b99247..e01ea6e 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,7 @@
+2006-08-25 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: patchlevel++
+ * POST_INSTALL: corrected pango module location
+
2006-08-14 Pieter Lenaerts <e-type AT sourcemage.org>
* added POST_INSTALL: needs to generate pango.modules for staged
install

diff --git a/gnome2-libs/pango/POST_INSTALL b/gnome2-libs/pango/POST_INSTALL
index 81a85a0..f6e0ae8 100755
--- a/gnome2-libs/pango/POST_INSTALL
+++ b/gnome2-libs/pango/POST_INSTALL
@@ -1,3 +1,8 @@
default_post_install &&
-pango-querymodules ${INSTALL_ROOT}/usr/lib/pango/${VERSION}/modules/*.so > \
+
+#
+# This location must be watched on updates.
+#
+mkdir -p ${INSTALL_ROOT}/etc/pango &&
+pango-querymodules ${INSTALL_ROOT}/usr/lib/pango/1.5.0/modules/*.so > \
${INSTALL_ROOT}/etc/pango/pango.modules
diff --git a/windowmanagers/windowmaker/DEPENDS
b/windowmanagers/windowmaker/DEPENDS
index a48f78e..317eecb 100755
--- a/windowmanagers/windowmaker/DEPENDS
+++ b/windowmanagers/windowmaker/DEPENDS
@@ -1,3 +1,4 @@
+depends X11-LIBS &&
depends tiff &&
depends libpng &&
depends zlib &&
@@ -12,6 +13,6 @@ fi &&


source ${GRIMOIRE}/FUNCTIONS &&
-if ! check_if_xorg_modular_libs ; then
- depends libxft
+if check_if_xorg_modular_libs
+then depends libxft
fi
diff --git a/windowmanagers/windowmaker/HISTORY
b/windowmanagers/windowmaker/HISTORY
index 628ccac..527929f 100644
--- a/windowmanagers/windowmaker/HISTORY
+++ b/windowmanagers/windowmaker/HISTORY
@@ -1,5 +1,5 @@
2006-08-23 Pieter Lenaerts <e-type AT sourcemage.org>
- * DEPENDS: needs libxft if xorg_modular
+ * DEPENDS: added X11-LIBS, needs libxft if xorg_modular

2006-07-26 Pieter Lenaerts <e-type AT sourcemage.org>
* added BUILD: disabling pic and adding --without-pic flag to OPTS for
diff --git a/wm-addons/bbkeys/DEPENDS b/wm-addons/bbkeys/DEPENDS
index 2d4bce3..9076c8e 100755
--- a/wm-addons/bbkeys/DEPENDS
+++ b/wm-addons/bbkeys/DEPENDS
@@ -1 +1,9 @@
-depends blackbox
+depends X11-LIBS &&
+depends blackbox &&
+
+if check_if_xorg_modular_libs ; then
+ optional_depends libxft \
+ "--with-libxft" \
+ "--without-libxft" \
+ "Use libxft in addition to X11 core fonts?"
+fi
diff --git a/wm-addons/bbkeys/HISTORY b/wm-addons/bbkeys/HISTORY
index 7f86b4c..138c42a 100644
--- a/wm-addons/bbkeys/HISTORY
+++ b/wm-addons/bbkeys/HISTORY
@@ -1,3 +1,6 @@
+2006-08-22 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS: added optional libxft dependency
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line




  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (3794b67471bc8623be68d17b04b11c6ff1061b03), Pieter Lenaerts, 08/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page