From 04b98f3df09b57be2f87aa22a7b07bb37485cf01 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 24 Aug 2021 15:49:15 +0200 Subject: [PATCH] graphene: add version 1.10.6 - required by Dia --- graphene.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 graphene.be0 diff --git a/graphene.be0 b/graphene.be0 new file mode 100755 index 000000000..dca9fed67 --- /dev/null +++ b/graphene.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION graphene-1.10.6-0 + +# more info: https://foo.bar.com + +# https://download.gnome.org/sources/graphene/1.10/graphene-1.10.6.tar.xz + +SRCURL[0]="https://beehive.molgen.mpg.de/390139e704772b915ff2b7cac56c24ae/graphene-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + -Dtests=false \ + -Dbenchmarks=false +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}