aboutsummaryrefslogtreecommitdiffstats
path: root/emacs-gtk2
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-06-11 18:42:08 +0200
committerMattias Andrée <maandree@operamail.com>2015-06-11 18:42:08 +0200
commit431a4ca6d3b582ba1e949b667fe278c93217f8cb (patch)
treefa0489f07c80612965ff5e6cfe6d4790d8f0087e /emacs-gtk2
parentupdate todo (diff)
downloadaur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.gz
aur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.bz2
aur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.xz
migrating to aur4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'emacs-gtk2')
-rw-r--r--emacs-gtk2/PKGBUILD16
-rw-r--r--emacs-gtk2/gnupg21.patch28
l---------emacs-gtk2/upload1
3 files changed, 5 insertions, 40 deletions
diff --git a/emacs-gtk2/PKGBUILD b/emacs-gtk2/PKGBUILD
index ea97ba2..3105fa8 100644
--- a/emacs-gtk2/PKGBUILD
+++ b/emacs-gtk2/PKGBUILD
@@ -4,27 +4,19 @@
_pkgname=emacs
pkgname=$_pkgname-gtk2
-pkgver=24.4
-pkgrel=2
+pkgver=24.5
+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' '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}
- gnupg21.patch)
-md5sums=('ad487658ad7421ad8d7b5152192eb945'
- 'SKIP'
- '0583d868e0e304bac3df95b7518615cd')
+source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz)
+sha256sums=(dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e)
provides=('emacs')
conflicts=('emacs')
-prepare() {
- cd "$srcdir"/emacs-$pkgver
- patch -p1 -i ../gnupg21.patch
-}
-
build() {
cd "$srcdir"/emacs-$pkgver
export ac_cv_lib_gif_EGifPutExtensionLast=yes
diff --git a/emacs-gtk2/gnupg21.patch b/emacs-gtk2/gnupg21.patch
deleted file mode 100644
index bbac3d9..0000000
--- a/emacs-gtk2/gnupg21.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 135a9f4b5aead507c030fb7e3e8ad13aaa91f403 Mon Sep 17 00:00:00 2001
-From: Daiki Ueno <ueno@gnu.org>
-Date: Fri, 07 Nov 2014 02:31:12 +0000
-Subject: epg: Adjust to GnuPG 2.1 key listing change
-
-* epg.el (epg--list-keys-1): Ignore fields after the 15th field
-(bug#18979). Reported by Hideki Saito.
----
-(limited to 'lisp/epg.el')
-
-diff --git a/lisp/epg.el b/lisp/epg.el
-index 0c74531..e4d8c1e 100644
---- a/lisp/epg.el
-+++ b/lisp/epg.el
-@@ -1278,8 +1278,9 @@ callback data (if any)."
- string (match-string 0)
- index 0
- field 0)
-- (while (eq index
-- (string-match "\\([^:]+\\)?:" string index))
-+ (while (and (< field (length (car keys)))
-+ (eq index
-+ (string-match "\\([^:]+\\)?:" string index)))
- (setq index (match-end 0))
- (aset (car keys) field (match-string 1 string))
- (setq field (1+ field))))
---
-cgit v0.9.0.2
diff --git a/emacs-gtk2/upload b/emacs-gtk2/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/emacs-gtk2/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file