emacs: update to 28.1.
Enable cairo and harfbuzz by default, as recommended by upstream.
This commit is contained in:
parent
48249852b4
commit
48c4d9c884
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'emacs'
|
||||
pkgname=emacs
|
||||
version=27.2
|
||||
version=28.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-file-notification=inotify --with-modules
|
||||
|
@ -24,7 +24,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/emacs/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9
|
||||
checksum=28b1b3d099037a088f0a4ca251d7e7262eab5ea1677aabffa6c4426961ad75e1
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -33,7 +33,8 @@ build_options="jpeg tiff gif png xpm svg xml imagemagick gnutls sound m17n dbus
|
|||
desc_option_xpm="Enable support for XPM images"
|
||||
desc_option_sound="Enable support for sound"
|
||||
desc_option_m17n="Enable support for m17n multilingual text processing"
|
||||
build_options_default="jpeg tiff gif png xpm svg xml gnutls sound m17n json gmp"
|
||||
build_options_default="cairo gif gmp gnutls harfbuzz jpeg json m17n png sound
|
||||
svg tiff xml xpm"
|
||||
|
||||
pre_configure() {
|
||||
# Just configuring in different directories results in
|
||||
|
|
Loading…
Reference in a new issue