[arch-commits] Commit in liborcus/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Tue Mar 1 18:45:30 UTC 2016
Date: Tuesday, March 1, 2016 @ 19:45:30
Author: andyrtr
Revision: 260492
upgpkg: liborcus 0.10.99-1
update to latest git commit to support new libixion
Modified:
liborcus/trunk/PKGBUILD
----------+
PKGBUILD | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-01 18:34:14 UTC (rev 260491)
+++ PKGBUILD 2016-03-01 18:45:30 UTC (rev 260492)
@@ -3,8 +3,8 @@
# Contributor: Thomas Arnhold <thomas at arnhold dot org>
pkgname=liborcus
-pkgver=0.9.2
-pkgrel=3
+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"
@@ -11,29 +11,36 @@
license=('MPL')
depends=('libixion')
makedepends=('boost' 'mdds')
-source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz
+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=('4c55f1bdc65490e8e79bbf7d069a64381eb1d1bc'
+#sha1sums=('skip'
+# '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
+sha1sums=('20e326484faa8614d9f09ed083bc942164550ae0'
'40061fbd6276f8760ab63e136bc304f9e1a88f2a')
prepare() {
- cd ${pkgname}-${pkgver}
- patch -Np1 -i ../mdds-1.0.patch
+# cd ${pkgname}-${pkgver}
+ cd orcus*
+# patch -Np1 -i ../mdds-1.0.patch
autoreconf -vi
}
build() {
- cd ${pkgname}-${pkgver}
+ #cd ${pkgname}-${pkgver}
+ cd orcus*
./configure --prefix=/usr
make
}
check() {
- cd ${pkgname}-${pkgver}
+ #cd ${pkgname}-${pkgver}
+ cd orcus*
make -k check
}
package() {
- cd ${pkgname}-${pkgver}
+ #cd ${pkgname}-${pkgver}
+ cd orcus*
make DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list