Package Details: trojita 0.7-10

Git Clone URL: https://aur.archlinux.org/trojita.git (read-only, click to copy)
Package Base: trojita
Description: A Qt IMAP email client
Upstream URL: https://trojita.flaska.net
Licenses: GPL
Submitter: arojas
Maintainer: aaronfischer (andreas_baumann)
Last Packager: andreas_baumann
Votes: 6
Popularity: 0.027298
First Submitted: 2022-06-02 16:26 (UTC)
Last Updated: 2023-07-17 06:38 (UTC)

Latest Comments

« First ‹ Previous 1 2

Tio commented on 2022-09-04 03:36 (UTC)

Cannot build

      |                                                                           ^~~~
/var/tmp/pamac-build-tio/trojita/src/trojita-0.7/src/Gui/main.cpp:144:17: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
  144 |         qOut << endl << QObject::trUtf8(
      |                 ^~~~
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
  293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
      |                                                                           ^~~~
/var/tmp/pamac-build-tio/trojita/src/trojita-0.7/src/Gui/main.cpp:144:40: warning: ‘static QString QObject::trUtf8(const char*, const char*, int)’ is deprecated [-Wdeprecated-declarations]
  144 |         qOut << endl << QObject::trUtf8(
      |                         ~~~~~~~~~~~~~~~^
  145 |             "Usage: %1 [options] [url]\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |             "\n"
      |             ~~~~                        
  147 |             "Trojitá %2 - fast Qt IMAP e-mail client\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |             "\n"
      |             ~~~~                        
  149 |             "Options:\n"
      |             ~~~~~~~~~~~~                
  150 |             "  -h, --help               Show this help\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  151 |             "  -m, --mainwindow         Show main window (default when no option is provided)\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |             "  -a, --addressbook        Show addressbook window\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  153 |             "  -c, --compose            Compose new email (default when url is provided)\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  154 |             "  -p, --profile <profile>  Set profile (cannot start with char '-')\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  155 |             "  --log-to-disk            Activate debug traffic logging to disk by default\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  156 |             "\n"
      |             ~~~~                        
  157 |             "Arguments:\n"
      |             ~~~~~~~~~~~~~~              
  158 |             "  url                      Mailto: url address for composing new email\n"
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  159 |         ).arg(arguments.at(0), Common::Application::version) << endl;
      |         ~                               
In file included from /usr/include/qt/QtCore/qobject.h:46,
                 from /usr/include/qt/QtCore/qcoreapplication.h:46:
/usr/include/qt/QtCore/qobject.h:129:5: note: declared here
  129 |     Q_OBJECT
      |     ^~~~~~~~
/var/tmp/pamac-build-tio/trojita/src/trojita-0.7/src/Gui/main.cpp:159:65: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
  159 |         ).arg(arguments.at(0), Common::Application::version) << endl;
      |                                                                 ^~~~
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
  293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
      |                                                                           ^~~~
/var/tmp/pamac-build-tio/trojita/src/trojita-0.7/src/Gui/main.cpp:193:90: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
  193 |         qErr << QObject::tr("Error: Registering IPC instance failed: %1").arg(errmsg) << endl;
      |                                                                                          ^~~~
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
  293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
      |                                                                           ^~~~
[100%] Linking CXX executable trojita
/usr/bin/ld: cannot find -lQGpgme: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/trojita.dir/build.make:363: trojita] Error 1
make[1]: *** [CMakeFiles/Makefile2:631: CMakeFiles/trojita.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

aaronfischer commented on 2022-08-08 19:57 (UTC)

@a172:

$ gpg --receive-keys '61AB87D6F66CE2FCD2D2E1F56A65DFA844722517'

a172 commented on 2022-08-08 14:12 (UTC)

Where can we find the PGP key to verify the source?