From 4fec2724e25921b89648468d58a899aac6719a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 8 Feb 2019 11:29:47 +0100 Subject: [PATCH] qt5-doc: update to 5.11.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/qt5-doc/template | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/srcpkgs/qt5-doc/template b/srcpkgs/qt5-doc/template index c4a05610b9e..7a543ef05d8 100644 --- a/srcpkgs/qt5-doc/template +++ b/srcpkgs/qt5-doc/template @@ -1,26 +1,24 @@ # Template file for 'qt5-doc' pkgname=qt5-doc -version=5.11.2 +version=5.11.3 revision=1 wrksrc="qt-everywhere-src-${version}" -hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-host-tools qt5-plugin-sqlite - qt5-declarative qt5-devel libxcb-devel" -makedepends="libxcb-devel qt5-devel qt5-tools-devel" -depends="qt5>=5.6.0 qt5-plugin-sqlite" +hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools" +makedepends="qt5-tools-devel" +depends="qt5-plugin-sqlite qt5>=5.6.0" homepage="http://qt.io/" short_desc="A cross-platform application and UI framework (QT5) - Documentation" maintainer="Juan RP " license="GPL-3, LGPL-2.1" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz" -checksum=c6104b840b6caee596fa9a35bc5f57f67ed5a99d6a36497b6fe66f990a53ca81 +checksum=859417642713cee2493ee3646a7fee782c9f1db39e41d7bb1322bba0c5f0ff4d post_extract() { rm -rf qttools/{bin,plugins} - # Tools are expected to be found in qttools/bin - ln -sf /usr/lib/qt5/bin qttools/ - # Plugins are expected to be found in qttools/plugins - ln -sf /usr/lib/qt5/plugins qttools/ + ln -s /usr/lib/qt5/bin qttools/ + ln -s /usr/lib/qt5/{rcc,uic,moc} qtbase/bin/ } + do_build() { export LD="$CXX" unset CPP AR AS RANLIB @@ -42,6 +40,7 @@ do_build() { make ${makejobs} docs } + do_install() { make INSTALL_ROOT="$DESTDIR" install_docs # Remove examples docs as they are contained in qt5-examples.