Skip to Content.
Sympa Menu

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

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 (e9ba2ae8439321568dd956fdbbd0a8066d01aba3)
  • Date: Thu, 30 Jul 2009 19:35:35 -0500

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

dev/null |binary
xorg-lib/libx11/CONFIGURE | 2 +-
xorg-lib/libx11/DEPENDS | 2 +-
xorg-lib/libx11/DETAILS | 5 +++--
xorg-lib/libx11/HISTORY | 13 +++++++++----
xorg-lib/libx11/libX11-1.2.2.tar.bz2.sig |binary
xorg-lib/libxcb/DETAILS | 2 +-
xorg-lib/libxcb/HISTORY | 4 ++++
xorg-lib/libxcb/libxcb-1.3.tar.bz2.sig | 0
xorg-lib/libxcb/libxcb-1.4.tar.bz2.sig |binary
10 files changed, 19 insertions(+), 9 deletions(-)

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

libx11: Cleanup whitespace

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

libx11: Typo compase -> compose

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

libxcb: Updated to 1.4

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

libx11: Updated to 1.2.2

diff --git a/xorg-lib/libx11/CONFIGURE b/xorg-lib/libx11/CONFIGURE
index 7c24b2c..f7eb220 100755
--- a/xorg-lib/libx11/CONFIGURE
+++ b/xorg-lib/libx11/CONFIGURE
@@ -37,7 +37,7 @@ config_query_option LIBX11_OPTS
\
config_query_option LIBX11_OPTS \
"Enable compose table cache support?" \
y \
- "--enable-compasecache" \
+ "--enable-composecache" \
"--disable-composecache" &&

config_query_option LIBX11_OPTS \
diff --git a/xorg-lib/libx11/DEPENDS b/xorg-lib/libx11/DEPENDS
index 407026b..491de20 100755
--- a/xorg-lib/libx11/DEPENDS
+++ b/xorg-lib/libx11/DEPENDS
@@ -19,5 +19,5 @@ optional_depends libxcb \
optional_depends xf86bigfontproto \
"--enable-xf86bigfont" \
"--disable-xf86bigfont" \
- "Enable XF86BigFont extension support?"
+ "Enable XF86BigFont extension support?"

diff --git a/xorg-lib/libx11/DETAILS b/xorg-lib/libx11/DETAILS
index bc88b9e..c28a128 100755
--- a/xorg-lib/libx11/DETAILS
+++ b/xorg-lib/libx11/DETAILS
@@ -1,9 +1,10 @@
SPELL=libx11
PKG=libX11
- VERSION=1.2.1
-
SOURCE_HASH=sha512:5b9e39c49d6232b3be6407d52f00ef84cec1ddccb9f0fc10891b5258fec4cb87043cf886fd44e0f19757f82e82624c796fc626a5604e990cee1373590c930d28
+ VERSION=1.2.2
+#
SOURCE_HASH=sha512:5b9e39c49d6232b3be6407d52f00ef84cec1ddccb9f0fc10891b5258fec4cb87043cf886fd44e0f19757f82e82624c796fc626a5604e990cee1373590c930d28
XORG_VER=X11R7.0
SOURCE=${PKG}-${VERSION}.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
# SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index fc8e550..84e56d6 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,8 @@
+2009-07-30 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.2.2
+ SOURCE matches upstream posted MD5
+ * DEPENDS: typo compase -> compose
+
2009-04-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.2.1

@@ -101,11 +106,11 @@
* DEPENDS: added more depends
* CONFIGURE: added various configure options

-2005-11-24 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DEPENDS: added various depends
+2005-11-24 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: added various depends

-2005-11-24 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS: fix broken SOURCE_URL
+2005-11-24 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: fix broken SOURCE_URL

2005-11-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, HISTORY: created spell
diff --git a/xorg-lib/libx11/libX11-1.2.2.tar.bz2.sig
b/xorg-lib/libx11/libX11-1.2.2.tar.bz2.sig
new file mode 100644
index 0000000..9dfbd8d
Binary files /dev/null and b/xorg-lib/libx11/libX11-1.2.2.tar.bz2.sig differ
diff --git a/xorg-lib/libxcb/DETAILS b/xorg-lib/libxcb/DETAILS
index ac4847d..4f83cf6 100755
--- a/xorg-lib/libxcb/DETAILS
+++ b/xorg-lib/libxcb/DETAILS
@@ -1,5 +1,5 @@
SPELL=libxcb
- VERSION=1.3
+ VERSION=1.4
#
SOURCE_HASH=sha512:4c3800a86e2cdbbf4d99f930c43bf5891e69c1e1bfd2a5dc8fe4e64a0114ef35e2dcd79318a273f849cb1ad344885fed527dccdf46640ee813e4e3101d2065e6
SOURCE="$SPELL-$VERSION.tar.bz2"
SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
diff --git a/xorg-lib/libxcb/HISTORY b/xorg-lib/libxcb/HISTORY
index f690830..52a5615 100644
--- a/xorg-lib/libxcb/HISTORY
+++ b/xorg-lib/libxcb/HISTORY
@@ -1,4 +1,8 @@
2009-05-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.4
+ SOURCE matches upstream posted MD5
+
+2009-05-29 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.3
SOURCE matches upstream posted MD5

diff --git a/xorg-lib/libxcb/libxcb-1.3.tar.bz2.sig
b/xorg-lib/libxcb/libxcb-1.3.tar.bz2.sig
deleted file mode 100644
index 4e32aac..0000000
Binary files a/xorg-lib/libxcb/libxcb-1.3.tar.bz2.sig and /dev/null differ
diff --git a/xorg-lib/libxcb/libxcb-1.4.tar.bz2.sig
b/xorg-lib/libxcb/libxcb-1.4.tar.bz2.sig
new file mode 100644
index 0000000..7292c34
Binary files /dev/null and b/xorg-lib/libxcb/libxcb-1.4.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (e9ba2ae8439321568dd956fdbbd0a8066d01aba3), Eric Sandall, 07/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page