diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-28 12:33:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-28 12:33:05 -0400 |
commit | 602d947bda4f3ac19ff78fab40e171c9bd57d6eb (patch) | |
tree | 83684d7795d59af5f4f22cebdc6bb81db6210180 /pcr | |
parent | 52a964b3feba12afc6f4288ea9869e74faada7b1 (diff) | |
download | abslibre-602d947bda4f3ac19ff78fab40e171c9bd57d6eb.tar.gz abslibre-602d947bda4f3ac19ff78fab40e171c9bd57d6eb.tar.bz2 abslibre-602d947bda4f3ac19ff78fab40e171c9bd57d6eb.zip |
update pcr/emacs-lucid
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/emacs-lucid/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/emacs-lucid/PKGBUILD b/pcr/emacs-lucid/PKGBUILD index c9dbe9737..11b6f4e19 100644 --- a/pcr/emacs-lucid/PKGBUILD +++ b/pcr/emacs-lucid/PKGBUILD @@ -4,8 +4,8 @@ _pkgname=emacs pkgname=emacs-lucid -pkgver=25.1 -pkgrel=4 +pkgver=25.2 +pkgrel=2 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" @@ -13,7 +13,7 @@ license=('GPL3') depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 'gnutls') validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' '28D3BED851FDF3AB57FEF93C233587A47C207910') source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz{,.sig}) -md5sums=('4f3d42fb22823a659e16bfa89078a74c' +sha1sums=('3960d0b64031c645d98aafd4dc9ebf6f6ef4cf50' 'SKIP') pkgdesc+=", with the Lucid X11 toolkit" @@ -22,9 +22,9 @@ conflicts=("$_pkgname") build() { cd "$srcdir"/$_pkgname-$pkgver - export REL_ALLOC=no ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --localstatedir=/var --with-x-toolkit=lucid --with-xft + --localstatedir=/var --with-x-toolkit=lucid --with-xft \ + --with-modules make } |