Skip to content

emacs: update to 27.1 #1898

Merged
merged 1 commit into from
Sep 24, 2020
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
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
}