[arch-commits] Commit in subversion/trunk (ChangeLog PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Tue Mar 24 09:15:19 UTC 2009
Date: Tuesday, March 24, 2009 @ 05:15:18
Author: douglas
Revision: 31070
upgpkg: subversion 1.6.0-2
Modified:
subversion/trunk/ChangeLog
subversion/trunk/PKGBUILD
-----------+
ChangeLog | 4 ++++
PKGBUILD | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-03-24 09:10:39 UTC (rev 31069)
+++ ChangeLog 2009-03-24 09:15:18 UTC (rev 31070)
@@ -1,4 +1,8 @@
+2009-03-24 Douglas Soares de Andrade <douglas at archlinux.org>
+
+ * Added sqlite3 as a dep
+
2009-03-21 Douglas Soares de Andrade <douglas at archlinux.org>
* Updated for i686: 1.6.0
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-24 09:10:39 UTC (rev 31069)
+++ PKGBUILD 2009-03-24 09:15:18 UTC (rev 31070)
@@ -4,13 +4,14 @@
pkgname=subversion
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Replacement for CVS, another versioning system (svn)"
arch=(i686 x86_64)
license=('apache' 'bsd')
depends=('neon>=0.28.2-2' 'apr-util>=1.3.2-2')
makedepends=('heimdal>=1.2' 'db>=4.7' 'apache>=2.2.9-3' 'python>=2.6-1'
- 'perl>=5.10.0-3' 'swig>=1.3.31' 'ruby' 'openjdk6' 'autoconf')
+ 'perl>=5.10.0-3' 'swig>=1.3.31' 'ruby' 'openjdk6' 'autoconf'
+ 'sqlite3')
source=(http://svn.collab.net/tarballs/${pkgname}-${pkgver}.tar.gz
svnserve svn svnserve.conf svnmerge.py)
@@ -28,6 +29,7 @@
autoreconf
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-apxs \
+ --with-sqlite=/usr \
--enable-javahl --with-jdk=/usr/lib/jvm/java-1.6.0-openjdk
(make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all ) || return 1
More information about the arch-commits
mailing list