keepassx2: update to 2.0-beta1
This commit is contained in:
parent
753cf40c24
commit
9da27bc1ef
2 changed files with 14 additions and 4 deletions
10
srcpkgs/keepassx2/patches/musl.patch
Normal file
10
srcpkgs/keepassx2/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/core/qlockfile_unix.cpp.orig 2015-07-19 00:41:35.000000000 +0200
|
||||||
|
+++ src/core/qlockfile_unix.cpp 2015-07-21 20:01:02.607722077 +0200
|
||||||
|
@@ -39,6 +39,7 @@
|
||||||
|
#include <QDebug>
|
||||||
|
#include <QDateTime>
|
||||||
|
|
||||||
|
+#include <fcntl.h>
|
||||||
|
#include <sys/file.h> // flock
|
||||||
|
#include <sys/types.h> // kill
|
||||||
|
#include <signal.h> // kill
|
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
# Template file for 'keepassx2'
|
# Template file for 'keepassx2'
|
||||||
_realname="keepassx"
|
_realname="keepassx"
|
||||||
_realversion="2.0-alpha6"
|
_realversion="2.0-beta1"
|
||||||
pkgname="${_realname}2"
|
pkgname="${_realname}2"
|
||||||
version="2.0"
|
version="2.0"
|
||||||
revision=1
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config cmake"
|
hostmakedepends="pkg-config cmake"
|
||||||
makedepends="qt-devel libgcrypt-devel zlib-devel"
|
makedepends="qt-devel libgcrypt-devel zlib-devel"
|
||||||
|
@ -13,6 +13,6 @@ short_desc="A password manager to secure personal data"
|
||||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://www.keepassx.org/"
|
homepage="https://www.keepassx.org/"
|
||||||
distfiles="${homepage}/dev/attachments/download/69/${_realname}-${_realversion}.tar.gz"
|
distfiles="${homepage}/dev/attachments/download/100/${_realname}-${_realversion}.tar.gz"
|
||||||
checksum=592f9995b13c4f84724fb24a0078162246397eedccd467daaf0fd3608151f2b0
|
checksum=bce1933c48fd33ef8043dd526d769fd9c454d1b63464c82a35e1f7a8689acbf2
|
||||||
wrksrc="${_realname}-${_realversion}"
|
wrksrc="${_realname}-${_realversion}"
|
||||||
|
|
Loading…
Reference in a new issue