[Lunar-commits] r25404 - in moonbase/trunk: kde3/apps/kdesvn xorg7/x11-apps/xrandr xorg7/x11-drivers/xf86-input-joystick xorg7/x11-drivers/xf86-input-keyboard xorg7/x11-drivers/xf86-input-mouse xorg7/x11-libs/libXcomposite xorg7/x11-libs/libXi xorg7/x11-proto/compositeproto
Florin Braescu
florin at lunar-linux.org
Wed Aug 8 22:03:55 CEST 2007
Author: florin
Date: 2007-08-08 22:03:54 +0200 (Wed, 08 Aug 2007)
New Revision: 25404
Modified:
moonbase/trunk/kde3/apps/kdesvn/DEPENDS
moonbase/trunk/xorg7/x11-apps/xrandr/DETAILS
moonbase/trunk/xorg7/x11-drivers/xf86-input-joystick/DETAILS
moonbase/trunk/xorg7/x11-drivers/xf86-input-keyboard/DETAILS
moonbase/trunk/xorg7/x11-drivers/xf86-input-mouse/DETAILS
moonbase/trunk/xorg7/x11-libs/libXcomposite/DETAILS
moonbase/trunk/xorg7/x11-libs/libXi/DETAILS
moonbase/trunk/xorg7/x11-proto/compositeproto/DETAILS
Log:
small tweak.
Modified: moonbase/trunk/kde3/apps/kdesvn/DEPENDS
===================================================================
--- moonbase/trunk/kde3/apps/kdesvn/DEPENDS 2007-08-08 20:01:42 UTC (rev 25403)
+++ moonbase/trunk/kde3/apps/kdesvn/DEPENDS 2007-08-08 20:03:54 UTC (rev 25404)
@@ -1,4 +1,4 @@
-depends kdelibs3 &&
+depends kdelibs3
depends cmake
Modified: moonbase/trunk/xorg7/x11-apps/xrandr/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-apps/xrandr/DETAILS 2007-08-08 20:01:42 UTC (rev 25403)
+++ moonbase/trunk/xorg7/x11-apps/xrandr/DETAILS 2007-08-08 20:03:54 UTC (rev 25404)
@@ -1,12 +1,12 @@
MODULE=xrandr
- VERSION=1.2.0
+ VERSION=1.2.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$XORG_URL/individual/app
- SOURCE_VFY=sha1:803d26f0e48b86f2848848bfce4639b18b38916d
+ SOURCE_VFY=sha1:26d9284f2634d2029a44adb29a335240e75cbe98
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060227
- UPDATED=20070426
+ UPDATED=20070719
SHORT="A X.Org utility to access the RandR extension"
cat << EOF
Modified: moonbase/trunk/xorg7/x11-drivers/xf86-input-joystick/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-drivers/xf86-input-joystick/DETAILS 2007-08-08 20:01:42 UTC (rev 25403)
+++ moonbase/trunk/xorg7/x11-drivers/xf86-input-joystick/DETAILS 2007-08-08 20:03:54 UTC (rev 25404)
@@ -1,12 +1,12 @@
MODULE=xf86-input-joystick
- VERSION=1.2.1
+ VERSION=1.2.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$XORG_URL/individual/driver/
- SOURCE_VFY=sha1:410bde3eeec048e784d05e725e7d5534afbbcde7
+ SOURCE_VFY=sha1:
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060303
- UPDATED=20070426
+ UPDATED=20070710
SHORT="Joystick input driver"
cat << EOF
Modified: moonbase/trunk/xorg7/x11-drivers/xf86-input-keyboard/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-drivers/xf86-input-keyboard/DETAILS 2007-08-08 20:01:42 UTC (rev 25403)
+++ moonbase/trunk/xorg7/x11-drivers/xf86-input-keyboard/DETAILS 2007-08-08 20:03:54 UTC (rev 25404)
@@ -1,13 +1,13 @@
MODULE=xf86-input-keyboard
- VERSION=X11R7.2-1.1.1
+ VERSION=1.2.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$XORG_URL/X11R7.2/src/driver/
- SOURCE_VFY=sha1:c7b5f66a96624ac3bba1ccd88ca87cb5131f35b4
+ SOURCE_URL=$XORG_URL/individual/driver/
+ SOURCE_VFY=sha1:9c482d0a30702a6a178d3e8bee577d1aa53363fb
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060124
- UPDATED=20070216
- SHORT="the X.Org keyboard input device driver"
+ UPDATED=20070710
+ SHORT="The X.Org keyboard input device driver"
cat << EOF
xf86-input-keyboard provides the driver for keyboard input devices
Modified: moonbase/trunk/xorg7/x11-drivers/xf86-input-mouse/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-drivers/xf86-input-mouse/DETAILS 2007-08-08 20:01:42 UTC (rev 25403)
+++ moonbase/trunk/xorg7/x11-drivers/xf86-input-mouse/DETAILS 2007-08-08 20:03:54 UTC (rev 25404)
@@ -1,13 +1,13 @@
MODULE=xf86-input-mouse
- VERSION=X11R7.2-1.1.2
+ VERSION=1.2.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$XORG_URL/X11R7.2/src/driver/
- SOURCE_VFY=sha1:2ee4f878d2b4f6e7813a307349f47701900e401c
+ SOURCE_URL=$XORG_URL/individual/driver/
+ SOURCE_VFY=sha1:a6ed7f59b284886d4d7d3c033dbcfc51c07e60d0
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060124
- UPDATED=20070216
- SHORT="the X.Org mouse input device driver"
+ UPDATED=20070710
+ SHORT="The X.Org mouse input device driver"
cat << EOF
xf86-input-mouse provides the driver for mouse input devices in X.Org.
Modified: moonbase/trunk/xorg7/x11-libs/libXcomposite/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-libs/libXcomposite/DETAILS 2007-08-08 20:01:42 UTC (rev 25403)
+++ moonbase/trunk/xorg7/x11-libs/libXcomposite/DETAILS 2007-08-08 20:03:54 UTC (rev 25404)
@@ -1,12 +1,12 @@
MODULE=libXcomposite
- VERSION=0.3.2
+ VERSION=0.4.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$XORG_URL/individual/lib
- SOURCE_VFY=sha1:905d3bc190fb52a464f6bb0b55e2502e710cf779
+ SOURCE_VFY=sha1:410529c07f654f47eb17c56b200cb977567b6b7b
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060120
- UPDATED=20070504
+ UPDATED=20070710
SHORT="The X.Org Composite extension library"
cat << EOF
Modified: moonbase/trunk/xorg7/x11-libs/libXi/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-libs/libXi/DETAILS 2007-08-08 20:01:42 UTC (rev 25403)
+++ moonbase/trunk/xorg7/x11-libs/libXi/DETAILS 2007-08-08 20:03:54 UTC (rev 25404)
@@ -1,12 +1,12 @@
MODULE=libXi
- VERSION=1.0.4
+ VERSION=1.1.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$XORG_URL/individual/lib
- SOURCE_VFY=sha1:c0e21e0edc3512c58af4919c71547b394e02ee63
+ SOURCE_VFY=sha1:74e546ac1db4382d964edda9d539844085035250
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060120
- UPDATED=20070503
+ UPDATED=20070710
SHORT="The X.Org XINPUT extension library"
cat << EOF
Modified: moonbase/trunk/xorg7/x11-proto/compositeproto/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-proto/compositeproto/DETAILS 2007-08-08 20:01:42 UTC (rev 25403)
+++ moonbase/trunk/xorg7/x11-proto/compositeproto/DETAILS 2007-08-08 20:03:54 UTC (rev 25404)
@@ -1,17 +1,17 @@
MODULE=compositeproto
- VERSION=X11R7.1-0.3.1
+ VERSION=0.4
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$XORG_URL/X11R7.1/src/proto/
- SOURCE_VFY=sha1:e6963231da7a6ad71920e8781807d4e841fd9dab
+ SOURCE_URL=$XORG_URL/individual/proto/
+ SOURCE_VFY=sha1:e555ee26cffb30d57fe60006b8f12c3807e399f5
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060120
- UPDATED=20060523
- SHORT="the X.Org Composite protocol headers"
+ UPDATED=20070710
+ SHORT="The X.Org Composite protocol headers"
cat << EOF
compositeproto provides the wire protocol for the Composite extension
-in X.Org. It is used to let arbitrary client programs control
+in X.Org. It is used to let arbitrary client programs control
drawing of the final image on the screen.
EOF
More information about the Lunar-commits
mailing list