Skip to content

Update emacs from 24.5 to 26.1 #884

Merged
merged 2 commits into from
Aug 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion emacs-24.5-1.bee → emacs.be0
Original file line number Diff line number Diff line change
@@ -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]=""
Expand All @@ -19,7 +21,12 @@ mee_patch() {
}

mee_configure() {
bee_configure
bee_configure \
--without-gconf \
--without-gsettings \
--with-x \
--with-x-toolkit=gtk3

}

mee_build() {
Expand Down