aboutsummaryrefslogtreecommitdiff
path: root/community/emacs/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-08-27 14:58:35 +0200
committerCem Keylan <cem@ckyln.com>2023-08-27 14:58:35 +0200
commit2f3bc3aaf92eff1a29920ccd3f722ed8b2c21183 (patch)
treecde6281950a8a63a5640a8eaec6407d86efef3db /community/emacs/build
parent521378abd35f88baf4b878d5a8aff015f1cce826 (diff)
downloadrepository-2f3bc3aaf92eff1a29920ccd3f722ed8b2c21183.tar.gz
emacs: bump to 29.1
Diffstat (limited to 'community/emacs/build')
-rwxr-xr-xcommunity/emacs/build10
1 files changed, 4 insertions, 6 deletions
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"