security/keepassxc: Enable auto-type
Patch from m.reed <at> excitingdomainname <.> com; Thanks! ok jca@
This commit is contained in:
parent
0ec79989b0
commit
54038de8b7
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/04/23 21:27:58 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2017/05/02 20:41:04 rsadowski Exp $
|
||||
|
||||
COMMENT = management tool for sensitive data
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
@ -15,20 +16,23 @@ MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets
|
||||
WANTLIB += Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets Qt5X11Extras
|
||||
WANTLIB += c gcrypt gpg-error m z
|
||||
WANTLIB += X11 Xi Xtst
|
||||
|
||||
MODULES = x11/qt5 \
|
||||
devel/cmake
|
||||
|
||||
LIB_DEPENDS = security/libgcrypt
|
||||
LIB_DEPENDS = security/libgcrypt \
|
||||
x11/qt5/qtx11extras # needed for auto-type
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
misc/shared-mime-info \
|
||||
x11/gtk+3,-guic
|
||||
|
||||
CONFIGURE_ARGS= -DWITH_GUI_TESTS=ON \
|
||||
-DWITH_XC_HTTP=ON
|
||||
-DWITH_XC_HTTP=ON \
|
||||
-DWITH_XC_AUTOTYPE=ON
|
||||
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/04/23 21:27:58 rsadowski Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2017/05/02 20:41:04 rsadowski Exp $
|
||||
@bin bin/keepassxc
|
||||
lib/keepassxc/
|
||||
lib/keepassxc/libkeepassx-autotype-xcb.so
|
||||
share/applications/keepassxc.desktop
|
||||
share/icons/hicolor/128x128/apps/keepassxc-dark.png
|
||||
share/icons/hicolor/128x128/apps/keepassxc-locked.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user