[arch-commits] Commit in liborcus/trunk (PKGBUILD mdds-1.0.patch)

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


    Date: Saturday, March 5, 2016 @ 18:06:14
  Author: andyrtr
Revision: 260953

upgpkg: liborcus 0.11.0-1

upstream update 0.11.0

Modified:
  liborcus/trunk/PKGBUILD
Deleted:
  liborcus/trunk/mdds-1.0.patch

----------------+
 PKGBUILD       |   31 ++++++++-----------------------
 mdds-1.0.patch |   25 -------------------------
 2 files changed, 8 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-05 14:25:01 UTC (rev 260952)
+++ PKGBUILD	2016-03-05 17:06:14 UTC (rev 260953)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Arnhold <thomas at arnhold dot org>
 
 pkgname=liborcus
-pkgver=0.10.99
-pkgrel=1 # da946ed8908550cb5fe281055dcff46c1aefebab
+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"
@@ -11,36 +11,21 @@
 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')
+source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('bc4eefe44b3237004df7edb8b98cf74ac4e18f117b901e08c2b435ec339b0f97')
 
-prepare() {
-#    cd ${pkgname}-${pkgver}
-    cd orcus*
-#    patch -Np1 -i ../mdds-1.0.patch
-    autoreconf -vi
-}
-
 build() {
-    #cd ${pkgname}-${pkgver}
-    cd orcus*
+    cd ${pkgname}-${pkgver}
     ./configure --prefix=/usr
     make
 }
 
 check() {
-    #cd ${pkgname}-${pkgver}
-    cd orcus*
-    make -k check
+    cd ${pkgname}-${pkgver}
+    make check
 }
 
 package() {
-    #cd ${pkgname}-${pkgver}
-    cd orcus*
+    cd ${pkgname}-${pkgver}
     make DESTDIR=$pkgdir install
 }

Deleted: mdds-1.0.patch
===================================================================
--- mdds-1.0.patch	2016-03-05 14:25:01 UTC (rev 260952)
+++ mdds-1.0.patch	2016-03-05 17:06:14 UTC (rev 260953)
@@ -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