[arch-commits] Commit in xemacs/trunk (PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Jun 18 02:57:08 UTC 2008
Date: Tuesday, June 17, 2008 @ 22:57:08
Author: eric
Revision: 3037
upgpkg: xemacs 21.5.28-4
rebuilt against gpm 1.20.4, FSH man pages
Modified:
xemacs/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-06-18 02:47:04 UTC (rev 3036)
+++ PKGBUILD 2008-06-18 02:57:08 UTC (rev 3037)
@@ -3,11 +3,11 @@
pkgname=xemacs
pkgver=21.5.28
-pkgrel=3
+pkgrel=4
pkgdesc="highly customizable open source text editor and application development system forked from GNU Emacs"
arch=(i686 x86_64)
makedepends=('libungif' 'xbitmaps')
-depends=('db>=4.6' 'libpng' 'libtiff' 'gpm' 'bash' 'xaw3d')
+depends=('db>=4.6' 'libpng' 'libtiff' 'gpm>=1.20.4' 'bash' 'xaw3d')
source=(http://ftp.xemacs.org/pub/xemacs/beta/$pkgname-$pkgver.tar.gz xemacs.desktop)
md5sums=('12e35715c5239c63651a8189973527ab' 'a4d3d5c0aa2c7ce7bec491f809ca3694')
url="http://www.xemacs.org/"
@@ -16,7 +16,7 @@
build() {
cd $startdir/src/${pkgname}-${pkgver}
infodir=/usr/lib/xemacs-21.5-b28/info
- mandir=/usr/man/man1
+ mandir=/usr/share/man/man1
./configure --build=$CHOST --prefix=/usr --with-dynamic \
--with-x11 --without-postgresql --with-athena=3d \
--enable-database=berkdb --without-ldap \
@@ -34,7 +34,7 @@
make prefix="$startdir/pkg/usr" mandir="$startdir/pkg$mandir" infodir="$startdir/pkg$infodir" install gzip-el
rm $startdir/pkg/usr/bin/{b2m,ctags,etags,rcs-checkin}
- rm $startdir/pkg/usr/man/man1/{ctags.1,etags.1}
+ rm $startdir/pkg/usr/share/man/man1/{ctags.1,etags.1}
# fix FS#7927
mkdir -p $startdir/pkg/usr/share/pixmaps ${startdir}/pkg/usr/share/applications
More information about the arch-commits
mailing list