Package Details: sqriptor-git r162.326cf6f-1

Git Clone URL: https://aur.archlinux.org/sqriptor-git.git (read-only, click to copy)
Package Base: sqriptor-git
Description: QScintilla based text editor
Upstream URL: https://github.com/luebking/sqriptor
Licenses: GPL
Conflicts: sqriptor
Provides: sqriptor
Submitter: seth
Maintainer: seth
Last Packager: seth
Votes: 4
Popularity: 0.176892
First Submitted: 2021-08-22 16:34 (UTC)
Last Updated: 2024-07-13 19:43 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

modified_bessel commented on 2025-04-27 06:50 (UTC)

Thank you for the timely response and the remedying commit. Looks indeed to be "the best text editor ever".

seth commented on 2025-04-26 16:41 (UTC)

https://doc.qt.io/qt-6/qchar.html#QChar-6

Note: Since Qt 6.9, implicit conversions are disabled for this constructor. That means it accepts only the constructor argument type and not everything that implicitly converts to it. A backwards-compatible fix is to explicitly cast to one of the supported argument types of QChar constructors.

Should be fixed with the latest upstream commit, sorry for the inconvenience.

modified_bessel commented on 2025-04-26 08:26 (UTC)

Latest attempt to install with trizen -S sqriptor-git fails early in the compilation. Any help appreciated. Compile output here: http://0x0.st/8VRt.txt.

8472 commented on 2025-01-31 14:02 (UTC)

@seth: no problem, thank you

seth commented on 2025-01-31 13:49 (UTC) (edited on 2025-01-31 13:49 (UTC) by seth)

Fixed in latest git master, sorry for the inconvenience

seth commented on 2025-01-31 13:10 (UTC)

It's error: ambiguous overload for ‘operator==’ (operand types are ‘QStringView’ and ‘const char in the markdown and lisp lexers, haven't rebuild those in ages. I'll look into it (check the upstream github in case I forget to respond here) and thanks for the heads up

8472 commented on 2025-01-31 13:00 (UTC)

Here is the build log: https://pastebin.com/RzSBApjL

seth commented on 2025-01-31 12:55 (UTC)

Please post the entire build log to 0x0.st or so - those message will not break the build, unless and fyi:

-Werror is a gcc flag that treats all warnings as errors

8472 commented on 2025-01-31 12:53 (UTC)

@seth: no idea what "Werror" are you talking about. I'm just a simple user. Have cleared my ~/.cache/yay cache. I've started yay sqriptor-git - no changes to the package. It's still crashing with the same error.

seth commented on 2025-01-31 12:28 (UTC)

Those are warnings for unused variables and a deprecated call - they wont fail the build unless you're somewhere setting -Werror ?