aboutsummaryrefslogtreecommitdiffstats
path: root/emacs-gtk2/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-16 10:31:57 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-16 10:31:57 +0200
commit6c228347faabd65ae116c8c8f03200744d86535f (patch)
tree291deecc5069a7ff0d040034f12f8f11fff574fa /emacs-gtk2/PKGBUILD
parentm (diff)
downloadaur-packages-6c228347faabd65ae116c8c8f03200744d86535f.tar.gz
aur-packages-6c228347faabd65ae116c8c8f03200744d86535f.tar.bz2
aur-packages-6c228347faabd65ae116c8c8f03200744d86535f.tar.xz
new pkgver of emacs-gtk2, remove gif support so that it builds
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--emacs-gtk2/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/emacs-gtk2/PKGBUILD b/emacs-gtk2/PKGBUILD
index 2db5ca2..df5cf27 100644
--- a/emacs-gtk2/PKGBUILD
+++ b/emacs-gtk2/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=emacs
pkgname=$_pkgname-gtk2
pkgver=24.3
-pkgrel=8
+pkgrel=9
pkgdesc="The extensible, customizable, self-documenting real-time display editor. GTK2 version"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'imagemagick>=6.8.4.7')
+depends=('librsvg' 'gpm' 'libxpm' 'libotf' 'm17n-lib' 'gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'imagemagick>=6.8.4.7') # 'giflib'
install=emacs-gtk2.install
source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz{,.sig} emacs-24.3-giflib5.patch)
sha256sums=('70aa2942e9ae689ed17eddedfca5027c364ffbcc8b59968b1645e935f4c7058d'
@@ -22,8 +22,9 @@ conflicts=('emacs')
build() {
cd "$srcdir"/emacs-$pkgver
- patch -Np0 -i ../emacs-24.3-giflib5.patch
- ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure \
+ #patch -Np0 -i ../emacs-24.3-giflib5.patch
+ #export ac_cv_lib_gif_EGifPutExtensionLast=yes
+ ./configure --without-gif \
--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --with-x-toolkit=gtk2 --with-xft \
--without-gconf