Re: [PATCH wayland-web] qt5: fix outdated links

2016-08-09 Thread Bryce Harrington
On Tue, Aug 09, 2016 at 06:06:27PM +0200, Samuel Gaist wrote:
> gitorious is now a ready-only archive.
> 
> The Qt project code and wiki have moved under qt.io
> 
> Signed-off-by: Samuel Gaist 

Thanks, pushed and deployed:
   7deb6a4..882d470  master -> master

> ---
>  qt5.html | 14 +++---
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/qt5.html b/qt5.html
> index 00b0221..752d63b 100644
> --- a/qt5.html
> +++ b/qt5.html
> @@ -12,20 +12,20 @@
>  
>  Qt 5 on Wayland
>  Wayland support in the Qt 5 toolkit is happening in the Qt Platform 
> Abstraction (QPA)
> -https://qt.gitorious.org/qt/qtwayland;>Wayland plugin.
> +https://code.qt.io/cgit/qt/qtwayland.git/;>Wayland plugin.
>  The minimum requirement for building and using QtWayland is Wayland (and
>  Weston) 1.0.0.
> 
>  If you also want to build the qtwebkit
>  browser, you may be better off following the  -href="http://qt-project.org/wiki/Building_Qt_5_from_Git;>directions for
> +href="https://wiki.qt.io/Building_Qt_5_from_Git;>directions for
>  building Qt 5 from git, which builds a lot more.  The init-repository
>  script does not appropriately return an error when it fails
>  (unfortunately frequently), so you need to run it manually and make sure
>  it doesn't print an error.
> 
>  The third option is the  -href="http://qt-project.org/wiki/Qt-5-Alpha-building-instructions;>Qt 5
> +href="https://wiki.qt.io/Qt-5-Alpha-building-instructions;>Qt 5
>  Alpha building instructions, which is smaller and more reliable than
>  the git instructions while still including qtwebkit, but which requires
>  an LD_PRELOAD for Wayland clients:
> @@ -40,7 +40,7 @@ an LD_PRELOAD for Wayland clients:
> 
>  
>  $ mkdir qt; cd qt
> -$ git clone git://gitorious.org/qt/qtbase.git
> +$ git clone git://code.qt.io/qt/qtbase.git
>  
> 
>  You might want to set some env variables for compilation as well:
> @@ -62,8 +62,8 @@ $ sudo make install
> 
>  Here you need to also clone and build qtjsbackend and qtdeclarative:
>  
> -git://gitorious.org/qt/qtjsbackend.git
> -git://gitorious.org/qt/qtdeclarative.git
> +git://code.qt.io/{graveyard}/qtjsbackend.git
> +git://code.qt.io/qt/qtdeclarative.git
> 
>  To build them run these commands:
>  
> @@ -77,7 +77,7 @@ the QtWayland platform:
> 
>  
>  $ cd ../
> -$ git clone git://gitorious.org/qt/qtwayland.git
> +$ git clone git://code.qt.io/qt/qtwayland.git
>  $ cd qtwayland/
>  $ qmake
>  $ make
> --
> 2.9.2
> 
> ___
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH wayland-web] qt5: fix outdated links

2016-08-09 Thread Samuel Gaist
gitorious is now a ready-only archive.

The Qt project code and wiki have moved under qt.io

Signed-off-by: Samuel Gaist 
---
 qt5.html | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/qt5.html b/qt5.html
index 00b0221..752d63b 100644
--- a/qt5.html
+++ b/qt5.html
@@ -12,20 +12,20 @@
 
 Qt 5 on Wayland
 Wayland support in the Qt 5 toolkit is happening in the Qt Platform 
Abstraction (QPA)
-https://qt.gitorious.org/qt/qtwayland;>Wayland plugin.
+https://code.qt.io/cgit/qt/qtwayland.git/;>Wayland plugin.
 The minimum requirement for building and using QtWayland is Wayland (and
 Weston) 1.0.0.

 If you also want to build the qtwebkit
 browser, you may be better off following the http://qt-project.org/wiki/Building_Qt_5_from_Git;>directions for
+href="https://wiki.qt.io/Building_Qt_5_from_Git;>directions for
 building Qt 5 from git, which builds a lot more.  The init-repository
 script does not appropriately return an error when it fails
 (unfortunately frequently), so you need to run it manually and make sure
 it doesn't print an error.

 The third option is the http://qt-project.org/wiki/Qt-5-Alpha-building-instructions;>Qt 5
+href="https://wiki.qt.io/Qt-5-Alpha-building-instructions;>Qt 5
 Alpha building instructions, which is smaller and more reliable than
 the git instructions while still including qtwebkit, but which requires
 an LD_PRELOAD for Wayland clients:
@@ -40,7 +40,7 @@ an LD_PRELOAD for Wayland clients:

 
 $ mkdir qt; cd qt
-$ git clone git://gitorious.org/qt/qtbase.git
+$ git clone git://code.qt.io/qt/qtbase.git
 

 You might want to set some env variables for compilation as well:
@@ -62,8 +62,8 @@ $ sudo make install

 Here you need to also clone and build qtjsbackend and qtdeclarative:
 
-git://gitorious.org/qt/qtjsbackend.git
-git://gitorious.org/qt/qtdeclarative.git
+git://code.qt.io/{graveyard}/qtjsbackend.git
+git://code.qt.io/qt/qtdeclarative.git

 To build them run these commands:
 
@@ -77,7 +77,7 @@ the QtWayland platform:

 
 $ cd ../
-$ git clone git://gitorious.org/qt/qtwayland.git
+$ git clone git://code.qt.io/qt/qtwayland.git
 $ cd qtwayland/
 $ qmake
 $ make
--
2.9.2

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel