Skip to Content.
Sympa Menu

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

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 (ccc0ceb826ee9817f4a011e5cb312b35103b6e56)
  • Date: Fri, 25 Nov 2011 11:05:52 -0600

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

ChangeLog | 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 +++
10 files changed, 62 insertions(+)

New commits:
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

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/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
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (ccc0ceb826ee9817f4a011e5cb312b35103b6e56), Arjan Bouter, 11/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page