[arch-commits] Commit in wv/repos (4 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:51:30 UTC 2012


    Date: Monday, January 30, 2012 @ 13:51:30
  Author: ibiru
Revision: 148342

db-move: moved wv from [staging] to [testing] (i686)

Added:
  wv/repos/testing-i686/
  wv/repos/testing-i686/PKGBUILD
    (from rev 148047, wv/repos/staging-i686/PKGBUILD)
  wv/repos/testing-i686/fix-soname.patch
    (from rev 148047, wv/repos/staging-i686/fix-soname.patch)
Deleted:
  wv/repos/staging-i686/

------------------+
 PKGBUILD         |   29 +++++++++++++++++++++++++++++
 fix-soname.patch |   14 ++++++++++++++
 2 files changed, 43 insertions(+)

Copied: wv/repos/testing-i686/PKGBUILD (from rev 148047, wv/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-30 18:51:30 UTC (rev 148342)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+pkgname=wv
+pkgver=1.2.9
+pkgrel=1
+pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file formats"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/wvware"
+license=('GPL')
+depends=('libgsf' 'libpng' 'sh')
+makedepends=('pkg-config')
+options=('!libtool')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: wv/repos/testing-i686/fix-soname.patch (from rev 148047, wv/repos/staging-i686/fix-soname.patch)
===================================================================
--- testing-i686/fix-soname.patch	                        (rev 0)
+++ testing-i686/fix-soname.patch	2012-01-30 18:51:30 UTC (rev 148342)
@@ -0,0 +1,14 @@
+diff -ru wv-1.2.7.orig//configure wv-1.2.7//configure
+--- wv-1.2.7.orig//configure	2009-09-21 12:22:46.000000000 +0200
++++ wv-1.2.7//configure	2010-06-08 12:00:27.948857203 +0200
+@@ -2082,8 +2082,8 @@
+ WV_MAJOR_VERSION=1
+ WV_MINOR_VERSION=2
+ WV_MICRO_VERSION=7
+-WV_INTERFACE_AGE=3
+-WV_BINARY_AGE=3
++WV_INTERFACE_AGE=4
++WV_BINARY_AGE=4
+ WV_VERSION=$WV_MAJOR_VERSION.$WV_MINOR_VERSION.$WV_MICRO_VERSION
+ 
+ 




More information about the arch-commits mailing list