From eddccd9e45f5286a011d8d5d774326160ce1e204 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 9 Aug 2018 09:58:34 +0200 Subject: [PATCH 1/2] vala: beenullified as simple as: 'beenullify.sh -n 0.36.15 vala-0.29.3-0.bee' --- vala-0.29.3-0.bee => vala.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename vala-0.29.3-0.bee => vala.be0 (89%) diff --git a/vala-0.29.3-0.bee b/vala.be0 similarity index 89% rename from vala-0.29.3-0.bee rename to vala.be0 index 620e556a4..367093c27 100755 --- a/vala-0.29.3-0.bee +++ b/vala.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION vala-0.36.15-0 + SRCURL[0]="http://ftp.acc.umu.se/pub/GNOME/sources/vala/${PKGVERSION[2]}/vala-${PKGVERSION}.tar.xz" PATCHURL[0]="" @@ -25,7 +27,7 @@ PATCHURL[0]="" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From ebd01566399886acdcef7d58c5de03c15b1e3c8e Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 9 Aug 2018 10:10:39 +0200 Subject: [PATCH 2/2] vala.be0: Change to 'generic' gnome URL Reason for the update: The installed version doesn't handle the new/updated GTK-3 features available under mariux. Reason for not using ver 0.40.8: As with any gnome project, I avoid too big jumps, that might trigger a rebuild cascade caus too many things got deprecated, or have their interfaces changed 'over night'. --- vala.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vala.be0 b/vala.be0 index 367093c27..68c193782 100755 --- a/vala.be0 +++ b/vala.be0 @@ -2,7 +2,7 @@ # BEE_VERSION vala-0.36.15-0 -SRCURL[0]="http://ftp.acc.umu.se/pub/GNOME/sources/vala/${PKGVERSION[2]}/vala-${PKGVERSION}.tar.xz" +SRCURL[0]="https://download.gnome.org/sources/vala/${PKGVERSION[2]}/vala-${PKGVERSION}.tar.xz" PATCHURL[0]=""