qt5-doc: update to 5.6.1
Also remove conflicting usr/share/qt5/examples docs.
This commit is contained in:
parent
84e9ea9c32
commit
1fb0790c38
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'qt5-doc'
|
||||
pkgname=qt5-doc
|
||||
version=5.6.0
|
||||
version=5.6.1
|
||||
revision=1
|
||||
_patch=-1
|
||||
wrksrc="qt-everywhere-opensource-src-${version}"
|
||||
hostmakedepends="python perl pkg-config qt5 qt5-tools qt5-qmake qt5-plugin-sqlite"
|
||||
makedepends="qt5-devel qt5-tools-devel"
|
||||
|
@ -11,8 +12,8 @@ homepage="http://qt.io/"
|
|||
short_desc="A cross-platform application and UI framework (QT5) - Documentation"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3, LGPL-2.1"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-opensource-src-${version}.tar.xz"
|
||||
checksum=76a95cf6c1503290f75a641aa25079cd0c5a8fcd7cff07ddebff80a955b07de7
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}${_patch}/single/qt-everywhere-opensource-src-${version}${_patch}.tar.xz"
|
||||
checksum=ce08a7eb54661705f55fb283d895a089b267c688fabe017062bd71b9231736db
|
||||
|
||||
post_extract() {
|
||||
# The file /usr/include/qt5/QtCore/qconfig.h is expected
|
||||
|
@ -44,4 +45,6 @@ do_build() {
|
|||
}
|
||||
do_install() {
|
||||
make INSTALL_ROOT="$DESTDIR" install_docs
|
||||
# Remove examples docs as they are contained in qt5-examples.
|
||||
rm -rf ${DISTDIR}/usr/share/qt5/examples
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue