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

Allan McRae allan at archlinux.org
Thu May 7 04:05:55 UTC 2020


    Date: Thursday, May 7, 2020 @ 04:05:54
  Author: allan
Revision: 382526

archrelease: copy trunk to extra-x86_64

Added:
  wv/repos/extra-x86_64/PKGBUILD
    (from rev 382525, wv/trunk/PKGBUILD)
Deleted:
  wv/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 04:05:37 UTC (rev 382525)
+++ PKGBUILD	2020-05-07 04:05:54 UTC (rev 382526)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-pkgname=wv
-pkgver=1.2.9
-pkgrel=4
-pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file formats"
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/wvware"
-license=('GPL')
-depends=(libgsf libpng sh)
-source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
-sha1sums=('db4717a151742dbdb492318f104504a92075543a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-    --mandir=/usr/share/man --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: wv/repos/extra-x86_64/PKGBUILD (from rev 382525, wv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 04:05:54 UTC (rev 382526)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+pkgname=wv
+pkgver=1.2.9
+pkgrel=5
+pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file formats"
+arch=('x86_64')
+url="https://sourceforge.net/projects/wvware"
+license=('GPL')
+depends=(libgsf libpng sh)
+source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
+sha1sums=('db4717a151742dbdb492318f104504a92075543a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --mandir=/usr/share/man --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list