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

Andreas Radke andyrtr at archlinux.org
Sat Mar 5 17:06:32 UTC 2016


    Date: Saturday, March 5, 2016 @ 18:06:32
  Author: andyrtr
Revision: 260954

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

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

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

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2016-03-05 17:06:14 UTC (rev 260953)
+++ staging-i686/PKGBUILD	2016-03-05 17:06:32 UTC (rev 260954)
@@ -1,46 +0,0 @@
-# $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/PKGBUILD (from rev 260953, liborcus/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-05 17:06:32 UTC (rev 260954)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=liborcus
+pkgver=0.11.0
+pkgrel=1
+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)
+sha256sums=('bc4eefe44b3237004df7edb8b98cf74ac4e18f117b901e08c2b435ec339b0f97')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make check
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR=$pkgdir install
+}

Deleted: staging-i686/mdds-1.0.patch
===================================================================
--- staging-i686/mdds-1.0.patch	2016-03-05 17:06:14 UTC (rev 260953)
+++ staging-i686/mdds-1.0.patch	2016-03-05 17:06:32 UTC (rev 260954)
@@ -1,25 +0,0 @@
-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
-

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2016-03-05 17:06:14 UTC (rev 260953)
+++ staging-x86_64/PKGBUILD	2016-03-05 17:06:32 UTC (rev 260954)
@@ -1,46 +0,0 @@
-# $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/PKGBUILD (from rev 260953, liborcus/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-05 17:06:32 UTC (rev 260954)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=liborcus
+pkgver=0.11.0
+pkgrel=1
+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)
+sha256sums=('bc4eefe44b3237004df7edb8b98cf74ac4e18f117b901e08c2b435ec339b0f97')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make check
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR=$pkgdir install
+}

Deleted: staging-x86_64/mdds-1.0.patch
===================================================================
--- staging-x86_64/mdds-1.0.patch	2016-03-05 17:06:14 UTC (rev 260953)
+++ staging-x86_64/mdds-1.0.patch	2016-03-05 17:06:32 UTC (rev 260954)
@@ -1,25 +0,0 @@
-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