Skip to content

Commit

Permalink
Merge pull request #884 from mariux64/update-emacs-from-24.5-to-26.1
Browse files Browse the repository at this point in the history
Update emacs from 24.5 to 26.1
  • Loading branch information
donald authored Aug 29, 2018
2 parents 03f3750 + 3b33dab commit 3f0a730
Showing 1 changed file with 8 additions and 1 deletion.
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

0 comments on commit 3f0a730

Please sign in to comment.