[arch-commits] Commit in liborcus/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-02-28 Thread Andreas Radke via arch-commits
Date: Thursday, March 1, 2018 @ 07:21:15
  Author: andyrtr
Revision: 317662

archrelease: copy trunk to testing-x86_64

Added:
  liborcus/repos/testing-x86_64/
  liborcus/repos/testing-x86_64/PKGBUILD
(from rev 317661, liborcus/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: liborcus/repos/testing-x86_64/PKGBUILD (from rev 317661, 
liborcus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-01 07:21:15 UTC (rev 317662)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=liborcus
+pkgver=0.13.4
+pkgrel=1
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md;
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b71c4c15febe7dae63406e8023898e3a5cf7fe4ec43b2028dfbbf24e9fe282e4')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in liborcus/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-02-16 Thread Andreas Radke via arch-commits
Date: Friday, February 16, 2018 @ 16:28:33
  Author: andyrtr
Revision: 317150

archrelease: copy trunk to testing-x86_64

Added:
  liborcus/repos/testing-x86_64/
  liborcus/repos/testing-x86_64/PKGBUILD
(from rev 317149, liborcus/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: liborcus/repos/testing-x86_64/PKGBUILD (from rev 317149, 
liborcus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-16 16:28:33 UTC (rev 317150)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=liborcus
+pkgver=0.13.3
+pkgrel=1
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md;
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a4c604fc319092637827abf21c0f93f72559084062aba168632e5a1e30d0b741')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}