From abf632bd35eae546841e1a3869109dfddd8be3ee Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 8 Nov 2021 13:48:12 +0100 Subject: [PATCH] dino: update 0.2.0 to 0.2.2 - new vala dictates update --- dino.be0 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dino.be0 b/dino.be0 index 3cbc184b2..907a11c3f 100755 --- a/dino.be0 +++ b/dino.be0 @@ -1,9 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION dino-0.2.0-0 +# BEE_VERSION dino-0.2.2-0 # https://github.com/dino/dino/ -SRCURL[0]="https://github.com/dino/dino/releases/download/v${PKGVERSION}/dino-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://github.com/dino/dino/releases/download/v${PKGVERSION}/dino-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/f9ecbcc69efd8a5c770912390564388f/dino-0.2.2.tar.gz" # PATCHURL+=() @@ -17,9 +18,12 @@ BEE_BUILDTYPE=autotools # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + echo "">plugins/openpgp/po/LINGUAS + echo "">plugins/omemo/po/LINGUAS + echo "">main/po/LINGUAS +} mee_configure() { bee_configure \ @@ -34,7 +38,3 @@ mee_configure() { #mee_install() { # bee_install #} - -#mee_install_post() { -# exit -#}