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

Douglas Soares de Andrade douglas at archlinux.org
Sat Apr 11 22:01:12 UTC 2009


    Date: Saturday, April 11, 2009 @ 18:01:12
  Author: douglas
Revision: 35303

Merged revisions 35302 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/wv2/trunk

........
  r35302 | douglas | 2009-04-11 19:00:33 -0300 (S?\195?\161b, 11 Abr 2009) | 2 lines
  
  upgpkg: wv2 0.3.1-2
      Updating wv2 to dont use debug mode
........

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

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: wv2/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /wv2/trunk:1-29761
   + /wv2/trunk:1-35302

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-04-11 22:00:33 UTC (rev 35302)
+++ extra-i686/PKGBUILD	2009-04-11 22:01:12 UTC (rev 35303)
@@ -4,7 +4,7 @@
 
 pkgname=wv2
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="wvWare is the continuation of Caolan McNamara's wv - the MSWord library. It can parse MSWord 9,8,7,6 formats"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/wvware/"
@@ -15,7 +15,7 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-debug=no
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list