[arch-commits] Commit in xemacs/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Wed Dec 25 15:00:51 UTC 2013


    Date: Wednesday, December 25, 2013 @ 16:00:51
  Author: jlichtblau
Revision: 103001

upgpkg: xemacs 21.5.33-5 - db support dropped from package

Modified:
  xemacs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-25 13:58:51 UTC (rev 103000)
+++ PKGBUILD	2013-12-25 15:00:51 UTC (rev 103001)
@@ -5,12 +5,12 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=4
+pkgrel=5
 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/"
 license=('GPL')
-depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 'giflib')
+depends=('libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 'giflib')
 optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
             'xorg-fonts-100dpi: X bitmap fonts needed for the interface')
 makedepends=('xbitmaps')
@@ -25,7 +25,7 @@
 
   ./configure --build="${CHOST}" --prefix=/usr --with-dynamic \
       --without-postgresql --with-athena=xaw \
-      --enable-database=berkdb --without-ldap \
+      --with-database=gdbm --without-ldap \
       --enable-menubars=lucid --enable-scrollbars=lucid \
       --enable-widgets=athena --enable-dialogs=athena \
       --enable-external-widget \




More information about the arch-commits mailing list