Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (3db810811c47e293388425d9f9c36165b702f9b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (3db810811c47e293388425d9f9c36165b702f9b1)
  • Date: Wed, 14 Jul 2010 12:20:58 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

windowmanagers/wmii/DEPENDS | 5 +++++
windowmanagers/wmii/HISTORY | 4 ++++
windowmanagers/wmii/PRE_BUILD | 1 +
3 files changed, 10 insertions(+)

New commits:
commit 3db810811c47e293388425d9f9c36165b702f9b1
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

missing deps on xmessage and xsetroot, freetype2 include fix.
patch by Alexander Suhoverhov

diff --git a/windowmanagers/wmii/DEPENDS b/windowmanagers/wmii/DEPENDS
index 0c763dc..6f28dda 100755
--- a/windowmanagers/wmii/DEPENDS
+++ b/windowmanagers/wmii/DEPENDS
@@ -1,5 +1,10 @@
depends libixp &&
+depends libxft &&
+depends libxrandr &&
+depends libxinerama &&
depends xorg-libs &&
+depends xmessage &&
+depends xsetroot &&

optional_depends PLAN9TOOLS \
"" "" "to support configuration with rc shell script" &&
diff --git a/windowmanagers/wmii/HISTORY b/windowmanagers/wmii/HISTORY
index 80283ec..be1e215 100644
--- a/windowmanagers/wmii/HISTORY
+++ b/windowmanagers/wmii/HISTORY
@@ -1,3 +1,7 @@
+2010-07-04 Alexander Suhoverhov <cy AT ngs.ru>
+ * DEPENDS: fixed missing dependencies on xmessage, xsetroot, libXft,
libXrandr and libXinerama
+ * PRE_BUILD: fixed freetype2 include path
+
2010-02-24 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: re-added mercurial for the scm version

diff --git a/windowmanagers/wmii/PRE_BUILD b/windowmanagers/wmii/PRE_BUILD
index f58b454..7556ad8 100755
--- a/windowmanagers/wmii/PRE_BUILD
+++ b/windowmanagers/wmii/PRE_BUILD
@@ -4,3 +4,4 @@ cd ${SOURCE_DIRECTORY} &&
#right install paths
sedit "s:/usr/local:${INSTALL_ROOT}/usr:" config.mk &&
sedit "s:\$(PREFIX)/etc:${INSTALL_ROOT}/etc:" config.mk
+sedit 's:INCLUDES = :INCLUDES = -I${INCLUDE}/freetype2 :' config.mk



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (3db810811c47e293388425d9f9c36165b702f9b1), Arjan Bouter, 07/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page