summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2021-12-03 07:44:08 -0500
committerPedro A. López-Valencia2021-12-03 07:44:08 -0500
commit48b2a70e648ff5cfc4c75636ee1f2338150b7791 (patch)
treeac34ee26a082f15771fb8c7b22a10db6e110b9b7
parenta0feb807d2c9eb6479d4ff6908a72b21e571ca2e (diff)
downloadaur-48b2a70e648ff5cfc4c75636ee1f2338150b7791.tar.gz
* Drop libotf and m17n-lib. Use harfbuzz and native input methods
instead.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d03fc781669c..7c025f1b0960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,6 @@ pkgbase = emacs-git
depends = libxml2
depends = jansson
depends = gpm
- depends = m17n-lib
- depends = libotf
depends = harfbuzz
depends = gtk3
depends = libjpeg-turbo
diff --git a/PKGBUILD b/PKGBUILD
index e93bf45a7b35..d62721dc680e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,7 +76,7 @@ arch=('x86_64')
url="http://www.gnu.org/software/emacs/"
license=('GPL3')
depends_nox=('alsa-lib' 'gnutls' 'libxml2' 'jansson' 'gpm')
-depends=("${depends_nox[@]}" 'm17n-lib' 'libotf' 'harfbuzz')
+depends=("${depends_nox[@]}" 'harfbuzz')
makedepends=('git')
provides=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs28-git' 'emacs-seq' 'emacs-nox')
conflicts=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs28-git' 'emacs-seq' 'emacs-nox')
@@ -199,6 +199,8 @@ build() {
--with-gameuser=:games
--with-sound=alsa
--with-modules
+ --without-libotf
+ --without-m17n-flt
# Beware https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25228
# dconf and gconf break font settings you set in ~/.emacs.
# If you insist you'll need to read that bug report in *full*.