Package Details: sqriptor-git r62.a658771-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: 2
Popularity: 0.000003
First Submitted: 2021-08-22 16:34 (UTC)
Last Updated: 2023-06-12 16:00 (UTC)

Latest Comments

yochananmarqos commented on 2022-11-11 23:29 (UTC)

@seth: I think you forgot something...

FabioLolix commented on 2021-08-22 19:41 (UTC)

Thanks for updating seth, you can add me and yochananmarqos as co-maintainers.

I've obviously no packaing experience

Nobody is born taught :)

seth commented on 2021-08-22 19:35 (UTC)

Many thanks, patch applied. I've obviously no packaing experience - if either of you wants to pick up the package, I'll orphan it in no time.

As for qnetctl, I've filed a deletion request.

yochananmarqos commented on 2021-08-22 18:06 (UTC)

@FabioLolix: Doh! Completely forgot to try qscintilla-qt5. Here's an improved PKGBUILD with a desktop file.

FabioLolix commented on 2021-08-22 17:51 (UTC)

And there is a typo in the 'about' of the program page on github QsciScintilla instead of QScintilla

FabioLolix commented on 2021-08-22 17:48 (UTC)

  • pkgver non calculated and wrong pkgver() used, see https://wiki.archlinux.org/title/VCS_package_guidelines#Git
  • awful description
  • missing qscintilla-qt5 in depends, reason of failed build
  • please don't use &&, just go in the line under
  • || return 1 not needed
  • strip not needed, already done by makepkg
  • sqriptor was installed as /usr/bin (replacing /usr/bin folder) instead of /usr/bin/sqriptor

FabioLolix commented on 2021-08-22 17:45 (UTC)

FabioLolix commented on 2021-08-22 17:36 (UTC)

Also for me fails to build and I'm on it for revisiting this pkgbuild

yochananmarqos commented on 2021-08-22 17:35 (UTC)

Fails to build:

syntax.cpp:19:10: fatal error: QAction: No such file or directory
   19 | #include <QAction>
      |          ^~~~~~~~~
compilation terminated.
sqriptor.cpp:19:10: fatal error: QAction: No such file or directory
   19 | #include <QAction>
      |          ^~~~~~~~~
compilation terminated.
make: *** [Makefile:419: syntax.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:381: sqriptor.o] Error 1
createui.cpp:19:10: fatal error: QAction: No such file or directory
   19 | #include <QAction>
      |          ^~~~~~~~~
compilation terminated.
settings.cpp:1:10: fatal error: QColorDialog: No such file or directory
    1 | #include <QColorDialog>
      |          ^~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:384: createui.o] Error 1
make: *** [Makefile:425: settings.o] Error 1
In file included from filetype.cpp:23:
sqriptor.h:22:10: fatal error: QMainWindow: No such file or directory
   22 | #include <QMainWindow>
      |          ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:422: filetype.o] Error 1