diff --git a/common/shlibs b/common/shlibs index 8d779e0f70c..b489c341b8e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2373,6 +2373,10 @@ libCbcSolver.so.3 CoinMP-1.8.3_1 libmwaw-0.3.so.3 libmwaw-0.3.7_1 libixion-0.10.so.0 libixion10-0.9.1_1 libixion-0.11.so.0 libixion-0.11.0_1 +liborcus-spreadsheet-model-0.10.so.0 liborcus10-0.9.2_1 +liborcus-parser-0.10.so.0 liborcus10-0.9.2_1 +liborcus-mso-0.10.so.0 liborcus10-0.9.2_1 +liborcus-0.10.so.0 liborcus10-0.9.2_1 liborcus-parser-0.11.so.0 liborcus-0.0.20160214_1 liborcus-mso-0.11.so.0 liborcus-0.0.20160214_1 liborcus-0.11.so.0 liborcus-0.0.20160214_1 diff --git a/srcpkgs/liborcus10-devel b/srcpkgs/liborcus10-devel new file mode 120000 index 00000000000..8a121dea01a --- /dev/null +++ b/srcpkgs/liborcus10-devel @@ -0,0 +1 @@ +liborcus10 \ No newline at end of file diff --git a/srcpkgs/liborcus10/patches/fix-mdds-1.0.patch b/srcpkgs/liborcus10/patches/fix-mdds-1.0.patch new file mode 100644 index 00000000000..f3a7cc65fa2 --- /dev/null +++ b/srcpkgs/liborcus10/patches/fix-mdds-1.0.patch @@ -0,0 +1,13 @@ +Fix check for with mdds-1.0 + +--- configure.ac 2015-06-10 02:20:57.000000000 +0200 ++++ configure.ac 2016-02-29 12:39:56.360456400 +0100 +@@ -182,7 +182,7 @@ + # ============ + # mdds support + # ============ +-PKG_CHECK_MODULES([MDDS],[mdds >= 0.11.0]) ++PKG_CHECK_MODULES([MDDS],[mdds-1.0 >= 0.11.0]) + CXXFLAGS="$CXXFLAGS -DMDDS_HASH_CONTAINER_BOOST $MDDS_CFLAGS" + + # ================= diff --git a/srcpkgs/liborcus10/template b/srcpkgs/liborcus10/template new file mode 100644 index 00000000000..27d1e9a8e32 --- /dev/null +++ b/srcpkgs/liborcus10/template @@ -0,0 +1,29 @@ +# Template file for 'liborcus10' +pkgname=liborcus10 +version=0.9.2 +revision=1 +wrksrc="${pkgname%10}-${version}" +build_style=gnu-configure +hostmakedepends="automake libtool pkg-config python" +makedepends="boost-devel mdds libixion10-devel python-devel zlib-devel" +short_desc="Library for processing spreadsheet documents" +maintainer="Jürgen Buchmüller " +license="MPL-2.0" +homepage="https://gitlab.com/orcus/orcus" +distfiles="http://kohei.us/files/orcus/src/liborcus-${version}.tar.xz" +checksum=dd49f9f1b8ff8a648434dd5c8b4fe1081d1118d61d0a71d4effee8f32553199c + +pre_configure() { + autoreconf -if +} + +liborcus10-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/*.a + vmove usr/lib/pkgconfig + } +} diff --git a/srcpkgs/liborcus10/update b/srcpkgs/liborcus10/update new file mode 100644 index 00000000000..dc44eae224d --- /dev/null +++ b/srcpkgs/liborcus10/update @@ -0,0 +1,2 @@ +site=https://gitlab.com/orcus/orcus +pkgname=liborcus