Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c7d6067c8825fdb297d3a9faebc130ff941dfb0e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c7d6067c8825fdb297d3a9faebc130ff941dfb0e)
  • Date: Thu, 2 Oct 2014 05:13:45 -0500

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

xorg-app/xcb-util-keysyms/DETAILS | 4 ++--
xorg-app/xcb-util-keysyms/HISTORY | 3 +++
xorg-data/xkeyboard-config/DETAILS | 4 ++--
xorg-data/xkeyboard-config/HISTORY | 3 +++
xorg-driver/xf86-video-ati/DEPENDS | 7 +------
xorg-driver/xf86-video-ati/DETAILS | 4 ++--
xorg-driver/xf86-video-ati/HISTORY | 5 +++++
7 files changed, 18 insertions(+), 12 deletions(-)

New commits:
commit c7d6067c8825fdb297d3a9faebc130ff941dfb0e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xf86-video-ati: => 7.5.0

commit 4cc0fb9cbfe4f893edd0c8a7f6860e8a41c37f52
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xcb-util-keysyms: => 0.4.0

commit ceb57c7b05be07ba97457ae44181bae13a81c422
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xkeyboard-config: => 2.13

diff --git a/xorg-app/xcb-util-keysyms/DETAILS
b/xorg-app/xcb-util-keysyms/DETAILS
index a829a57..195f54c 100755
--- a/xorg-app/xcb-util-keysyms/DETAILS
+++ b/xorg-app/xcb-util-keysyms/DETAILS
@@ -1,6 +1,6 @@
SPELL=xcb-util-keysyms
- VERSION=0.3.9
-
SOURCE_HASH=sha512:0c7f9afea5886145760ff055fa9d38ac886306bca926b00c0c7da770b5e9a941887383922b144441d82fd071784cf94334773eae39b59aee094d570778f8f8f8
+ VERSION=0.4.0
+
SOURCE_HASH=sha512:b14b3100c3ae2379f9df799c0780a1ee39267101e58e4c1c6f390f039348ca2b370bb1df203b9bc68a170d664188d9c73e3553a7ba24d98abea3ed353e8dc0c4
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://xcb.freedesktop.org/dist/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/xorg-app/xcb-util-keysyms/HISTORY
b/xorg-app/xcb-util-keysyms/HISTORY
index b7e4f2d..c680af8 100644
--- a/xorg-app/xcb-util-keysyms/HISTORY
+++ b/xorg-app/xcb-util-keysyms/HISTORY
@@ -1,3 +1,6 @@
+2014-10-02 Treeve Jelbert >trave AT sourcemage.org?
+ * DETAILS: version 0.4.0
+
2012-05-31 Treeve Jelbert >trave AT sourcemage.org?
* DETAILS: version 0.3.9

diff --git a/xorg-data/xkeyboard-config/DETAILS
b/xorg-data/xkeyboard-config/DETAILS
index 7c04ccc..545b221 100755
--- a/xorg-data/xkeyboard-config/DETAILS
+++ b/xorg-data/xkeyboard-config/DETAILS
@@ -1,6 +1,6 @@
SPELL=xkeyboard-config
- VERSION=2.12
-
SOURCE_HASH=sha512:d271b635407ef82f19f34cdabe6279a0ccab4c5347f56e1b28963d99e53f4db18c1cca349fe841a392d9045a47712817259ba6ba36355f3839d8ef46cae0e2ff
+ VERSION=2.13
+
SOURCE_HASH=sha512:ea54fd617780aa89f41bd10ef1160e53905cea2dbedc68a4aca1bbb5c71ffbede76537c3f50841eaa26a55577922cd1ca855a3c254b188804799e6b989e971f7
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.x.org/releases/individual/data/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/xorg-data/xkeyboard-config/HISTORY
b/xorg-data/xkeyboard-config/HISTORY
index c38e52e..5cfd258 100644
--- a/xorg-data/xkeyboard-config/HISTORY
+++ b/xorg-data/xkeyboard-config/HISTORY
@@ -1,3 +1,6 @@
+2014-10-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.13
+
2014-05-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.12

diff --git a/xorg-driver/xf86-video-ati/DEPENDS
b/xorg-driver/xf86-video-ati/DEPENDS
index a3a5c3a..cbb2622 100755
--- a/xorg-driver/xf86-video-ati/DEPENDS
+++ b/xorg-driver/xf86-video-ati/DEPENDS
@@ -1,17 +1,12 @@
depends -sub "RADEON" libdrm &&
depends libpciaccess &&
depends libpthread-stubs &&
+depends libpciaccess &&
depends pixman &&
depends util-macros &&
depends xineramaproto &&
-depends xorg-server &&
depends xproto &&

-optional_depends -sub DRI mesalib \
- "--enable-dri" \
- "--disable-dri" \
- "Do you want dri support" &&
-
if [[ $XF86_VIDEO_ATI_BRANCH == scm ]]; then
depends git
fi &&
diff --git a/xorg-driver/xf86-video-ati/DETAILS
b/xorg-driver/xf86-video-ati/DETAILS
index b02e4d5..adfb148 100755
--- a/xorg-driver/xf86-video-ati/DETAILS
+++ b/xorg-driver/xf86-video-ati/DETAILS
@@ -8,8 +8,8 @@ if [[ $XF86_VIDEO_ATI_BRANCH == scm ]]; then
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-scm
else
- VERSION=7.4.0
-
SOURCE_HASH=sha512:94f3620972f21dab3c4ead8d18dcd0333903fe820b647f86a0e6efe4edb712ec0450a1cfd32b1ff51ab803ae76aaa889fc8c8cad7b6c52a3b51462c780111458
+ VERSION=7.5.0
+
SOURCE_HASH=sha512:51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c
SOURCE=${SPELL}-${VERSION}.tar.bz2
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
diff --git a/xorg-driver/xf86-video-ati/HISTORY
b/xorg-driver/xf86-video-ati/HISTORY
index f3719b6..c396e66 100644
--- a/xorg-driver/xf86-video-ati/HISTORY
+++ b/xorg-driver/xf86-video-ati/HISTORY
@@ -1,3 +1,8 @@
+2014-10-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS version 7.5.0
+ * DEPENDS: remove duplicate
+ add libpciaccess
+
2014-09-27 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: simplified mesalib with DRI request, removed merge
marks crap



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c7d6067c8825fdb297d3a9faebc130ff941dfb0e), Treeve Jelbert, 10/02/2014

Archive powered by MHonArc 2.6.24.

Top of Page