diff --git a/common/shlibs b/common/shlibs index 6818ab4134a..62c659338fa 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2803,3 +2803,4 @@ libproj.so.12 proj-4.9.3_1 libnlopt.so.0 nlopt-2.4.2_1 libeb.so.16 libeb-4.3.3_1 libchipcard.so.6 libchipcard-5.0.4_1 +libraqm.so.0 libraqm-0.2.0_1 diff --git a/srcpkgs/libraqm-devel b/srcpkgs/libraqm-devel new file mode 120000 index 00000000000..472fd5de9b3 --- /dev/null +++ b/srcpkgs/libraqm-devel @@ -0,0 +1 @@ +libraqm \ No newline at end of file diff --git a/srcpkgs/libraqm/template b/srcpkgs/libraqm/template new file mode 100644 index 00000000000..4976a85c4fe --- /dev/null +++ b/srcpkgs/libraqm/template @@ -0,0 +1,30 @@ +# Template file for 'libraqm' +pkgname=libraqm +version=0.2.0 +revision=1 +wrksrc="raqm-${version}" +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="harfbuzz-devel fribidi-devel" +short_desc="Library for complex text layout" +maintainer="Alessio Sergi " +homepage="https://github.com/HOST-Oman/libraqm" +license="MIT" +distfiles="https://github.com/HOST-Oman/libraqm/releases/download/v${version}/raqm-${version}.tar.gz" +checksum=8c25b6cb66ec2800e59d7ef1c4a131175754b7c463ba4a05be9dff8aa83081c1 + +post_install() { + vlicense COPYING LICENSE +} + +libraqm-devel_package() { + short_desc+=" - development files" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.a + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + vmove usr/share/gtk-doc + } +}