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

Giovanni Scafora giovanni at archlinux.org
Sun Apr 12 06:32:15 UTC 2009


    Date: Sunday, April 12, 2009 @ 02:32:15
  Author: giovanni
Revision: 35311

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

........
  r35302 | douglas | 2009-04-11 15:00:33 -0700 (sab, 11 apr 2009) | 2 lines
  
  upgpkg: wv2 0.3.1-2
      Updating wv2 to dont use debug mode
........

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

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


Property changes on: wv2/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /wv2/trunk:1-29776
   + /wv2/trunk:1-35310

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-12 06:27:03 UTC (rev 35310)
+++ extra-x86_64/PKGBUILD	2009-04-12 06:32:15 UTC (rev 35311)
@@ -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