diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-08-24 11:32:07 -0500 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-28 18:37:19 -0300 |
commit | 60da0c777aee3b2eda09566330a738cb2fdc50d3 (patch) | |
tree | bc123070c9db250bb6ad1aa0946b7306ac94eb4b /pcr/emacs-git/PKGBUILD | |
parent | 87de9099ab104a6591fc54be1d1bbeb197c26b0e (diff) | |
download | abslibre-60da0c777aee3b2eda09566330a738cb2fdc50d3.tar.gz abslibre-60da0c777aee3b2eda09566330a738cb2fdc50d3.tar.bz2 abslibre-60da0c777aee3b2eda09566330a738cb2fdc50d3.zip |
emacs-git-25.0.50.r122479-1: updating version
Diffstat (limited to 'pcr/emacs-git/PKGBUILD')
-rw-r--r-- | pcr/emacs-git/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/emacs-git/PKGBUILD b/pcr/emacs-git/PKGBUILD index f036e9c44..cfaa5e813 100644 --- a/pcr/emacs-git/PKGBUILD +++ b/pcr/emacs-git/PKGBUILD @@ -7,14 +7,14 @@ # pkgname=emacs-git -pkgver=25.0.50.r121790 +pkgver=25.0.50.r122479 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 |