summaryrefslogtreecommitdiff
path: root/qt5/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'qt5/Pkgfile')
-rw-r--r--qt5/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/qt5/Pkgfile b/qt5/Pkgfile
index 5171b8206..99278af77 100644
--- a/qt5/Pkgfile
+++ b/qt5/Pkgfile
@@ -4,14 +4,16 @@
# Depends on: dbus gdk-pixbuf gst-plugins-base libepoxy libmng libxkbcommon xorg-libxcomposite xorg-libxcursor xorg-libxi xorg-libxinerama xorg-xcb-util-image xorg-xcb-util-keysyms xorg-xcb-util-wm
name=qt5
-version=5.11.3
+version=5.12.1
release=1
source=(https://download.qt.io/official_releases/qt/${version::4}/$version/single/qt-everywhere-src-$version.tar.xz
- qt5-logo.png)
+ qt5-logo.png gcc-8.3.0-patch)
build() {
cd qt-everywhere-src-$version
+ patch -d qtscript -p1 -i $SRC/gcc-8.3.0-patch
+
# Respect system CXX
[ "$CXX" ] || CXX=g++
sed -e "/^QMAKE_CXX\s/s|=.*|= $CXX|" \
@@ -57,7 +59,6 @@ build() {
-opensource \
-openssl-linked \
-optimized-qmake \
- -qt-xkbcommon-x11 \
-reduce-relocations \
-release \
-shared \

Generated by cgit