[arch-commits] Commit in liborcus/repos (6 files)

Antonio Rojas arojas at archlinux.org
Mon Dec 7 09:29:41 UTC 2015


    Date: Monday, December 7, 2015 @ 10:29:41
  Author: arojas
Revision: 253313

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  liborcus/repos/staging-i686/
  liborcus/repos/staging-i686/PKGBUILD
    (from rev 253312, liborcus/trunk/PKGBUILD)
  liborcus/repos/staging-i686/mdds-1.0.patch
    (from rev 253312, liborcus/trunk/mdds-1.0.patch)
  liborcus/repos/staging-x86_64/
  liborcus/repos/staging-x86_64/PKGBUILD
    (from rev 253312, liborcus/trunk/PKGBUILD)
  liborcus/repos/staging-x86_64/mdds-1.0.patch
    (from rev 253312, liborcus/trunk/mdds-1.0.patch)

-------------------------------+
 staging-i686/PKGBUILD         |   39 +++++++++++++++++++++++++++++++++++++++
 staging-i686/mdds-1.0.patch   |   25 +++++++++++++++++++++++++
 staging-x86_64/PKGBUILD       |   39 +++++++++++++++++++++++++++++++++++++++
 staging-x86_64/mdds-1.0.patch |   25 +++++++++++++++++++++++++
 4 files changed, 128 insertions(+)

Copied: liborcus/repos/staging-i686/PKGBUILD (from rev 253312, liborcus/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 09:29:41 UTC (rev 253313)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=liborcus
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('i686' 'x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md"
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz
+        mdds-1.0.patch)
+sha1sums=('4c55f1bdc65490e8e79bbf7d069a64381eb1d1bc'
+          '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
+
+prepare() {
+    cd ${pkgname}-${pkgver}
+    patch -Np1 -i ../mdds-1.0.patch
+    autoreconf -vi
+}
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make -k check
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR=$pkgdir install
+}

Copied: liborcus/repos/staging-i686/mdds-1.0.patch (from rev 253312, liborcus/trunk/mdds-1.0.patch)
===================================================================
--- staging-i686/mdds-1.0.patch	                        (rev 0)
+++ staging-i686/mdds-1.0.patch	2015-12-07 09:29:41 UTC (rev 253313)
@@ -0,0 +1,25 @@
+From 27fdcb786666e19ea147180820f49acbc17bd694 Mon Sep 17 00:00:00 2001
+From: Kohei Yoshida <kohei.yoshida at gmail.com>
+Date: Tue, 7 Jul 2015 22:20:34 -0400
+Subject: [PATCH] Use the master branch of mdds.
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1b09236..aafdc51 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -188,7 +188,7 @@ AS_IF([test "x$with_tools" != "xno"], [
+ # ============
+ # mdds support
+ # ============
+-PKG_CHECK_MODULES([MDDS],[mdds >= 0.11.0])
++PKG_CHECK_MODULES([MDDS],[mdds-1.0 >= 0.13.0])
+ CXXFLAGS="$CXXFLAGS -DMDDS_HASH_CONTAINER_BOOST $MDDS_CFLAGS"
+ 
+ # =================
+--
+libgit2 0.23.3
+

Copied: liborcus/repos/staging-x86_64/PKGBUILD (from rev 253312, liborcus/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 09:29:41 UTC (rev 253313)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=liborcus
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('i686' 'x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md"
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz
+        mdds-1.0.patch)
+sha1sums=('4c55f1bdc65490e8e79bbf7d069a64381eb1d1bc'
+          '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
+
+prepare() {
+    cd ${pkgname}-${pkgver}
+    patch -Np1 -i ../mdds-1.0.patch
+    autoreconf -vi
+}
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make -k check
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR=$pkgdir install
+}

Copied: liborcus/repos/staging-x86_64/mdds-1.0.patch (from rev 253312, liborcus/trunk/mdds-1.0.patch)
===================================================================
--- staging-x86_64/mdds-1.0.patch	                        (rev 0)
+++ staging-x86_64/mdds-1.0.patch	2015-12-07 09:29:41 UTC (rev 253313)
@@ -0,0 +1,25 @@
+From 27fdcb786666e19ea147180820f49acbc17bd694 Mon Sep 17 00:00:00 2001
+From: Kohei Yoshida <kohei.yoshida at gmail.com>
+Date: Tue, 7 Jul 2015 22:20:34 -0400
+Subject: [PATCH] Use the master branch of mdds.
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1b09236..aafdc51 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -188,7 +188,7 @@ AS_IF([test "x$with_tools" != "xno"], [
+ # ============
+ # mdds support
+ # ============
+-PKG_CHECK_MODULES([MDDS],[mdds >= 0.11.0])
++PKG_CHECK_MODULES([MDDS],[mdds-1.0 >= 0.13.0])
+ CXXFLAGS="$CXXFLAGS -DMDDS_HASH_CONTAINER_BOOST $MDDS_CFLAGS"
+ 
+ # =================
+--
+libgit2 0.23.3
+



More information about the arch-commits mailing list