diff --git a/common/shlibs b/common/shlibs index c0e56e21704..c0b708dd7a3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4174,3 +4174,4 @@ liblowdown.so lowdown-0.11.2_1 libjaylink.so.0 libjaylink-0.2.0_1 libnvidia-container.so.1 libnvidia-container-1.10.0_1 libnvidia-container-go.so.1 libnvidia-container-1.10.0_1 +libqtspell-qt5.so.1 qtspell-1.0.1_1 diff --git a/srcpkgs/qtspell-devel b/srcpkgs/qtspell-devel new file mode 120000 index 00000000000..73e1a204995 --- /dev/null +++ b/srcpkgs/qtspell-devel @@ -0,0 +1 @@ +qtspell \ No newline at end of file diff --git a/srcpkgs/qtspell/template b/srcpkgs/qtspell/template new file mode 100644 index 00000000000..b18291bea79 --- /dev/null +++ b/srcpkgs/qtspell/template @@ -0,0 +1,23 @@ +# Template file for 'qtspell' +pkgname=qtspell +version=1.0.1 +revision=1 +build_style=cmake +hostmakedepends="pkg-config qt5-tools-devel" +makedepends="enchant2-devel qt5-tools-devel" +short_desc="Spell checking for Qt text widgets" +maintainer="Leah Neukirchen " +license="GPL-3.0-or-later" +homepage="https://github.com/manisandro/qtspell" +distfiles="https://github.com/manisandro/qtspell/archive/refs/tags/${version}.tar.gz" +checksum=03bb9ef504dff352e162b91e9da89fb34d236e01da54799db69388dc9ceea4c2 + +qtspell-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + } +}