diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-08-24 11:32:07 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-08-24 11:32:07 -0500 |
commit | 3c61a6cbfdc219b6e626994e597e3132b72ac5ed (patch) | |
tree | 0894c34295b2c614be256e2cba7d444a225c7dfd | |
parent | 49c393972f3e9dc6a4db0931ddba04d6a1002634 (diff) |
emacs-git-25.0.50.r122479-1: updating version
-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 |