summaryrefslogtreecommitdiff
path: root/qt5/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'qt5/Pkgfile')
-rw-r--r--qt5/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/qt5/Pkgfile b/qt5/Pkgfile
index fdced401b..c618c8052 100644
--- a/qt5/Pkgfile
+++ b/qt5/Pkgfile
@@ -4,7 +4,7 @@
# 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.12.2
+version=5.12.4
release=1
source=(https://download.qt.io/official_releases/qt/${version::4}/$version/single/qt-everywhere-src-$version.tar.xz
qt5-logo.png)
@@ -32,7 +32,9 @@ build() {
export LD_LIBRARY_PATH="$QTDIR/qtbase/lib:$QTDIR/qttools/lib:$LD_LIBRARY_PATH"
export QT_PLUGIN_PATH="$QTDIR/qtbase/plugins"
- ./configure \
+ prt-get isinst ccache && PKGMK_QT5+=' -ccache'
+
+ ./configure $PKGMK_QT5 \
-prefix /usr/ \
-archdatadir /usr/lib/qt5 \
-bindir /usr/lib/qt5/bin \

Generated by cgit