From 9eac68947f9a713d6b800204217ff23fec618853 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 28 Aug 2018 17:09:44 +0200 Subject: [PATCH 1/2] emacs: beenullify.sh -n 26.1 emacs-24.5-1.bee --- emacs-24.5-1.bee => emacs.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename emacs-24.5-1.bee => emacs.be0 (89%) diff --git a/emacs-24.5-1.bee b/emacs.be0 similarity index 89% rename from emacs-24.5-1.bee rename to emacs.be0 index 9079b7ace..fc34471cc 100755 --- a/emacs-24.5-1.bee +++ b/emacs.be0 @@ -1,5 +1,7 @@ #!/bin/env beesh +# BEE_VERSION emacs-26.1-0 + SRCURL[0]="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-${PKGVERSION}.tar.gz" PATCHURL[0]="" @@ -19,7 +21,7 @@ mee_patch() { } mee_configure() { - bee_configure + bee_configure } mee_build() { From 3b33dab310797d09d6c400341876e670b3b901ce Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 28 Aug 2018 17:23:32 +0200 Subject: [PATCH 2/2] emacs: adapted config changes from slackware I like the idea of having no deps on gconf/gsettings, since emacs users are possibly more emacs-centric, than gnome- centric. OTOH a GTK-3 facelift for the dinosaur, why not? --- emacs.be0 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs.be0 b/emacs.be0 index fc34471cc..6c5aeb52e 100755 --- a/emacs.be0 +++ b/emacs.be0 @@ -21,7 +21,12 @@ mee_patch() { } mee_configure() { - bee_configure + bee_configure \ + --without-gconf \ + --without-gsettings \ + --with-x \ + --with-x-toolkit=gtk3 + } mee_build() {