diff --git a/common/shlibs b/common/shlibs index 4db5b5bf82b..ba4c95c0e47 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1534,6 +1534,8 @@ libgncmod-engine.so libgnucash-2.6.3_1 libgncmod-gnome-utils.so libgnucash-2.6.3_1 libcppunit-1.12.so.1 libcppunit-1.12.1_1 libcppunit-1.14.so.0 libcppunit-1.14.0_1 +libcalc.so.2.12.6.0 libcalc-2.12.6.0_1 +libcustcalc.so.2.12.6.0 libcalc-2.12.6.0_1 libOgreMain.so.1.9.0 libogre-1.9.0_1 libOgrePaging.so.1.9.0 libogre-1.9.0_1 libOgreProperty.so.1.9.0 libogre-1.9.0_1 @@ -2932,12 +2934,14 @@ libpeasd-3.so.0 gtkd-3.7.0_1 libgstreamerd-3.so.0 gtkd-3.7.0_1 libopenglrecorder.so.0 libopenglrecorder-0.1.0_1 libgpod.so.4 libgpod-0.8.3_1 +libzim.so.3 libzim-3.0.0_1 libi2c.so.0 i2c-tools-4.0_1 libairspy.so.0 libairspy-1.0.9_1 libKF5KDcraw.so.5 libkdcraw5-17.04.3_1 libKF5Kipi.so.32.0.0 libkipi5-17.04.3_1 libfswatch.so.9 fswatch-1.11.2_1 libhackrf.so.0 libhackrf-2017.02.1_1 +libzim.so.3 libzim-3.0.0_1 librpm.so.7 rpm-4.13.0.2_1 librpmsign.so.7 rpm-4.13.0.2_1 librpmbuild.so.7 rpm-4.13.0.2_1 diff --git a/srcpkgs/libzim-devel b/srcpkgs/libzim-devel new file mode 120000 index 00000000000..c81c71113c7 --- /dev/null +++ b/srcpkgs/libzim-devel @@ -0,0 +1 @@ +libzim \ No newline at end of file diff --git a/srcpkgs/libzim-tools b/srcpkgs/libzim-tools new file mode 120000 index 00000000000..c81c71113c7 --- /dev/null +++ b/srcpkgs/libzim-tools @@ -0,0 +1 @@ +libzim \ No newline at end of file diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template new file mode 100644 index 00000000000..9158e17d495 --- /dev/null +++ b/srcpkgs/libzim/template @@ -0,0 +1,35 @@ +# Template file for 'libzim' +pkgname=libzim +version=3.0.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config git" +makedepends="liblzma-devel $(vopt_if zlib zlib-devel) + $(vopt_if xapian "xapian-core-devel icu-devel")" +short_desc="Library to read and write ZIM files" +maintainer="John " +license="GPL-2" +homepage="http://www.openzim.org/" +distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz" +checksum=eb2abc7cb99ba67e74004ded48c02fe4c2de40ee19f56896ee79e533af11159c + +build_options="zlib xapian" +build_options_default="zlib xapian" + +libzim-tools_package() { + short_desc+=" - tools" + pkg_install() { + vmove usr/bin + } +} + +libzim-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision} + $(vopt_if zlib zlib-devel) liblzma-devel" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + } +}