Package Details: qt-installer-framework-docs 4.8.1-2

Git Clone URL: https://aur.archlinux.org/qt-installer-framework.git (read-only, click to copy)
Package Base: qt-installer-framework
Description: The Qt Installer Framework used for the Qt SDK installer (examples and documentation)
Upstream URL: http://qt-project.org/wiki/Qt-Installer-Framework
Licenses: GFDL-1.3-only, LicenseRef-GPL3-EXCEPT
Submitter: Schala
Maintainer: Muflone (Skycoder42)
Last Packager: Muflone
Votes: 82
Popularity: 0.000418
First Submitted: 2014-07-10 20:06 (UTC)
Last Updated: 2024-10-26 18:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ahjolinna commented on 2017-10-15 13:03 (UTC)

@duttondj: it would be nice if you could update this pkgs or at least bother to disown it so someone else could do it...sigh

jtmb commented on 2017-09-20 04:33 (UTC)

Thank you, @doviethoa, your proposed PKGBUILD worked for me.

doviethoa commented on 2017-08-31 10:45 (UTC) (edited on 2017-08-31 10:47 (UTC) by doviethoa)

Suggest PKGBUILD for version 2.0.5-1: # Maintainer: Danny Dutton <duttondj@vt.edu> pkgname="qt-installer-framework" pkgver=2.0.5 pkgrel=1 _pkgver=2.0.5-1 _qtver=5.4.2 pkgdesc="The Qt Installer Framework used for the Qt SDK installer." arch=('i686' 'x86_64') url='http://qt-project.org/wiki/Qt-Installer-Framework' license=('FDL' 'LGPL') makedepends=("qt5-base>=${_qtver}" "qt5-tools>=${_qtver}" "qt5-declarative>=${_qtver}") groups=('qt' 'qt5') _pkgfqn="${pkgname}-opensource-${_pkgver}-src" source=("https://download.qt.io/official_releases/${pkgname}/${_pkgver}/${_pkgfqn}.tar.gz") md5sums=('12d646e9016115895365c7db4d653d0e') build() { cd "${srcdir}" qmake-qt5 ./installerfw.pro make -j4 make docs -j4 cd "${srcdir}/tests" qmake-qt5 ./tests.pro make -j4 } package() { install -d ${pkgdir}/usr/{bin,lib,share/{${pkgname},doc/{qt,${pkgname}},licenses/${pkgname}}} cd "${srcdir}" install -m644 LICENSE.FDL "${pkgdir}/usr/share/licenses/${pkgname}/" install -m644 LICENSE.GPL3-EXCEPT "${pkgdir}/usr/share/licenses/${pkgname}/" cp -a ./bin/* "${pkgdir}/usr/bin/" cp -a ./lib/* "${pkgdir}/usr/lib/" cp -a "./doc/html" "${pkgdir}/usr/share/doc/${pkgname}/" cp "./doc/ifw.qch" "${pkgdir}/usr/share/doc/qt/" cp -a "./tests" "${pkgdir}/usr/share/${pkgname}/" cp -a "./examples" "${pkgdir}/usr/share/${pkgname}/" }

rtfreedman commented on 2017-07-23 20:39 (UTC)

Please update to 2.0.5.1

<deleted-account> commented on 2016-12-31 12:24 (UTC)

**EDIT:** Never mind I'm installing qt-installer-framework now with makepkg. I just don't understand why the foxitreader package didn't do that for me. Thanks for this package. What's up with qt-installer-framework? [robert@designbox ~]# cd /tmp/foxitreader [robert@designbox foxitreader]# makepkg -si ==> Making package: foxitreader 2.2.1025-1 (Sat 31 Dec 2016 12:58:50 CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [sudo] password for robert: error: target not found: qt-installer-framework ==> ERROR: 'pacman' failed to install missing dependencies.

<deleted-account> commented on 2016-12-31 12:17 (UTC)

OK, I'll leave it for the NY then. Have a good one. And see you on the other side.

duttondj commented on 2016-05-24 22:24 (UTC)

Not totally sure what the issue is for you. I receive the same errors but the make doesn't fail for me. It's an upstream issue that can be replicated by running "make docs".

JohnRobson commented on 2016-05-20 00:05 (UTC)

In file included from /tmp/yaourt-tmp-us/aur-qt-installer-framework/src/qt-installer-framework-opensource-2.0.3-src/doc/installerfw.qdocconf:2: /tmp/yaourt-tmp-us/aur-qt-installer-framework/src/qt-installer-framework-opensource-2.0.3-src/doc/config/ifw.qdocconf:1: error: Cannot open file '/usr/share/doc/qt/global/macros.qdocconf': No such file or directory Cannot open file '/usr/share/doc/qt/global/macros.qdocconf': No such file or directory Aborting Makefile:636: recipe for target 'html_docs' failed make: *** [html_docs] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build qt-installer-framework. ==> Restart building qt-installer-framework ? [y/N] ==> ----------------------------------------------- ==> ==> ERROR: unable to update

outofdate2 commented on 2016-05-14 17:33 (UTC)

Sources: http -> https pls

duttondj commented on 2016-03-29 15:01 (UTC)

Updated dependencies