[arch-commits] Commit in zsh/repos (extra-i686 extra-i686/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Wed Sep 9 23:01:11 UTC 2009


    Date: Wednesday, September 9, 2009 @ 19:01:10
  Author: giovanni
Revision: 51619

Merged revisions 51617 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/zsh/trunk

........
  r51617 | giovanni | 2009-09-09 15:49:35 -0700 (mer, 09 set 2009) | 2 lines
  
  upgpkg: zsh 4.3.10-2
      Fixed FS16109
........

Modified:
  zsh/repos/extra-i686/	(properties)
  zsh/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)


Property changes on: zsh/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /zsh/trunk:1-40944
   + /zsh/trunk:1-51618

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-09-09 22:50:16 UTC (rev 51618)
+++ extra-i686/PKGBUILD	2009-09-09 23:01:10 UTC (rev 51619)
@@ -4,33 +4,34 @@
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 pkgname=zsh
 pkgver=4.3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A very advanced and programmable command interpreter (shell) for UNIX"
 arch=('i686' 'x86_64')
 url="http://www.zsh.org/"
 license=('custom')
-depends=('ncurses' 'gdbm' 'pcre')
-options=('!zipman')
-install="zsh.install"
+depends=('ncurses' 'pcre')
+install=zsh.install
 source=(ftp://ftp.zsh.org/pub/$pkgname-$pkgver.tar.bz2)
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --bindir=/bin \
-    --enable-etcdir=/etc/zsh \
-	--enable-zshenv=/etc/zsh/zshenv \
-    --enable-zlogin=/etc/zsh/zlogin \
-    --enable-zlogout=/etc/zsh/zlogout \
-    --enable-zprofile=/etc/profile \
-    --enable-zshrc=/etc/zsh/zshrc \
-    --enable-maildir-support \
-	--with-term-lib="ncursesw" \
-	--enable-multibyte \
-	--enable-function-subdirs \
-	--enable-zsh-mem \
-	--with-tcsetpgrp \
-    --enable-pcre \
-    --enable-zsh-secure-free
+  ./configure --prefix=/usr \
+              --bindir=/bin \
+              --enable-etcdir=/etc/zsh \
+	      --enable-zshenv=/etc/zsh/zshenv \
+              --enable-zlogin=/etc/zsh/zlogin \
+              --enable-zlogout=/etc/zsh/zlogout \
+              --enable-zprofile=/etc/profile \
+              --enable-zshrc=/etc/zsh/zshrc \
+              --enable-maildir-support \
+	      --with-term-lib="ncursesw" \
+	      --enable-multibyte \
+	      --enable-function-subdirs \
+	      --enable-zsh-mem \
+	      --with-tcsetpgrp \
+              --enable-pcre \
+              --enable-zsh-secure-free \
+	      --disable-gdbm
   make || return 1
   make DESTDIR="$pkgdir/" install
 




More information about the arch-commits mailing list