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

Stéphane Gaudreault stephane at archlinux.org
Thu Jun 2 19:57:23 UTC 2011


    Date: Thursday, June 2, 2011 @ 15:57:23
  Author: stephane
Revision: 126235

upgpkg: subversion 1.6.17-2
version bump

Modified:
  subversion/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-02 19:52:36 UTC (rev 126234)
+++ PKGBUILD	2011-06-02 19:57:23 UTC (rev 126235)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Replacement for CVS, another versioning system (SVN)"
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
@@ -23,13 +23,13 @@
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn bash completion')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd "${srcdir}/${pkgname}-${pkgver}"
 
    export PYTHON=/usr/bin/python2
 
    # apply patches
-   patch -p0 < $srcdir/subversion.rpath.fix.patch
-   patch -p1 -i $srcdir/subversion.suppress.deprecation.warnings.patch
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   patch -Np1 -i ../subversion.suppress.deprecation.warnings.patch
 
    # configure
    autoreconf
@@ -42,8 +42,14 @@
    (make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all )
 }
 
+#check() {
+#   cd "${srcdir}/${pkgname}-${pkgver}"
+#   export LANG=C LC_ALL=C
+#   make check check-swig-pl check-swig-py CLEANUP=yes
+#}
+
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd "${srcdir}/${pkgname}-${pkgver}"
 
    # install
    export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH




More information about the arch-commits mailing list