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.084927
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

« First ‹ Previous 1 2

8472 commented on 2025-01-31 12:11 (UTC) (edited on 2025-01-31 12:16 (UTC) by 8472)

Recent attempts to build a package fails with:


...
createui.cpp: In lambda function:
createui.cpp:452:63: warning: unused parameter ‘idx’ [-Wunused-parameter]
  452 |     connect(m_documents, &QTabWidget::currentChanged, [=](int idx) { lastFilter.clear(); });
      |                                                           ~~~~^~~
createui.cpp: In member function ‘void Sqriptor::findAll(QString, bool, bool, bool)’:
createui.cpp:883:61: warning: unused parameter ‘wo’ [-Wunused-parameter]
  883 | void Sqriptor::findAll(QString text, bool rx, bool cs, bool wo)
      |                                                        ~~~~~^~
createui.cpp: In member function ‘QString Sqriptor::ask4Codec(const QString&, const QString&)’:
createui.cpp:986:35: warning: ‘QPixmap QIcon::pixmap(QWindow*, const QSize&, Mode, State) const’ is deprecated: Use pixmap(size, devicePixelRatio) instead [-Wdeprecated-dec
larations]
  986 |         lbl->setPixmap(icon.pixmap(warning->windowHandle(), QSize(iconSize, iconSize)));
      |                        ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/qaction.h:11,
                 from /usr/include/qt6/QtGui/QAction:1,
                 from createui.cpp:19:
/usr/include/qt6/QtGui/qicon.h:208:13: note: declared here
  208 |     QPixmap pixmap(QWindow *window, const QSize &size, Mode mode = Normal, State state = Off) const;
      |             ^~~~~~
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: sqriptor-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
sqriptor-git - exit status 4

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