Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (3bb95a5950a7f3a11b4749d7b0ccfc731fa75aa5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (3bb95a5950a7f3a11b4749d7b0ccfc731fa75aa5)
  • Date: Fri, 25 Nov 2011 12:04:26 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 5 +++++
libs/fribidi/HISTORY | 4 ++++
libs/fribidi/PRE_BUILD | 4 ++++
libs/fribidi/glib.patch | 12 ++++++++++++
windowmanagers/awesome/DEPENDS | 3 +++
windowmanagers/awesome/DETAILS | 4 ++--
windowmanagers/awesome/HISTORY | 5 +++++
xorg-app/xcb-util-image/DEPENDS | 2 ++
xorg-app/xcb-util-image/DETAILS | 13 +++++++++++++
xorg-app/xcb-util-image/HISTORY | 3 +++
xorg-app/xcb-util-keysyms/DEPENDS | 2 ++
xorg-app/xcb-util-keysyms/DETAILS | 13 +++++++++++++
xorg-app/xcb-util-keysyms/HISTORY | 3 +++
xorg-app/xcb-util-wm/DEPENDS | 5 +++++
xorg-app/xcb-util-wm/DETAILS | 13 +++++++++++++
xorg-app/xcb-util-wm/HISTORY | 3 +++
xorg-app/xcb-util/DEPENDS | 7 +++++--
xorg-app/xcb-util/DETAILS | 6 +++---
xorg-app/xcb-util/HISTORY | 4 ++++
19 files changed, 104 insertions(+), 7 deletions(-)

New commits:
commit ad5d2044cb3e8bcc29b6f020f8075410e501a5e7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fribidi: fixed compilation with glib2

commit ccc0ceb826ee9817f4a011e5cb312b35103b6e56
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xcb-util-keysyms: new spell, xcb keysym libs

commit e234b221497df1b9518f67b6274adbd589abb427
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xcb-util-wm: new spell, icccm and ewmh xcb libs

commit 6b8f70e9bf72148a2f94447233ab92718b29974a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xcb-util-image: new spell, xcb image libs

commit 4f0019385bef21fb9d995bf1e48c401a1e0e0cd8
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xcb-util: version 0.3.8

commit 3214a5a341f3fd424c86dde7c353d2c5a91b873f
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

awesome: version 3.4.11

diff --git a/ChangeLog b/ChangeLog
index 3f390e7..dea88f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-25 Arjan Bouter <abouter AT sourcemage.org>
+ * xorg-app/xcb-util-image: new spell, xcb image libs
+ * xorg-app/xcb-util-wm: new spell, icccm and ewmh xcb libs
+ * xorg-app/xcb-util-keysyms: new spell, xcb keysym libs
+
2011-11-25 Ismael Luceno <ismael AT sourcemage.org>
* devel/repo: new spell, Repository management tool built on top of
Git

diff --git a/libs/fribidi/HISTORY b/libs/fribidi/HISTORY
index e5cedf7..fdc53c4 100644
--- a/libs/fribidi/HISTORY
+++ b/libs/fribidi/HISTORY
@@ -1,3 +1,7 @@
+2011-11-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply the patch
+ * glib.patch: added, to fix compilation
+
2011-11-12 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.19.2
* DEPENDS: added optional on glib2
diff --git a/libs/fribidi/PRE_BUILD b/libs/fribidi/PRE_BUILD
new file mode 100755
index 0000000..ca4957b
--- /dev/null
+++ b/libs/fribidi/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/glib.patch"
diff --git a/libs/fribidi/glib.patch b/libs/fribidi/glib.patch
new file mode 100644
index 0000000..2ae0a63
--- /dev/null
+++ b/libs/fribidi/glib.patch
@@ -0,0 +1,12 @@
+--- lib/fribidi-types.h.orig
++++ lib/fribidi-types.h
+@@ -40,8 +40,7 @@
+
+ #if FRIBIDI_USE_GLIB+0
+ # ifndef __FRIBIDI_DOC
+-# include <glib/gtypes.h>
+-# include <glib/gunicode.h>
++# include <glib.h>
+ # endif /* !__FRIBIDI_DOC */
+ # define FRIBIDI_INT8_LOCAL gint8
+ # define FRIBIDI_INT16_LOCAL gint16
diff --git a/windowmanagers/awesome/DEPENDS b/windowmanagers/awesome/DEPENDS
index 7f0ad60..0f59cfb 100755
--- a/windowmanagers/awesome/DEPENDS
+++ b/windowmanagers/awesome/DEPENDS
@@ -11,6 +11,9 @@ depends libev &&
depends glib2 &&
#depends xcb &&
depends xcb-util &&
+depends xcb-util-image &&
+depends xcb-util-keysyms &&
+depends xcb-util-wm &&
depends gperf &&
depends imagemagick &&
depends startup-notification &&
diff --git a/windowmanagers/awesome/DETAILS b/windowmanagers/awesome/DETAILS
index 4539354..9270f32 100755
--- a/windowmanagers/awesome/DETAILS
+++ b/windowmanagers/awesome/DETAILS
@@ -1,9 +1,9 @@
SPELL=awesome
- VERSION=3.4.10
+ VERSION=3.4.11
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://awesome.naquadah.org/download/$SOURCE
-
SOURCE_HASH=sha512:403f05e97229623b338afdc390600aa8aeca37d4e2644fcf9165bada498978f6f29bfb929cf70590f6e3b34ca6f07769c3c5d6d46f45f6efa2480d0b5d9ad1e6
+
SOURCE_HASH=sha512:7fb241d513d99a6e54653d2e57788b1052b4a4df97b1e8b4565ce2d67d06e04ce5ff9e93b4402045273ee63d387efee6b193bab9168949b6da4e6a0bf8d90d00
LICENSE[0]=MIT
KEYWORDS="windowmanagers"
WEB_SITE=http://awesome.naquadah.org/
diff --git a/windowmanagers/awesome/HISTORY b/windowmanagers/awesome/HISTORY
index 82f6b41..60604fa 100644
--- a/windowmanagers/awesome/HISTORY
+++ b/windowmanagers/awesome/HISTORY
@@ -1,3 +1,8 @@
+2011-11-25 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 3.4.11
+ * DEPENDS: added new dependencies on xcb-util-image, xcb-util-wm and
+ xcb-util-keysyms
+
2011-05-17 Arjan Bouter <abouter AT soucemage.org>
* DETAILS: version 3.4.10
* PRE_BUILD, awesome-3.4.8-cmake-2.8.4.patch: removed,
diff --git a/xorg-app/xcb-util-image/DEPENDS b/xorg-app/xcb-util-image/DEPENDS
new file mode 100755
index 0000000..5689e97
--- /dev/null
+++ b/xorg-app/xcb-util-image/DEPENDS
@@ -0,0 +1,2 @@
+depends xcb-util &&
+optional_depends doxygen '--with-doxygen' '--without-doxygen' 'for
documentation'
diff --git a/xorg-app/xcb-util-image/DETAILS b/xorg-app/xcb-util-image/DETAILS
new file mode 100755
index 0000000..c480b17
--- /dev/null
+++ b/xorg-app/xcb-util-image/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=xcb-util-image
+ VERSION=0.3.8
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://xcb.freedesktop.org/dist/${SOURCE}
+
SOURCE_HASH=sha512:265790e7e5dc436a463408ce988ef245abea546aedb37384d6199aadec2dca3ec60f59aa72e676eb1a555f63da89c520fd89430d3613682700a3edd6d046f701
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://xcb.freedesktop.org/";
+ LICENSE[0]=XCL
+ ENTERED=20111125
+ SHORT="XCB image library"
+cat << EOF
+bla
+EOF
diff --git a/xorg-app/xcb-util-image/HISTORY b/xorg-app/xcb-util-image/HISTORY
new file mode 100644
index 0000000..3257d35
--- /dev/null
+++ b/xorg-app/xcb-util-image/HISTORY
@@ -0,0 +1,3 @@
+2011-11-25 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/xorg-app/xcb-util-keysyms/DEPENDS
b/xorg-app/xcb-util-keysyms/DEPENDS
new file mode 100755
index 0000000..5689e97
--- /dev/null
+++ b/xorg-app/xcb-util-keysyms/DEPENDS
@@ -0,0 +1,2 @@
+depends xcb-util &&
+optional_depends doxygen '--with-doxygen' '--without-doxygen' 'for
documentation'
diff --git a/xorg-app/xcb-util-keysyms/DETAILS
b/xorg-app/xcb-util-keysyms/DETAILS
new file mode 100755
index 0000000..7e5aa72
--- /dev/null
+++ b/xorg-app/xcb-util-keysyms/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=xcb-util-keysyms
+ VERSION=0.3.8
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://xcb.freedesktop.org/dist/${SOURCE}
+
SOURCE_HASH=sha512:0c7257079af140adac1ac2cf79ca305906978256b627b164b08202ff4e6dfed3a8bedf49b92b06e44f8268a5002b7071d5fab575ee243be319eb36131d6bb97f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://xcb.freedesktop.org/";
+ LICENSE[0]=XCL
+ ENTERED=20111125
+ SHORT="XCB keysyms"
+cat << EOF
+Standard X key constants and conversion to/from keycodes for XCB.
+EOF
diff --git a/xorg-app/xcb-util-keysyms/HISTORY
b/xorg-app/xcb-util-keysyms/HISTORY
new file mode 100644
index 0000000..3257d35
--- /dev/null
+++ b/xorg-app/xcb-util-keysyms/HISTORY
@@ -0,0 +1,3 @@
+2011-11-25 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/xorg-app/xcb-util-wm/DEPENDS b/xorg-app/xcb-util-wm/DEPENDS
new file mode 100755
index 0000000..e929d10
--- /dev/null
+++ b/xorg-app/xcb-util-wm/DEPENDS
@@ -0,0 +1,5 @@
+depends xcb-util &&
+optional_depends doxygen \
+ "--with-doxygen" \
+ "--without-doxygen" \
+ "for documentation"
diff --git a/xorg-app/xcb-util-wm/DETAILS b/xorg-app/xcb-util-wm/DETAILS
new file mode 100755
index 0000000..98fa589
--- /dev/null
+++ b/xorg-app/xcb-util-wm/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=xcb-util-wm
+ VERSION=0.3.8
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://xcb.freedesktop.org/dist/${SOURCE}
+
SOURCE_HASH=sha512:5a6636cd817cb47ddca6df739f9219b5199ed2ef2582a8c2923d238cdf877f342ef63f2ed6e4e22647817637b863de67061d346cbbf3f034a138e82fc945a137
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://xcb.freedesktop.org";
+ LICENSE[0]=XCL
+ ENTERED=20111125
+ SHORT="icccm and ewmh xcb libraries"
+cat << EOF
+provides icccm and ewmh xcb libraries.
+EOF
diff --git a/xorg-app/xcb-util-wm/HISTORY b/xorg-app/xcb-util-wm/HISTORY
new file mode 100644
index 0000000..3257d35
--- /dev/null
+++ b/xorg-app/xcb-util-wm/HISTORY
@@ -0,0 +1,3 @@
+2011-11-25 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/xorg-app/xcb-util/DEPENDS b/xorg-app/xcb-util/DEPENDS
index 3b74365..4135f63 100755
--- a/xorg-app/xcb-util/DEPENDS
+++ b/xorg-app/xcb-util/DEPENDS
@@ -1,2 +1,5 @@
-depends libxcb &&
-depends gperf
+depends libxcb &&
+depends gperf &&
+optional_depends doxygen '--with-doxygen' \
+ '--without-doxygen' \
+ 'for documentation'
diff --git a/xorg-app/xcb-util/DETAILS b/xorg-app/xcb-util/DETAILS
index 0b4eff6..0cec11c 100755
--- a/xorg-app/xcb-util/DETAILS
+++ b/xorg-app/xcb-util/DETAILS
@@ -1,9 +1,9 @@
SPELL=xcb-util
- VERSION=0.3.6
+ VERSION=0.3.8
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://xcb.freedesktop.org/dist/${SOURCE}
-#
SOURCE_HASH=sha512:bf6bc883f60366fdf16ff16aa595b363cbe69ed6f4f9fc201c12a61020cd2a9ac4b469bd4b67f8ee05cd934fc96b7f00d3925bc147b027bbac4666fca9af87ce
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+
SOURCE_HASH=sha512:977ce6867981c5fdc382917632c03e0298803b8aab110ef9bdbd3611ddfad6d7f8ad79a5d5a25e820750a84a986d8668ae20749a35aa4c3a5d11ae04af194043
+# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://xcb.freedesktop.org";
LICENSE[0]=XCL
diff --git a/xorg-app/xcb-util/HISTORY b/xorg-app/xcb-util/HISTORY
index d60d88c..7ab2175 100644
--- a/xorg-app/xcb-util/HISTORY
+++ b/xorg-app/xcb-util/HISTORY
@@ -1,3 +1,7 @@
+2011-11-25 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.3.8
+ * DEPENDS: added missing optional dep on doxygen
+
2009-08-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.3.6
SOURCE matches upstream posted MD5



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (3bb95a5950a7f3a11b4749d7b0ccfc731fa75aa5), Vlad Glagolev, 11/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page