Search Criteria
Package Details: mikrolock 1.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mikrolock.git (read-only, click to copy) |
---|---|
Package Base: | mikrolock |
Description: | A fast native implementation of the minilock file format that can read and write encrypted miniLock files. |
Upstream URL: | http://andre-simon.de/doku/mlock/en/mlock.php |
Keywords: | encryption minilock mlock |
Licenses: | GPL3 |
Conflicts: | mlock |
Provides: | mlock |
Submitter: | j_hsw |
Maintainer: | j_hsw |
Last Packager: | j_hsw |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-19 21:48 (UTC) |
Last Updated: | 2018-12-10 17:00 (UTC) |
Dependencies (2)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (optional) – Mikrolock GUI
Latest Comments
nimrod_mack commented on 2019-09-01 08:25 (UTC)
Turns out it's easy to fix: just add "#include <QStyle>" to mlockmainwindow.cpp and it will compile. I'll create a pull request.
nimrod_mack commented on 2019-09-01 08:18 (UTC)
Same for me! It seems to be an upstream problem. I get the same error when trying to build the current git head from https://gitlab.com/saalen/mikrolock.git
The CLI is usable though...
donallen commented on 2019-06-18 17:19 (UTC)
This package does not build.
Info: creating stash file /tmp/mikrolock/src/mikrolock-1.2/src/gui/qt-widgets/mlock-gui/.qmake.stash make[2]: Entering directory '/tmp/mikrolock/src/mikrolock-1.2/src/gui/qt-widgets/mlock-gui' /usr/bin/uic mlockmainwindow.ui -o ui_mlockmainwindow.h /usr/bin/uic showmanualdialog.ui -o ui_showmanualdialog.h g++ -c -pipe -std=c++11 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -W -D_REENTRANT -fPIC -DDATA_DIR=\"/usr/share/mikrolock/\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../libs -I. -I../../.. -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o main.cpp g++ -c -pipe -std=c++11 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -W -D_REENTRANT -fPIC -DDATA_DIR=\"/usr/share/mikrolock/\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../libs -I. -I../../.. -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o mlockmainwindow.o mlockmainwindow.cpp mlockmainwindow.cpp: In constructor ‘MlockMainWindow::MlockMainWindow(QWidget)’: mlockmainwindow.cpp:82:32: error: incomplete type ‘QStyle’ used in nested name specifier this->setGeometry( QStyle::alignedRect(Qt::LeftToRight,Qt::AlignCenter, this->size(), ^~~~~~~~~~~ mlockmainwindow.cpp: In member function ‘virtual void MlockMainWindow::dragLeaveEvent(QDragLeaveEvent)’: mlockmainwindow.cpp:624:55: warning: unused parameter ‘event’ [-Wunused-parameter] void MlockMainWindow::dragLeaveEvent(QDragLeaveEvent event) ~~~~~~~~~~~~~~~~~^~~~~ make[2]: [Makefile:465: mlockmainwindow.o] Error 1 make[2]: Leaving directory '/tmp/mikrolock/src/mikrolock-1.2/src/gui/qt-widgets/mlock-gui' make[1]: [makefile:40: gui-qt] Error 2 make[1]: Leaving directory '/tmp/mikrolock/src/mikrolock-1.2/src' make: ** [makefile:75: gui] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
j_hsw commented on 2018-12-10 17:06 (UTC)
Sorry about that, I don't do Git/AUR stuff very often, and I forgot. It should be fixed now.
adsun commented on 2018-12-10 16:42 (UTC)
Please update .SRCINFO.