diff options
author | Cem Keylan <cem@ckyln.com> | 2023-08-10 16:28:10 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-08-10 16:28:10 +0200 |
commit | 06b0af00f5c0c93db9b0418ceecd89cf272df01e (patch) | |
tree | 1d62f610e789fd2a2604c028d78d951c7de5c37e /testing | |
parent | 308cb3161c59e820a38f55c96d751ccaec62e029 (diff) | |
download | repository-06b0af00f5c0c93db9b0418ceecd89cf272df01e.tar.gz |
emacs: drop package [TESTING]
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/emacs/build | 29 | ||||
-rw-r--r-- | testing/emacs/checksums | 2 | ||||
-rw-r--r-- | testing/emacs/depends | 9 | ||||
-rw-r--r-- | testing/emacs/meta | 3 | ||||
-rw-r--r-- | testing/emacs/sources | 1 | ||||
-rw-r--r-- | testing/emacs/version | 1 |
6 files changed, 0 insertions, 45 deletions
diff --git a/testing/emacs/build b/testing/emacs/build deleted file mode 100755 index ff045c83..00000000 --- a/testing/emacs/build +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --with-modules \ - --with-x-toolkit=gtk3 \ - --with-pgtk \ - --with-dbus="$(cpt-list -C dbus yes no)" \ - --without-libgmp \ - --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 f1e83a83..00000000 --- a/testing/emacs/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -abfb43c51a1a175fe58fddd7ec539e826dd3886e71d04c53afc12ae4a75075ce emacs-29.0.90.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/meta b/testing/emacs/meta deleted file mode 100644 index c5b70d92..00000000 --- a/testing/emacs/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: GNU Emacs editor (29.1 Pretest Release) -license: GPL-3.0-or-later -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/testing/emacs/sources b/testing/emacs/sources deleted file mode 100644 index f6ec2c5d..00000000 --- a/testing/emacs/sources +++ /dev/null @@ -1 +0,0 @@ -https://alpha.gnu.org/gnu/emacs/pretest/emacs-29.0.90.tar.xz diff --git a/testing/emacs/version b/testing/emacs/version deleted file mode 100644 index c3156dcc..00000000 --- a/testing/emacs/version +++ /dev/null @@ -1 +0,0 @@ -29.0.90 1 |