Package Details: qt5-qtspell 1.0.1-1

Git Clone URL: https://aur.archlinux.org/qt5-qtspell.git (read-only, click to copy)
Package Base: qt5-qtspell
Description: Spell checking for Qt text widgets
Upstream URL: https://github.com/manisandro/qtspell
Licenses: GPL3
Submitter: foxcub
Maintainer: foxcub
Last Packager: foxcub
Votes: 0
Popularity: 0.000000
First Submitted: 2022-06-20 00:21 (UTC)
Last Updated: 2022-06-20 00:21 (UTC)

Latest Comments

foxcub commented on 2023-04-24 15:59 (UTC)

Hm, I don't see that error, but I'm guessing I have something installed that needs to be included as a dependency. Here's what I have installed for qt:

$ pacaur -Qs qt
local/avahi 0.8+22+gfd482a7-3
    Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
local/aws-c-mqtt 0.8.7-1
    C99 implementation of the MQTT 3.1.1 specification
local/python-sphinxcontrib-qthelp 1.0.3-9
    Sphinx extension which outputs QtHelp document
local/qt5-base 5.15.9+kde+r151-1 (qt qt5)
    A cross-platform application and UI framework
local/qt5-declarative 5.15.9+kde+r23-1 (qt qt5)
    Classes for QML and JavaScript languages
local/qt5-location 5.15.9+kde+r4-1 (qt qt5)
    Provides access to position, satellite and area monitoring classes
local/qt5-qtspell 1.0.1-1
    Spell checking for Qt text widgets
local/qt5-sensors 5.15.9-1 (qt qt5)
    Provides access to sensor hardware and motion gesture recognition
local/qt5-svg 5.15.9+kde+r7-1 (qt qt5)
    Classes for displaying the contents of SVG files
local/qt5-tools 5.15.9+kde+r1-1 (qt qt5)
    A cross-platform application and UI framework (Development Tools, QtHelp)
local/qt5-translations 5.15.9-1 (qt qt5)
    A cross-platform application and UI framework (Translations)
local/qt5-wayland 5.15.9+kde+r55-1 (qt qt5)
    Provides APIs for Wayland
local/qt5-webchannel 5.15.9+kde+r3-1 (qt qt5)
    Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients
local/qt5-webkit 5.212.0alpha4-18
    Classes for a WebKit2 based implementation and a new QML API
local/qt5-x11extras 5.15.9-1 (qt qt5)
    Provides platform-specific APIs for X11
local/qt6-base 6.5.0-3 (qt6)
    A cross-platform application and UI framework
local/qt6-translations 6.5.0-1 (qt6)
    A cross-platform application and UI framework (Translations)
local/qtspell 1.0.1-1
    Spell checking for Qt text widgets
local/sonnet 5.105.0-1 (kf5)
    Spelling framework for Qt5

Can you try installing some of these to see if fixes the problem, then we'll add it to the dependencies?

hamdav commented on 2023-04-24 12:26 (UTC)

I get the following error when running makepkg:

CMake Error at CMakeLists.txt:65 (QT_ADD_TRANSLATION):
  Unknown CMake command "QT_ADD_TRANSLATION".

and I can't figure out why...

On an unrelated note, shouldn't doxygen be added as a dependency?