summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2015-08-26 14:55:47 -0500
committerP.A. López-Valencia2015-08-26 14:55:47 -0500
commit5916c0613e164fd6017c335b4e8c5e2b6ae8398f (patch)
tree2286c83a1dc3aa6146b6cbb178d1a599ce225e87
parentcb7b7ff588606e99bfda54eb0959073a13da3554 (diff)
downloadaur-5916c0613e164fd6017c335b4e8c5e2b6ae8398f.tar.gz
emacs-git-25.0.50.r122501-1 - Cairo is no good after all. It corrupts
images: in eww for example (missed that!).
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66cd80becdff..1cd607a2b041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Official git trunk.
- pkgver = 25.0.50.r122445
+ pkgver = 25.0.50.r122501
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -15,7 +15,6 @@ 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 8fd454a19bc9..f167f2275b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
#
pkgname=emacs-git
-pkgver=25.0.50.r122445
+pkgver=25.0.50.r122501
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' 'cairo' 'hicolor-icon-theme' 'desktop-file-utils'
+ 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils'
'alsa-lib' 'imagemagick' 'gnutls')
makedepends=('git')
conflicts=('emacs')
@@ -53,7 +53,6 @@ build() {
--with-sound=alsa \
--without-gconf \
--with-x-toolkit=gtk3 \
- --with-cairo \
--with-xft
# Using "make" instead of "make bootstrap" makes incremental