Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.99 KB | None | 0 0
  1. --- PKGBUILD.old    2013-04-08 11:46:45.210742455 -0500
  2. +++ PKGBUILD    2013-04-08 11:36:37.832332012 -0500
  3. @@ -5,7 +5,7 @@
  4.  
  5.  pkgname=emacs-lucid
  6.  pkgver=24.3
  7. -pkgrel=2
  8. +pkgrel=3
  9.  pkgdesc="The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)"
  10.  arch=('i686' 'x86_64')
  11.  url="http://www.gnu.org/software/emacs/emacs.html"
  12. @@ -14,11 +14,15 @@
  13.  install=emacs.install
  14.  conflicts=('emacs')
  15.  provides=('emacs')
  16. -source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz)
  17. -md5sums=('ea9ed000ca165280265aabb55b9afbd7')
  18. +source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz
  19. +  magickwand.patch)
  20. +md5sums=('ea9ed000ca165280265aabb55b9afbd7'
  21. +         '0c82b29994d63e210d6d4862a9e85f65')
  22.  
  23.  build() {
  24.    cd "$srcdir"/emacs-$pkgver
  25. +  patch -p1 < ../magickwand.patch
  26. +  ./autogen.sh
  27.    ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
  28.      --localstatedir=/var --with-x-toolkit=lucid --with-xft \
  29.      --without-gconf --without-gsettings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement