summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2019-07-25 11:53:26 -0500
committerPedro A. López-Valencia2019-07-25 11:53:26 -0500
commit1c0e6b85edd145c7688205e057aed16443a9190d (patch)
tree2ff1a331462001a902299eff08e8cad80fe2c477
parente9916afe41caabed26affdf27e116983b9b4ddac (diff)
downloadaur-1c0e6b85edd145c7688205e057aed16443a9190d.tar.gz
Integrate libotf and harfbuzz in default build. (Hey! I use them now).
GOOD NEWS: cairo is not experimental anymore and it is fully supported.
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9632728bf513..e003a907bdc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: A. López-Valencia <https://aur.archlinux.org/users/vorbote>
+# Maintainer: P. A. López-Valencia <https://aur.archlinux.org/users/vorbote>
#######################################################################
# CAVEAT LECTOR: This PKGBUILD is highly opinionated. I give you
@@ -39,9 +39,7 @@ M17N= # Enable m17n international table input support.
# You are far better off using UTF-8 and an input
# method under X/Wayland. But this gives independence
# if you need it.
-OTF="YES" # OTF font support. Also a secondary dependency
- # by pulling m17n-lib. Not needed in that case.
-CAIRO= # Highly experimental. Maintaner dissapeared.
+CAIRO= # GOOD NEWS! No longer experimental and very supported.
XWIDGETS= # Use GTK+ widgets pulled from webkit2gtk. Usable.
DOCS_HTML= # Generate and install html documentation.
DOCS_PDF= # Generate and install pdf documentation.
@@ -62,7 +60,7 @@ pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
url="http://www.gnu.org/software/emacs/"
license=('GPL3')
-depends=( 'alsa-lib' 'gnutls' 'libxml2' 'jansson' )
+depends=( 'alsa-lib' 'gnutls' 'libxml2' 'jansson' 'libotf' 'harfbuzz' )
makedepends=( 'git' )
#######################################################################
@@ -93,10 +91,6 @@ if [[ $M17N = "YES" ]]; then
depends+=( 'm17n-lib' );
fi
-if [[ $OTF = "YES" ]] && [[ ! $M17N = "YES" ]]; then
- depends+=( 'libotf' );
-fi
-
if [[ $MAGICK = "YES" ]]; then
depends+=( 'libmagick6' 'libjpeg-turbo' 'giflib' );
elif [[ ! $NOX = "YES" ]]; then