Skip to content

Commit

Permalink
KeepassXC: Update from version 2.2.2 to 2.4.1
Browse files Browse the repository at this point in the history
add browser support
Request from Sven Klages
helpdesk 11.4.19 MariuX: KeePassXC 2.4
  • Loading branch information
david committed Apr 18, 2019
1 parent 889443c commit 1cc4794
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions keepassxc.be0
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION keepassxc-2.2.2-0
# BEE_VERSION keepassxc-2.4.1-0

# bee download https://github.com/keepassxreboot/keepassxc.git
SRCURL[0]="https://github.com/keepassxreboot/keepassxc/archive/${PKGVERSION}.tar.gz keepassxc-2.4.1.tar.gz"

SRCURL[0]="/src/mariux/beeroot/downloads/keepassxc-${PKGVERSION}_p182_b0e6bcfa.tar.bz2"

PATH=/usr/local/qt5/bin:$PATH

# remove buggy cmake git ref settings
PATCHURL[0]='/src/mariux/beeroot/downloads/keepassxc-2.2.2_p182_b0e6bcfa-git-get-refs.patch'
# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -23,9 +19,12 @@ PATCHURL[0]='/src/mariux/beeroot/downloads/keepassxc-2.2.2_p182_b0e6bcfa-git-get
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure -DQt5X11Extras_DIR=/usr/local/qt5/lib/cmake/Qt5X11Extras \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_XC_KEESHARE=ON \
-DKEEPASSXC_BUILD_TYPE=Release
}

#mee_build() {
# bee_build
Expand All @@ -34,3 +33,4 @@ PATCHURL[0]='/src/mariux/beeroot/downloads/keepassxc-2.2.2_p182_b0e6bcfa-git-get
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 1cc4794

Please sign in to comment.