[arch-commits] Commit in qt6-doc/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Oct 20 20:39:55 UTC 2020
Date: Tuesday, October 20, 2020 @ 20:39:55
Author: arojas
Revision: 398674
Qt 6.0 beta 1
Modified:
qt6-doc/kde-unstable/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-20 19:14:52 UTC (rev 398673)
+++ PKGBUILD 2020-10-20 20:39:55 UTC (rev 398674)
@@ -10,20 +10,21 @@
arch=('any')
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
-depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig xdg-utils
- shared-mime-info xcb-util-wm libxrender libxi sqlite mesa
- tslib libinput libxkbcommon-x11 libproxy libcups double-conversion md4c brotli libb2)
-makedepends=(cmake libfbclient mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-libs
+makedepends=(mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-libs
gtk3 libpulse cups freetds vulkan-headers qt6-tools clang python llvm)
groups=(qt6)
_pkgfn="qt-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz")
-sha256sums=('8ce60c420399cdb06544b3fc22d91ab38fc88a456738ed4d8c221e40064f8aaf')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz"
+ qt6-platformintegration-docs.patch::"https://code.qt.io/cgit/qt/qtdoc.git/patch?id=31cf990a")
+sha256sums=('8ce60c420399cdb06544b3fc22d91ab38fc88a456738ed4d8c221e40064f8aaf'
+ '0738dbef695f7416380fc8bb0cf641ba093e104c4eab30517062d6722a2c2fa4')
prepare() {
mkdir -p $_pkgfn/{qtbase,qttools}/bin
- ln -s /usr/lib/qt6/bin/rcc $_pkgfn/qtbase/bin
+ ln -s /usr/lib/qt6/bin/{uic,rcc} $_pkgfn/qtbase/bin
ln -s /usr/lib/qt6/bin/{qtattributionsscanner,qdoc,qhelpgenerator} $_pkgfn/qttools/bin
+
+ patch -d $_pkgfn/qtdoc -p1 -i ../../qt6-platformintegration-docs.patch # Fix build
}
build() {
More information about the arch-commits
mailing list