e5ecda42af
2.0.3 (2016-09-04) ========================= - Improved error reporting when reading / writing databases fails. [#450, #462] - Display an error message when opening a custom icon fails. - Detect custom icon format based on contents instead of the filename. [#512] - Keep symlink intact when saving databases. [#442]. - Fix a crash when deleting parent group of recycle bin. [#520] - Display a confirm dialog before moving an entry to the recycle bin. [#447] - Repair UUIDs of inconsistent history items. [#130] - Only include top-level windows in auto-type window list when using gnome-shell. - Update translations.
34 lines
958 B
Makefile
34 lines
958 B
Makefile
# $NetBSD: Makefile,v 1.36 2017/09/04 14:43:13 wiz Exp $
|
|
|
|
DISTNAME= keepassx-2.0.3
|
|
CATEGORIES= security x11
|
|
MASTER_SITES= https://www.keepassx.org/releases/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.keepassx.org/
|
|
COMMENT= Password generator and manager v2 (kdbx support)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
CMAKE_ARG_PATH= ..
|
|
CONFIGURE_DIRS= build
|
|
|
|
.PHONY: qmake-bin-add
|
|
pre-configure: qmake-bin-add
|
|
|
|
qmake-bin-add:
|
|
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
|
|
|
|
pre-configure:
|
|
${MKDIR} ${WRKSRC}/build
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|