New package: qtspell-1.0.1
This commit is contained in:
parent
0a378de5f8
commit
0546628345
3 changed files with 25 additions and 0 deletions
|
@ -4174,3 +4174,4 @@ liblowdown.so lowdown-0.11.2_1
|
||||||
libjaylink.so.0 libjaylink-0.2.0_1
|
libjaylink.so.0 libjaylink-0.2.0_1
|
||||||
libnvidia-container.so.1 libnvidia-container-1.10.0_1
|
libnvidia-container.so.1 libnvidia-container-1.10.0_1
|
||||||
libnvidia-container-go.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
|
||||||
|
|
1
srcpkgs/qtspell-devel
Symbolic link
1
srcpkgs/qtspell-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
qtspell
|
23
srcpkgs/qtspell/template
Normal file
23
srcpkgs/qtspell/template
Normal file
|
@ -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 <leah@vuxu.org>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue