[arch-commits] Commit in lua/repos (testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Fri Aug 29 00:31:47 UTC 2008


    Date: Thursday, August 28, 2008 @ 20:31:46
  Author: allan
Revision: 10401

Merged revisions 9813-10400 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/lua/trunk

........
  r10247 | douglas | 2008-08-25 03:11:50 +1000 (Mon, 25 Aug 2008) | 2 lines
  
  upgpkg: lua 5.1.4-1
      Updated for i686: 5.1.4
........
  r10399 | allan | 2008-08-29 10:26:06 +1000 (Fri, 29 Aug 2008) | 2 lines
  
  upgpkg: lua 5.1.4-2
      update testing package to being newer than in extra
........

Modified:
  lua/repos/testing-i686/	(properties)
  lua/repos/testing-i686/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)


Property changes on: lua/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /lua/trunk:1-9812
   + /lua/trunk:1-10400

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-08-29 00:27:05 UTC (rev 10400)
+++ testing-i686/PKGBUILD	2008-08-29 00:31:46 UTC (rev 10401)
@@ -1,34 +1,25 @@
 # $Id$
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-#
 
 pkgname=lua 
-pkgver=5.1.3
-pkgrel=5
+pkgver=5.1.4
+pkgrel=2
 pkgdesc="A powerful light-weight programming language designed for extending applications." 
 arch=(i686 x86_64)
 url="http://www.lua.org/" 
-depends=('readline' 'ncurses>=5.6-7') 
+depends=('readline' 'ncurses') 
 license=(MIT)
 options=('!makeflags')
-source=($url/ftp/$pkgname-$pkgver.tar.gz $pkgname-arch.patch 'lua-5.1-cflags.diff' \
-	lua-${pkgver}-official-patch1.diff\
-	lua-${pkgver}-official-patch2.diff\
-	lua-${pkgver}-official-patch3.diff\
-	lua-${pkgver}-official-patch4.diff)
-md5sums=('a70a8dfaa150e047866dc01a46272599' '1bd1164a19abf9165e231ba0d8a0bbc7'\
-         '249582bf1fd861ccf492d2c35a9fe732' '203027f2ddcfaf5697293c23d7915f57'\
-         'd06c5b23daaa414348948d5b8c308d6f' 'dde56cd1d48a8bb2fb661a9aaf8380ad'\
-         '616808cee32ff328077b848131df7670')
+source=($url/ftp/$pkgname-$pkgver.tar.gz $pkgname-arch.patch 'lua-5.1-cflags.diff')
+md5sums=('d0870f2de55d59c1c8419f36e8fac150'
+         '1bd1164a19abf9165e231ba0d8a0bbc7'
+         '249582bf1fd861ccf492d2c35a9fe732')
 
 build() { 
   cd $startdir/src/$pkgname-$pkgver 
   patch -p1 -i $startdir/src/$pkgname-arch.patch || return 1
-  patch --ignore-whitespace src/luaconf.h $startdir/src/lua-${pkgver}-official-patch1.diff || return 1
-  patch -p0  -i $startdir/src/lua-${pkgver}-official-patch2.diff || return 1
-  patch -p0  -i $startdir/src/lua-${pkgver}-official-patch3.diff || return 1
-  patch -p0  -i $startdir/src/lua-${pkgver}-official-patch4.diff || return 1
+  
   [ "$CARCH" == "x86_64" ] && patch -Np1 -i ../lua-5.1-cflags.diff
   [ "$CARCH" == "x86_64" ] && export CFLAGS="$CFLAGS -fPIC"
   make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" LUA_SO=liblua.so  INSTALL_TOP=$startdir/pkg/usr INSTALL_MAN=$startdir/pkg/usr/share/man/man1 \




More information about the arch-commits mailing list