Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (0bae33b50c74013c42378ba4e768f697557a4f5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (0bae33b50c74013c42378ba4e768f697557a4f5e)
  • Date: Thu, 11 Aug 2011 15:04:01 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

libs/libdrm/DEPENDS | 1 +
libs/libdrm/HISTORY | 3 +++
windowmanagers/openbox/DEPENDS | 12 +++++++++++-
windowmanagers/openbox/DETAILS | 4 ++--
windowmanagers/openbox/HISTORY | 5 +++++
5 files changed, 22 insertions(+), 3 deletions(-)

New commits:
commit 0bae33b50c74013c42378ba4e768f697557a4f5e
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

openbox: Updated to 3.5.0 and added new dependencies

commit d098c05c184341a8891f0d70f517fe392d652e65
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

openbox: Added subdependency X for pango

commit 14a31e65534d607ada21d7a331b0c36aec4abe8a
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

libdrm: Added libpciaccess to DEPENDS

diff --git a/libs/libdrm/DEPENDS b/libs/libdrm/DEPENDS
index 2b6c15d..29cb633 100755
--- a/libs/libdrm/DEPENDS
+++ b/libs/libdrm/DEPENDS
@@ -1,4 +1,5 @@
depends libpthread-stubs &&
+depends libpciaccess &&

optional_depends udev \
"--enable-udev" \
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index fa7b032..51e31d1 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,3 +1,6 @@
+2011-08-09 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DEPENDS: Added libpciaccess
+
2011-06-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.26

diff --git a/windowmanagers/openbox/DEPENDS b/windowmanagers/openbox/DEPENDS
index 5eb5cd2..82a2218 100755
--- a/windowmanagers/openbox/DEPENDS
+++ b/windowmanagers/openbox/DEPENDS
@@ -2,7 +2,7 @@ depends xorg-libs &&
depends fontconfig &&
depends glib2 &&
depends libxml2 &&
-depends pango &&
+depends -sub "X" pango &&
depends libxfixes &&

optional_depends libxcursor \
@@ -10,6 +10,16 @@ optional_depends libxcursor \
"--disable-xcursor" \
"for Xcursor extension support" &&

+optional_depends libxrandr \
+ "--enable-xrandr" \
+ "--disable-xrandr" \
+ "for xrandr support" &&
+
+optional_depends libxinerama \
+ "--enable-xinerama" \
+ "--disable-xinerama" \
+ "for X11 Xinerama extension support" &&
+
optional_depends libsm \
"--enable-session-management" \
"--disable-session-management" \
diff --git a/windowmanagers/openbox/DETAILS b/windowmanagers/openbox/DETAILS
index e4ea5a8..ac9e647 100755
--- a/windowmanagers/openbox/DETAILS
+++ b/windowmanagers/openbox/DETAILS
@@ -1,9 +1,9 @@
SPELL=openbox
- VERSION=3.4.11.2
+ VERSION=3.5.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://openbox.org/dist/openbox/$SOURCE
-
SOURCE_HASH=sha512:a585c6f6b68c444aa266f158b9920bd994dd0545f2f1deac784c02e3230f356e279efc04d33bf199d4ab242c444e99814c141d6d921a9499bbc0cf07bed050e8
+
SOURCE_HASH=sha512:208d2641e171eca5fae0a2104a9b3c6d685293b4d66a18c0c2900df267453911b8738ef239fd84656b41440a0568279de67b9af798a6457b7716b1aab14704b5
WEB_SITE=http://www.openbox.org
ENTERED=20030126
LICENSE[0]=GPL
diff --git a/windowmanagers/openbox/HISTORY b/windowmanagers/openbox/HISTORY
index 89998ad..c65d0da 100644
--- a/windowmanagers/openbox/HISTORY
+++ b/windowmanagers/openbox/HISTORY
@@ -1,3 +1,8 @@
+2011-08-11 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 3.5.0
+ * DEPENDS: requires subdependency X for pango,
+ added optional dependencies on libxrandr and libxinerama
+
2010-07-15 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 3.4.11.2




  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (0bae33b50c74013c42378ba4e768f697557a4f5e), Martin Spitzbarth, 08/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page