summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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