[Lunar-commits] <moonbase> xlsatoms: version bumped to 1.1.0.

Florin Braescu florin at lunar-linux.org
Sun Jun 20 17:50:22 CEST 2010


commit 6d248c782662ca0a57e689d7de61abdf8c52aa11
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jun 20 18:50:22 2010 +0300

    xlsatoms: version bumped to 1.1.0.
    
    The major new feature of this release is Peter Harris' rewrite to
    use libxcb instead of libX11, for much less latency in gathering
    the client information from the X server.
---
 xorg7/app/xlsatoms/DEPENDS   |    1 +
 xorg7/app/xlsatoms/DETAILS   |    6 +++---
 xorg7/app/xlsclients/DEPENDS |    3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/xorg7/app/xlsatoms/DEPENDS b/xorg7/app/xlsatoms/DEPENDS
new file mode 100644
index 0000000..11d73a7
--- /dev/null
+++ b/xorg7/app/xlsatoms/DEPENDS
@@ -0,0 +1 @@
+optional_depends  "util-macros"  ""  ""  "for xorg macros support"
diff --git a/xorg7/app/xlsatoms/DETAILS b/xorg7/app/xlsatoms/DETAILS
index acf76e8..493b7ad 100644
--- a/xorg7/app/xlsatoms/DETAILS
+++ b/xorg7/app/xlsatoms/DETAILS
@@ -1,12 +1,12 @@
           MODULE=xlsatoms
-         VERSION=1.0.2
+         VERSION=1.1.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$XORG_URL/individual/app
-      SOURCE_VFY=sha1:3855734b5ec0d43b5886ac0ffa58d7cf96f46926
+      SOURCE_VFY=sha1:2982df6844d60cd12a09208808ab6baa767fe35f
    MODULE_PREFIX=${X11R7_PREFIX:-/usr}
         WEB_SITE=http://www.x.org
          ENTERED=20060120
-         UPDATED=20091118
+         UPDATED=20100620
            SHORT="A X.Org application that lists atoms defined on an X server"
 
 cat << EOF
diff --git a/xorg7/app/xlsclients/DEPENDS b/xorg7/app/xlsclients/DEPENDS
index 1c5f8bb..edf0589 100644
--- a/xorg7/app/xlsclients/DEPENDS
+++ b/xorg7/app/xlsclients/DEPENDS
@@ -1,2 +1,3 @@
-depends util-macros
 depends xcb-util
+
+optional_depends  "util-macros"  ""  ""  "for xorg macros support"


More information about the Lunar-commits mailing list