From 29665004d902f751dedb1a4baaa896f9ed74c6b6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Oct 2012 01:22:22 -0700 Subject: Mon Oct 29 01:22:06 PDT 2012 --- community/xemacs/PKGBUILD | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'community/xemacs') diff --git a/community/xemacs/PKGBUILD b/community/xemacs/PKGBUILD index 3a649abc1..e4dfec3e1 100644 --- a/community/xemacs/PKGBUILD +++ b/community/xemacs/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 63784 2012-02-05 12:14:51Z ibiru $ -# Maintainer: juergen -# Contributor : Stéphane Gaudreault +# $Id: PKGBUILD 78989 2012-10-28 17:25:41Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau +# Contributor: juergen +# Contributor: Stéphane Gaudreault pkgname=xemacs -pkgver=21.5.31 -pkgrel=5 +pkgver=21.5.32 +pkgrel=1 pkgdesc="An highly customizable open source text editor and application development system forked from GNU Emacs" arch=('i686' 'x86_64') url="http://www.xemacs.org/" @@ -13,23 +14,15 @@ depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 'gif optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface' 'xorg-fonts-100dpi: X bitmap fonts needed for the interface') makedepends=('xbitmaps') -install=xemacs.install +install=$pkgname.install source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz - xemacs.desktop - xemacs-21.5.29-optimization-bug.patch) -md5sums=('0185fe905d0b8d8d094d9b60cf262d4a' - 'a4d3d5c0aa2c7ce7bec491f809ca3694' - 'eb061b10ea3bbe1026df5326ae1618e3') + xemacs.desktop) +sha256sums=('5d7473fd4b9ca3278de44882ef004b0028e3ff130ed714831c885893a9cd5e7d' + 'd6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34') build() { cd "${srcdir}/${pkgname}-${pkgver}" -# Fix problem caused by improper optimization with GCC>=4.1.2 on i686 -# (and possibly other arches). See -# http://tracker.xemacs.org/XEmacs/its/issue354 -# for the upstream bug report. - patch -Np0 -i ../xemacs-21.5.29-optimization-bug.patch - ./configure --build="${CHOST}" --prefix=/usr --with-dynamic \ --without-postgresql --with-athena=xaw \ --enable-database=berkdb --without-ldap \ @@ -62,4 +55,3 @@ package() { rm "${pkgdir}"/usr/share/info/{info.info,texinfo.info-2,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info} } -# vim: ts=2 sw=2 et ft=sh -- cgit v1.2.3-54-g00ecf