From e67e7d1d48224a9dee400f82555154a216d896fa Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 4 Aug 2020 11:48:13 +0300 Subject: emacs: add new package at 27.1-rc1 [TESTING] --- testing/emacs/build | 31 +++++++++++++++++++++++++++++++ testing/emacs/checksums | 1 + testing/emacs/depends | 9 +++++++++ testing/emacs/sources | 1 + testing/emacs/version | 1 + 5 files changed, 43 insertions(+) create mode 100755 testing/emacs/build create mode 100644 testing/emacs/checksums create mode 100644 testing/emacs/depends create mode 100644 testing/emacs/sources create mode 100644 testing/emacs/version (limited to 'testing') diff --git a/testing/emacs/build b/testing/emacs/build new file mode 100755 index 00000000..7428c187 --- /dev/null +++ b/testing/emacs/build @@ -0,0 +1,31 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-modules \ + --with-xft \ + --with-x-toolkit=athena \ + --without-toolkit-scroll-bars \ + --without-dbus \ + --without-gconf \ + --without-gsettings \ + --with-xpm=no \ + --with-gnutls=yes + +mkdir -p "$1/usr/share/emacs/site-lisp" +cat << EOF > "$1/usr/share/emacs/site-lisp/site-start.el" +;; GnuTLS configuration +;; In Carbs, CA certificates are installed to /etc/certificates +(with-eval-after-load 'gnutls + (setq gnutls-verify-error t + gnutls-min-prime-bits 2048 + gnutls-trustfiles '("/etc/certificates/cert.pem") +)) + +(setq-default shr-blocked-images ".*\.svg$") +EOF + +make +make DESTDIR="$1" install + +rm -rf "$1/usr/lib/systemd" diff --git a/testing/emacs/checksums b/testing/emacs/checksums new file mode 100644 index 00000000..3c3ff00c --- /dev/null +++ b/testing/emacs/checksums @@ -0,0 +1 @@ +4fcc06da284a8a369c64b9c9d2d73c39dd289958a0a1b673b3cdba1e774a5b6f emacs-27.1-rc1.tar.xz diff --git a/testing/emacs/depends b/testing/emacs/depends new file mode 100644 index 00000000..b44d27b7 --- /dev/null +++ b/testing/emacs/depends @@ -0,0 +1,9 @@ +giflib +gnutls +libjpeg-turbo +libpng +libxaw3d +libxml2 +ncurses +tiff +zlib diff --git a/testing/emacs/sources b/testing/emacs/sources new file mode 100644 index 00000000..c18fb224 --- /dev/null +++ b/testing/emacs/sources @@ -0,0 +1 @@ +https://alpha.gnu.org/gnu/emacs/pretest/emacs-27.1-rc1.tar.xz diff --git a/testing/emacs/version b/testing/emacs/version new file mode 100644 index 00000000..308bcf20 --- /dev/null +++ b/testing/emacs/version @@ -0,0 +1 @@ +27.1-rc1 1 -- cgit v1.2.3