diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-11 12:50:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-11 12:50:20 +0300 |
commit | 9cd906b171fa1c7572c769fe9524fb75d8d34cec (patch) | |
tree | b3d925f722661b0679de4055cd9666dd88407afd /testing | |
parent | abfb369b3085eb2ec44ee412cd85625e7432df1a (diff) | |
download | repository-9cd906b171fa1c7572c769fe9524fb75d8d34cec.tar.gz |
[TESTING] remove emacs
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/emacs/build | 31 | ||||
-rw-r--r-- | testing/emacs/checksums | 1 | ||||
-rw-r--r-- | testing/emacs/depends | 9 | ||||
-rw-r--r-- | testing/emacs/sources | 1 | ||||
-rw-r--r-- | testing/emacs/version | 1 |
5 files changed, 0 insertions, 43 deletions
diff --git a/testing/emacs/build b/testing/emacs/build deleted file mode 100755 index 7428c187..00000000 --- a/testing/emacs/build +++ /dev/null @@ -1,31 +0,0 @@ -#!/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 deleted file mode 100644 index 3c3ff00c..00000000 --- a/testing/emacs/checksums +++ /dev/null @@ -1 +0,0 @@ -4fcc06da284a8a369c64b9c9d2d73c39dd289958a0a1b673b3cdba1e774a5b6f emacs-27.1-rc1.tar.xz diff --git a/testing/emacs/depends b/testing/emacs/depends deleted file mode 100644 index b44d27b7..00000000 --- a/testing/emacs/depends +++ /dev/null @@ -1,9 +0,0 @@ -giflib -gnutls -libjpeg-turbo -libpng -libxaw3d -libxml2 -ncurses -tiff -zlib diff --git a/testing/emacs/sources b/testing/emacs/sources deleted file mode 100644 index c18fb224..00000000 --- a/testing/emacs/sources +++ /dev/null @@ -1 +0,0 @@ -https://alpha.gnu.org/gnu/emacs/pretest/emacs-27.1-rc1.tar.xz diff --git a/testing/emacs/version b/testing/emacs/version deleted file mode 100644 index 308bcf20..00000000 --- a/testing/emacs/version +++ /dev/null @@ -1 +0,0 @@ -27.1-rc1 1 |