Skip to content

Commit

Permalink
Update to QT v5.6.0
Browse files Browse the repository at this point in the history
Also, removed deprecated qt-webkit.

New qt-webengine not added yet due to cross compilation issues.
  • Loading branch information
lundmar committed Apr 15, 2016
1 parent 8023158 commit 197c89f
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 291 deletions.
2 changes: 1 addition & 1 deletion qtbase/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://qt-project.org/doc/qt-5.0/qtcore/qtcore-index.html

name=qtbase
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz
qmake.conf qplatformdefs.h)
Expand Down
2 changes: 1 addition & 1 deletion qtconnectivity/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://doc.qt.io/qt-5/topics-network-connectivity.html

name=qtconnectivity
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase)
Expand Down
2 changes: 1 addition & 1 deletion qtdeclarative/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://qt-project.org/doc/qt-4.8/qtquick.html

name=qtdeclarative
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz
qmltestrunner-fix-link.patch
Expand Down
2 changes: 1 addition & 1 deletion qtgraphicaleffects/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://qt-project.org/doc/qt-5.0/qtgraphicaleffects/qtgraphicaleffects-index.html

name=qtgraphicaleffects
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase qtdeclarative)
Expand Down
2 changes: 1 addition & 1 deletion qtimageformats/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://qt-project.org/doc/qt-5.0/qtimageformats/qtimageformats-index.html

name=qtimageformats
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase)
Expand Down
2 changes: 1 addition & 1 deletion qtmultimedia/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://qt-project.org/doc/qt-5.0/qtmultimedia/qtmultimedia-index.html

name=qtmultimedia
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase qtdeclarative)
Expand Down
2 changes: 1 addition & 1 deletion qtquick1/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://qt-project.org/doc/qt-5.0/qtquick/qtquick-index.html

name=qtquick1
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase qtscript)
Expand Down
2 changes: 1 addition & 1 deletion qtscript/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://qt-project.org/doc/qt-5.0/qtscript/qtscript-index.html

name=qtscript
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase)
Expand Down
2 changes: 1 addition & 1 deletion qtsensors/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://doc.qt.io/qt-5/qtsensors-index.html

name=qtsensors
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase qtdeclarative)
Expand Down
2 changes: 1 addition & 1 deletion qtserialport/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://doc.qt.io/qt-5/qtserialport-index.html

name=qtserialport
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase systemd)
Expand Down
2 changes: 1 addition & 1 deletion qtsvg/Buildfile
Expand Up @@ -2,7 +2,7 @@
# URL: http://qt-project.org/doc/qt-5.0/qtsvg/qtsvg-index.html

name=qtsvg
version=5.5.1
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase)
Expand Down
13 changes: 4 additions & 9 deletions qtwebkit/Buildfile → qtwebchannel/Buildfile
@@ -1,8 +1,8 @@
# Description: QT5 Base - Core non-graphical classes used by other modules.
# URL: http://qt-project.org/doc/qt-5.0/qtcore/qtcore-index.html
# Description: QT WebChannel
# URL: http://doc.qt.io/qt-5/qtwebchannel-index.html

name=qtwebkit
version=5.5.1
name=qtwebchannel
version=5.6.0
release=1
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/submodules/$name-opensource-src-$version.tar.xz)
depends=(qtbase)
Expand All @@ -28,8 +28,3 @@ build() {
# Fix libtool files
fix_la_files $PKG
}

check()
{
check_tool ruby
}
31 changes: 0 additions & 31 deletions qtwebkit-examples/Buildfile

This file was deleted.

238 changes: 0 additions & 238 deletions qtwebkit/qtwebkit-fix-building-with-glib-2.43+.patch

This file was deleted.

0 comments on commit 197c89f

Please sign in to comment.