From 2f3bc3aaf92eff1a29920ccd3f722ed8b2c21183 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 27 Aug 2023 14:58:35 +0200 Subject: emacs: bump to 29.1 --- community/emacs/build | 10 ++++------ community/emacs/checksums | 2 +- community/emacs/depends | 2 +- community/emacs/sources | 2 +- community/emacs/version | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) (limited to 'community') diff --git a/community/emacs/build b/community/emacs/build index 7428c187..8e1ca842 100755 --- a/community/emacs/build +++ b/community/emacs/build @@ -3,12 +3,10 @@ ./configure \ --prefix=/usr \ --with-modules \ - --with-xft \ - --with-x-toolkit=athena \ - --without-toolkit-scroll-bars \ + --with-x-toolkit=gtk3 \ + --with-pgtk \ + --without-rsvg \ --without-dbus \ - --without-gconf \ - --without-gsettings \ --with-xpm=no \ --with-gnutls=yes @@ -25,7 +23,7 @@ cat << EOF > "$1/usr/share/emacs/site-lisp/site-start.el" (setq-default shr-blocked-images ".*\.svg$") EOF -make +make V=1 -j1 make DESTDIR="$1" install rm -rf "$1/usr/lib/systemd" diff --git a/community/emacs/checksums b/community/emacs/checksums index e23ffbb9..1ab169e8 100644 --- a/community/emacs/checksums +++ b/community/emacs/checksums @@ -1,2 +1,2 @@ %BLAKE3 -b1265e91c3955dff05ca317c128548df043625e93c943b53f3254c755a28c245 emacs-28.2.tar.xz +bbe228bcd80fed2b06320eba00a0a0f27941c44ecd0572c87e963560a35be76e emacs-29.1.tar.xz diff --git a/community/emacs/depends b/community/emacs/depends index b44d27b7..48909746 100644 --- a/community/emacs/depends +++ b/community/emacs/depends @@ -1,8 +1,8 @@ giflib gnutls +gtk+3 libjpeg-turbo libpng -libxaw3d libxml2 ncurses tiff diff --git a/community/emacs/sources b/community/emacs/sources index e06dd52e..c6503016 100644 --- a/community/emacs/sources +++ b/community/emacs/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/emacs/emacs-28.2.tar.xz +https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz diff --git a/community/emacs/version b/community/emacs/version index c9a5dc31..ec2a295c 100644 --- a/community/emacs/version +++ b/community/emacs/version @@ -1 +1 @@ -28.2 2 +29.1 1 -- cgit v1.2.3