aboutsummaryrefslogtreecommitdiffstats
path: root/emacs-gtk2/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-21 15:08:06 +0200
committerMattias Andrée <maandree@operamail.com>2014-10-21 15:08:06 +0200
commitd974b3105b6e8237ba822b581451a649d72ddb8f (patch)
treefa4533e92af1b3d060bc0d741855cf8bfe0843d1 /emacs-gtk2/PKGBUILD
parentupdate xorg-server-hwcursor-gamma (diff)
downloadaur-packages-d974b3105b6e8237ba822b581451a649d72ddb8f.tar.gz
aur-packages-d974b3105b6e8237ba822b581451a649d72ddb8f.tar.bz2
aur-packages-d974b3105b6e8237ba822b581451a649d72ddb8f.tar.xz
update emacs-gtk2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'emacs-gtk2/PKGBUILD')
-rw-r--r--emacs-gtk2/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/emacs-gtk2/PKGBUILD b/emacs-gtk2/PKGBUILD
index df5cf27..68e3333 100644
--- a/emacs-gtk2/PKGBUILD
+++ b/emacs-gtk2/PKGBUILD
@@ -4,26 +4,23 @@
_pkgname=emacs
pkgname=$_pkgname-gtk2
-pkgver=24.3
-pkgrel=9
+pkgver=24.4
+pkgrel=1
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' 'libxpm' 'libotf' 'm17n-lib' 'gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'imagemagick>=6.8.4.7') # 'giflib'
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'imagemagick>=6.8.4.7')
install=emacs-gtk2.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz{,.sig} emacs-24.3-giflib5.patch)
-sha256sums=('70aa2942e9ae689ed17eddedfca5027c364ffbcc8b59968b1645e935f4c7058d'
- '6c258b159c921006eee4b1a1aeb1be75a79ad8ed92b36b1b08b262d41a091093'
- '3a13fa178711b652366d13b4b9996d7db4355261615f38d1e8ab2c8d7725d1a9')
+source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ad487658ad7421ad8d7b5152192eb945' 'SKIP')
provides=('emacs')
conflicts=('emacs')
build() {
cd "$srcdir"/emacs-$pkgver
- #patch -Np0 -i ../emacs-24.3-giflib5.patch
- #export ac_cv_lib_gif_EGifPutExtensionLast=yes
+ 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 \