Skip to content

Commit

Permalink
Merge pull request #1898 from mariux64/update-emacs-271
Browse files Browse the repository at this point in the history
emacs: update to 27.1
  • Loading branch information
wwwutz authored Sep 24, 2020
2 parents 29f545b + 9d112b2 commit 517a7be
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions emacs.be0
Original file line number Diff line number Diff line change
@@ -1,42 +1,38 @@
#!/bin/env beesh

# BEE_VERSION emacs-26.1-0
# BEE_VERSION emacs-27.1-0

SRCURL[0]="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-${PKGVERSION}.tar.gz"
# SRCURL[0]="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/9a044860d24f38859deb3f878265f661/emacs-27.1.tar.gz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat
# mee_extract() {
# bee_extract ${@}
# }

# EXCLUDE=""

#B=${S}

mee_extract() {
bee_extract ${@}
}

mee_patch() {
bee_patch ${@}
}
# mee_patch() {
# bee_patch ${@}
# }

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

--with-x-toolkit=gtk3 \
--without-compress-install
}

mee_build() {
bee_build
}
# mee_build() {
# bee_build
# }

mee_install() {
bee_install
}
# mee_install() {
# bee_install
# }

mee_install_post() {
mv -v ${D}${BINDIR}/ctags{,-emacs}
mv -v ${D}${MANDIR}/man1/ctags{,-emacs}.1
}

0 comments on commit 517a7be

Please sign in to comment.