diff --git a/dino.be0 b/dino.be0 new file mode 100755 index 000000000..9cb690c15 --- /dev/null +++ b/dino.be0 @@ -0,0 +1,40 @@ +#!/usr/bin/env beesh + +# BEE_VERSION dino-0.1.0_p152_5954f77-0 + +# https://github.com/dino/dino/ +SRCURL[0]="/src/mariux/beeroot/downloads/dino-${PKGFULLVERSION}.tar.bz2" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + +BEE_BUILDTYPE=autotools + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --with-libsignal-in-tree \ + --release +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#} diff --git a/gpgme.be0 b/gpgme.be0 index 2a00af096..464133cbe 100755 --- a/gpgme.be0 +++ b/gpgme.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gpgme-1.13.1-0 +# BEE_VERSION gpgme-1.14.0-0 SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-${PKGVERSION}.tar.bz2" diff --git a/libgpg-error.be0 b/libgpg-error.be0 index 4af7e91f4..4983c1fde 100755 --- a/libgpg-error.be0 +++ b/libgpg-error.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libgpg-error-1.29-0 +# BEE_VERSION libgpg-error-1.39-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -54,7 +54,7 @@ SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}. #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { diff --git a/vala.be0 b/vala.be0 index 68c193782..a215a330c 100755 --- a/vala.be0 +++ b/vala.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION vala-0.36.15-0 +# BEE_VERSION vala-0.50.1-0 SRCURL[0]="https://download.gnome.org/sources/vala/${PKGVERSION[2]}/vala-${PKGVERSION}.tar.xz"