aboutsummaryrefslogtreecommitdiffstats
path: root/emacs-gtk2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-gtk2/PKGBUILD')
-rw-r--r--emacs-gtk2/PKGBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/emacs-gtk2/PKGBUILD b/emacs-gtk2/PKGBUILD
index 68e3333..ea97ba2 100644
--- a/emacs-gtk2/PKGBUILD
+++ b/emacs-gtk2/PKGBUILD
@@ -5,18 +5,25 @@
_pkgname=emacs
pkgname=$_pkgname-gtk2
pkgver=24.4
-pkgrel=1
+pkgrel=2
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})
-md5sums=('ad487658ad7421ad8d7b5152192eb945' 'SKIP')
+source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz{,.sig}
+ gnupg21.patch)
+md5sums=('ad487658ad7421ad8d7b5152192eb945'
+ 'SKIP'
+ '0583d868e0e304bac3df95b7518615cd')
provides=('emacs')
conflicts=('emacs')
+prepare() {
+ cd "$srcdir"/emacs-$pkgver
+ patch -p1 -i ../gnupg21.patch
+}
build() {
cd "$srcdir"/emacs-$pkgver