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

Andreas Radke andyrtr at archlinux.org
Tue Mar 1 18:45:43 UTC 2016


    Date: Tuesday, March 1, 2016 @ 19:45:42
  Author: andyrtr
Revision: 260493

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

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

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

Copied: liborcus/repos/staging-i686/PKGBUILD (from rev 260492, liborcus/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-01 18:45:42 UTC (rev 260493)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=liborcus
+pkgver=0.10.99
+pkgrel=1 # da946ed8908550cb5fe281055dcff46c1aefebab
+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
+        https://gitlab.com/orcus/orcus/repository/archive.tar.bz2?ref=da946ed8908550cb5fe281055dcff46c1aefebab
+        mdds-1.0.patch)
+#sha1sums=('skip'
+#          '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
+sha1sums=('20e326484faa8614d9f09ed083bc942164550ae0'
+          '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
+
+prepare() {
+#    cd ${pkgname}-${pkgver}
+    cd orcus*
+#    patch -Np1 -i ../mdds-1.0.patch
+    autoreconf -vi
+}
+
+build() {
+    #cd ${pkgname}-${pkgver}
+    cd orcus*
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    #cd ${pkgname}-${pkgver}
+    cd orcus*
+    make -k check
+}
+
+package() {
+    #cd ${pkgname}-${pkgver}
+    cd orcus*
+    make DESTDIR=$pkgdir install
+}

Copied: liborcus/repos/staging-i686/mdds-1.0.patch (from rev 260492, liborcus/trunk/mdds-1.0.patch)
===================================================================
--- staging-i686/mdds-1.0.patch	                        (rev 0)
+++ staging-i686/mdds-1.0.patch	2016-03-01 18:45:42 UTC (rev 260493)
@@ -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 260492, liborcus/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-01 18:45:42 UTC (rev 260493)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=liborcus
+pkgver=0.10.99
+pkgrel=1 # da946ed8908550cb5fe281055dcff46c1aefebab
+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
+        https://gitlab.com/orcus/orcus/repository/archive.tar.bz2?ref=da946ed8908550cb5fe281055dcff46c1aefebab
+        mdds-1.0.patch)
+#sha1sums=('skip'
+#          '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
+sha1sums=('20e326484faa8614d9f09ed083bc942164550ae0'
+          '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
+
+prepare() {
+#    cd ${pkgname}-${pkgver}
+    cd orcus*
+#    patch -Np1 -i ../mdds-1.0.patch
+    autoreconf -vi
+}
+
+build() {
+    #cd ${pkgname}-${pkgver}
+    cd orcus*
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    #cd ${pkgname}-${pkgver}
+    cd orcus*
+    make -k check
+}
+
+package() {
+    #cd ${pkgname}-${pkgver}
+    cd orcus*
+    make DESTDIR=$pkgdir install
+}

Copied: liborcus/repos/staging-x86_64/mdds-1.0.patch (from rev 260492, liborcus/trunk/mdds-1.0.patch)
===================================================================
--- staging-x86_64/mdds-1.0.patch	                        (rev 0)
+++ staging-x86_64/mdds-1.0.patch	2016-03-01 18:45:42 UTC (rev 260493)
@@ -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