Well, in attempting to build the KF5 packages that require mingw-w64-qt5-tools, it seems to use mingw-w64-extra-cmake-modules to call for the locale generation, which in turn calls Qt5::lconvert from QtLinguistTools CMake module. The path looks fine to me, so I have no clue what to make of it.
Search Criteria
Package Details: mingw-w64-qt5-tools 5.15.16+kde+r3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-qt5-tools.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-qt5-tools |
Description: | A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64) |
Upstream URL: | https://www.qt.io/ |
Licenses: | custom, GPL3, LGPL3, FDL |
Groups: | mingw-w64-qt5 |
Submitter: | ant32 |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2013-08-28 23:58 (UTC) |
Last Updated: | 2024-11-25 20:55 (UTC) |
Dependencies (7)
- mingw-w64-qt5-declarativeAUR
- git (git-gitAUR, git-glAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (make)
- mingw-w64-mariadb-connector-cAUR (make)
- mingw-w64-pkg-configAUR (llvm-mingw-w64-pkg-configAUR) (make)
- mingw-w64-postgresqlAUR (make)
- mingw-w64-vulkan-headersAUR (make)
Required by (33)
- mingw-w64-attica (make)
- mingw-w64-kauth (make)
- mingw-w64-kbookmarks (make)
- mingw-w64-kcodecs (make)
- mingw-w64-kcompletion (make)
- mingw-w64-kconfig (make)
- mingw-w64-kconfigwidgets (make)
- mingw-w64-kcoreaddons (make)
- mingw-w64-kdbusaddons (make)
- mingw-w64-kdoctools (make)
- mingw-w64-kglobalaccel (make)
- mingw-w64-kiconthemes (make)
- mingw-w64-kinit (make)
- mingw-w64-kio (make)
- mingw-w64-kitemviews (make)
- mingw-w64-kjobwidgets (make)
- mingw-w64-kparts (make)
- mingw-w64-ktextwidgets (make)
- mingw-w64-kwidgetsaddons (make)
- mingw-w64-kwindowsystem (make)
- mingw-w64-kxmlgui (make)
- mingw-w64-paraview
- mingw-w64-paraview-git
- mingw-w64-passwordmanager (make)
- mingw-w64-qt5-tools-static
- mingw-w64-qt5-translations (make)
- mingw-w64-qtutilities (make)
- mingw-w64-solid (make)
- mingw-w64-sonnet (make)
- mingw-w64-syncthingtray (make)
- mingw-w64-tageditor (make)
- mingw-w64-videodownloader (make)
- mingw-w64-wine-qt
Sources (3)
Latest Comments
« First ‹ Previous 1 2
Schala commented on 2016-12-29 03:37 (UTC)
Martchus commented on 2016-12-29 00:53 (UTC)
@Schala The Qt5::lconvert target is used directly and not via a helper macro. Hence I can not amend its usage in the same way as for lupdate/lrelease to work around this strange CMake issue.
In which context do you use the Qt5::lconvert target? Maybe you can there apply the workaround mentioned in the last comment.
BTW: This looks like a CMake bug to me - not sure why only mingw-w64 version of the package is affected, though.
Martchus commented on 2016-12-29 00:42 (UTC)
@Schala Not using lconvert myself, so I didn't notice. Is there an error message? Can you provide a simple example? Did it work with previous version of the package?
I already had to fix lupdate/lrelease for unknown reason: https://github.com/Martchus/qttools/commit/77e3129a33d3297bddc514edb773bf30133fa838
Maybe just the same is required for lconvert.
Schala commented on 2016-12-29 00:28 (UTC)
Qt5::lconvert isn't being detected for me despite it being in /usr/${_arch}/lib/qt/bin/lconvert
Martchus commented on 2016-07-10 19:40 (UTC)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff
For general discussion and issues not only concerning this Qt module in particular please use the comment section of the package mingw-w64-qt5-base.
Martchus commented on 2016-04-17 17:32 (UTC) (edited on 2016-04-17 17:42 (UTC) by Martchus)
I've noticed that the regular qt5-tools even depends on qt5-webkit. However, making this depend on mingw-w64-qt5-webkit might not be a good idea for the mingw-w64 version. I might add mingw-w64-declarative as dependency. I guess this will enable additional features and it will be sufficient to add it to the make-only dependencies?
ohmyarch commented on 2016-04-17 15:33 (UTC)
Please add dependencie: mingw-w64-qt5-declarative.
ant32 commented on 2013-08-15 21:48 (UTC)
I have created a Qt 5.1.0 src tarball http://db.tt/320HXIof. I have not tested other then that it seemed to compile fine. Here is the link to the compiled package http://db.tt/4aoYQdBS. Download other compiled mingw-w64 packages at http://arch.linuxx.org.
ant32 commented on 2013-06-21 17:55 (UTC)
this pcakage fails to build with message
/usr/bin/ld: cannot find -lQt5Bootstrap
here is the build log https://gist.github.com/ant32/5833009
Pinned Comments
Martchus commented on 2016-07-10 19:40 (UTC)