summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2015-08-22 12:36:39 -0500
committerP.A. López-Valencia2015-08-22 12:36:39 -0500
commitcb7b7ff588606e99bfda54eb0959073a13da3554 (patch)
tree8d0555c258e1a215cd7d2a41038f222a31d9689b
parent0aaf1761ec8a0641fe20ae9f0a15bdb2bb9455f1 (diff)
downloadaur-cb7b7ff588606e99bfda54eb0959073a13da3554.tar.gz
emacs-git-25.0.50.r122445-1 - Add cairo support by default.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9302818495b..66cd80becdff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Official git trunk.
- pkgver = 25.0.50.r121790
+ pkgver = 25.0.50.r122445
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -15,6 +15,7 @@ pkgbase = emacs-git
depends = libotf
depends = m17n-lib
depends = gtk3
+ depends = cairo
depends = hicolor-icon-theme
depends = desktop-file-utils
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index 51427f21e0e3..8fd454a19bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
#
pkgname=emacs-git
-pkgver=25.0.50.r121790
+pkgver=25.0.50.r122445
pkgrel=1
pkgdesc="GNU Emacs. Official git trunk."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
license=('GPL')
depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib'
- 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils'
+ 'gtk3' 'cairo' 'hicolor-icon-theme' 'desktop-file-utils'
'alsa-lib' 'imagemagick' 'gnutls')
makedepends=('git')
conflicts=('emacs')
@@ -53,6 +53,7 @@ build() {
--with-sound=alsa \
--without-gconf \
--with-x-toolkit=gtk3 \
+ --with-cairo \
--with-xft
# Using "make" instead of "make bootstrap" makes incremental