Skip to content

Commit

Permalink
rmpkg: keepassx-reboot-git, addpkg: keepassxc-git #343
Browse files Browse the repository at this point in the history
  • Loading branch information
ykelvis committed Feb 10, 2017
1 parent 9158fe4 commit 07621c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
File renamed without changes.
19 changes: 11 additions & 8 deletions keepassx-reboot-git/PKGBUILD → keepassxc-git/PKGBUILD
Expand Up @@ -7,22 +7,22 @@
# Contributor: Alucryd <alucryd at gmail dot com>
# Contributor: Paolo Stivanin <admin at polslinux dot it>

pkgname=keepassx-reboot-git
_gitname=keepassx
pkgver=2.0.2.r219.g5bb27b2
pkgname=keepassxc-git
_gitname=keepassxc
pkgver=2.1.0.r40.g0091cb3
pkgrel=1
pkgdesc="A reboot with keepasshttp of an OpenSource password safe which helps you to manage your passwords in an easy and secure way"
arch=('i686' 'x86_64')
url="https://github.com/keepassxreboot/keepassx"
url="https://github.com/keepassxreboot/keepassxc"
license=('GPL2')
depends=('libxtst' 'shared-mime-info' 'qt5-x11extras' 'hicolor-icon-theme' 'desktop-file-utils' 'libmicrohttpd')
install=keepassx.install
install=keepassxc.install
makedepends=('git' 'intltool' 'cmake' 'qt5-base' 'qt5-tools' 'zlib' 'libgcrypt')
conflicts=('keepassx-svn' 'keepassx' 'keepassx-git' 'keepassx2-git' 'keepassx2' 'keepassx2-yubikey-git' 'keepassx-http' )
conflicts=('keepassx-svn' 'keepassx' 'keepassx-git' 'keepassx2-git' 'keepassx2' 'keepassx2-yubikey-git' 'keepassx-http' 'keepassxc')
provides=("keepassx"{,2}"=${pkgver}" "keepassx-svn=${pkgver}" "keepassx2-git=${pkgver}")
replaces=('keepassx-http')
replaces=('keepassx-http' 'keepassx-reboot-git')
options=(!emptydirs)
source=(git+https://github.com/keepassxreboot/keepassx.git)
source=(git+https://github.com/keepassxreboot/keepassxc.git#branch=develop)
md5sums=('SKIP')

pkgver() {
Expand All @@ -43,6 +43,9 @@ build() {
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_VERBOSE_MAKEFILE=OFF \
-DWITH_GUI_TESTS=ON \
-DWITH_XC_AUTOTYPE=ON \
-DWITH_XC_HTTP=ON \
-DWITH_XC_YUBIKEY=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
}
Expand Down
File renamed without changes.

0 comments on commit 07621c0

Please sign in to comment.