mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
emacs: update to 29.4.
This commit is contained in:
parent
488853a2ec
commit
9453073f56
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'emacs'
|
||||
pkgname=emacs
|
||||
version=29.3
|
||||
revision=2
|
||||
version=29.4
|
||||
revision=1
|
||||
create_wrksrc=required
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-file-notification=inotify --with-modules
|
||||
|
@ -9,9 +9,9 @@ configure_args="--with-file-notification=inotify --with-modules
|
|||
$(vopt_with webp) $(vopt_with xpm) $(vopt_with svg rsvg) $(vopt_with imagemagick)
|
||||
$(vopt_with xml xml2) $(vopt_with gnutls) $(vopt_with sound) $(vopt_with m17n m17n-flt)
|
||||
$(vopt_with json) $(vopt_with harfbuzz) $(vopt_with cairo) $(vopt_with gmp libgmp)
|
||||
$(vopt_with sqlite) $(vopt_with treesitter tree-sitter)
|
||||
$(vopt_with sqlite sqlite3) $(vopt_with treesitter tree-sitter)
|
||||
$(vopt_with nativecomp native-compilation=aot)"
|
||||
hostmakedepends="pkg-config tar"
|
||||
hostmakedepends="pkg-config tar texinfo"
|
||||
makedepends="ncurses-devel libXaw-devel libXi-devel gtk+3-devel libwebkit2gtk41-devel
|
||||
dbus-devel acl-devel
|
||||
$(vopt_if jpeg libjpeg-turbo-devel) $(vopt_if tiff tiff-devel)
|
||||
|
@ -31,7 +31,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="http://www.gnu.org/software/emacs/"
|
||||
changelog="https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html#Releases"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=c34c05d3ace666ed9c7f7a0faf070fea3217ff1910d004499bd5453233d742a0
|
||||
checksum=ba897946f94c36600a7e7bb3501d27aa4112d791bfe1445c61ed28550daca235
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -78,7 +78,7 @@ do_configure() {
|
|||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} -C nox
|
||||
make ${makejobs} -C nox V=1
|
||||
make ${makejobs} -C x11
|
||||
make ${makejobs} -C gtk3
|
||||
make ${makejobs} -C pgtk
|
||||
|
|
Loading…
Add table
Reference in a new issue