[Xcb-commit] util-wm: 2 commits - configure.ac Makefile.am README README.md

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 17 19:50:18 UTC 2019


 Makefile.am  |    2 +-
 README.md    |   25 ++++++++-----------------
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 19 deletions(-)

New commits:
commit 177d933f04d822deb7ec0a7bb13148701eec3e55
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 17 11:49:45 2019 -0800

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/Makefile.am b/Makefile.am
index 1d62d8f..2d2e359 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,4 +13,4 @@ ChangeLog:
 dist-hook: ChangeLog INSTALL
 
 SUBDIRS = icccm ewmh
-EXTRA_DIST = autogen.sh
+EXTRA_DIST = autogen.sh README.md
diff --git a/README b/README.md
similarity index 58%
rename from README
rename to README.md
index dfec36e..f966e60 100644
--- a/README
+++ b/README.md
@@ -13,12 +13,11 @@ you're using and why you aren't in a mental hospital yet. We'd welcome
 patches/suggestions for enhancement and new libraries; Please report any
 issues you find to the freedesktop.org bug tracker, at:
 
-  <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
+  https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/issues
 
 Discussion about XCB occurs on the XCB mailing list:
 
-  <mailto:xcb at lists.freedesktop.org>
-  <http://lists.freedesktop.org/mailman/listinfo/xcb>
+  https://lists.freedesktop.org/mailman/listinfo/xcb
 
 About XCB util-wm module
 ========================
@@ -28,22 +27,14 @@ XCB util-wm module provides the following libraries:
   - ewmh: Both client and window-manager helpers for EWMH.
   - icccm: Both client and window-manager helpers for ICCCM.
 
+You can obtain the latest development versions of XCB using GIT from:
 
-Please report any issues you find to the freedesktop.org bug tracker,
-at:
+  https://gitlab.freedesktop.org/xorg/lib/libxcb-wm
 
-	<https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils>
+  For anonymous checkouts, use:
 
-Discussion about XCB occurs on the XCB mailing list:
-
-        <mailto:xcb at lists.freedesktop.org>
-        <http://lists.freedesktop.org/mailman/listinfo/xcb>
-
-You can obtain the latest development versions of XCB using GIT.
-For anonymous checkouts, use:
-
-        git clone --recursive git://anongit.freedesktop.org/git/xcb/util-wm
+    git clone --recursive https://gitlab.freedesktop.org/xorg/lib/libxcb-wm.git
 
-For developers, use:
+  For developers, use:
 
-        git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-wm
+    git clone --recursive git at gitlab.freedesktop.org:xorg/lib/libxcb-wm.git
commit 82a77443e6c1590f7e7328a50d30184d10e6a3d3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 17 11:41:06 2019 -0800

    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/configure.ac b/configure.ac
index efbd906..f700e1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
 AC_PREREQ(2.62)
 AC_INIT([xcb-util-wm],[0.4.1],
-        [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
+        [https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/issues],
         [xcb-util-wm])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])


More information about the xcb-commit mailing list