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

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 11:53:13
  Author: felixonmars
Revision: 384373

upgpkg: libabw 0.1.3-2: reproducibility rebuild

Modified:
  libabw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 11:53:01 UTC (rev 384372)
+++ PKGBUILD2020-05-16 11:53:13 UTC (rev 384373)
@@ -2,7 +2,7 @@
 
 pkgname=libabw
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="a library that parses the file format of AbiWord documents"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libabw;


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

2019-08-20 Thread Andreas Radke via arch-commits
Date: Tuesday, August 20, 2019 @ 16:13:27
  Author: andyrtr
Revision: 360504

upgpkg: libabw 0.1.3-1

upstream update 0.1.3

Modified:
  libabw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 16:10:12 UTC (rev 360503)
+++ PKGBUILD2019-08-20 16:13:27 UTC (rev 360504)
@@ -1,7 +1,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=libabw
-pkgver=0.1.2
+pkgver=0.1.3
 pkgrel=1
 pkgdesc="a library that parses the file format of AbiWord documents"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('librevenge' 'libxml2' )
 makedepends=('doxygen' 'gperf' 'boost')
 source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b72944d5af81dda0a5c5803ee84cbac4b81441a4d767aa57029adc6744c2485')
+sha256sums=('e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed')
 
 build() {
   cd $pkgname-$pkgver


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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:33:15
  Author: andyrtr
Revision: 313832

upgpkg: libabw 0.1.2-1

upstream update 0.1.2

Modified:
  libabw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 10:28:49 UTC (rev 313831)
+++ PKGBUILD2018-01-01 10:33:15 UTC (rev 313832)
@@ -2,8 +2,8 @@
 # Maintainer: AndyRTR 
 
 pkgname=libabw
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
 pkgdesc="a library that parses the file format of AbiWord documents"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libabw;
@@ -10,18 +10,9 @@
 license=('MPL')
 depends=('librevenge' 'libxml2' )
 makedepends=('doxygen' 'gperf' 'boost')
-source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
-   
libabw-boost-1.59.patch::"https://github.com/LibreOffice/libabw/commit/ee2d0729.patch;)
-md5sums=('6be55a46078b593ec20cad9bb8730c3e'
- '04ff06433764bac16632d00348d7bfae')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b72944d5af81dda0a5c5803ee84cbac4b81441a4d767aa57029adc6744c2485')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with Boost 1.59
-  patch -p1 -i ../libabw-boost-1.59.patch
-  autoreconf -vi
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2017-08-04 Thread Andreas Radke
Date: Friday, August 4, 2017 @ 19:14:19
  Author: andyrtr
Revision: 301656

use https source

Modified:
  libabw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 19:11:11 UTC (rev 301655)
+++ PKGBUILD2017-08-04 19:14:19 UTC (rev 301656)
@@ -10,7 +10,7 @@
 license=('MPL')
 depends=('librevenge' 'libxml2' )
 makedepends=('doxygen' 'gperf' 'boost')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz

libabw-boost-1.59.patch::"https://github.com/LibreOffice/libabw/commit/ee2d0729.patch;)
 md5sums=('6be55a46078b593ec20cad9bb8730c3e'
  '04ff06433764bac16632d00348d7bfae')


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 11:00:04
  Author: arojas
Revision: 253318

Fix build with boost 1.59

Modified:
  libabw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 09:35:13 UTC (rev 253317)
+++ PKGBUILD2015-12-07 10:00:04 UTC (rev 253318)
@@ -10,9 +10,18 @@
 license=('MPL')
 depends=('librevenge' 'libxml2' )
 makedepends=('doxygen' 'gperf' 'boost')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('6be55a46078b593ec20cad9bb8730c3e')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
+   
libabw-boost-1.59.patch::"https://github.com/LibreOffice/libabw/commit/ee2d0729.patch;)
+md5sums=('6be55a46078b593ec20cad9bb8730c3e'
+ '04ff06433764bac16632d00348d7bfae')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with Boost 1.59
+  patch -p1 -i ../libabw-boost-1.59.patch
+  autoreconf -vi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 11:02:05
  Author: foutrelis
Revision: 253319

C++11 ABI rebuild

Modified:
  libabw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 10:00:04 UTC (rev 253318)
+++ PKGBUILD2015-12-07 10:02:05 UTC (rev 253319)
@@ -3,7 +3,7 @@
 
 pkgname=libabw
 pkgver=0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="a library that parses the file format of AbiWord documents"
 arch=('i686' 'x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libabw;


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

2014-12-23 Thread Andreas Radke
Date: Tuesday, December 23, 2014 @ 21:48:02
  Author: andyrtr
Revision: 227968

upgpkg: libabw 0.1.1-1

upstream update 0.1.1

Modified:
  libabw/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 20:33:12 UTC (rev 227967)
+++ PKGBUILD2014-12-23 20:48:02 UTC (rev 227968)
@@ -1,19 +1,17 @@
 # $Id$
 # Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Luca Bennati lucak3 AT gmail DOT com
 
 pkgname=libabw
 pkgver=0.1.1
 pkgrel=1
-pkgdesc=
+pkgdesc=a library that parses the file format of AbiWord documents
 arch=('i686' 'x86_64')
 url=https://wiki.documentfoundation.org/DLP/Libraries/libabw;
-#license=('GPL2' 'LGPL2.1' 'MPL')
-#depends=('libwpd' 'lcms2' 'icu' 'librevenge')
-#makedepends=('libwpg' 'boost' 'doxygen')
+license=('MPL')
+depends=('librevenge' 'libxml2' )
+makedepends=('doxygen' 'gperf' 'boost')
 source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('')
+md5sums=('6be55a46078b593ec20cad9bb8730c3e')
 
 build() {
   cd $pkgname-$pkgver