New package: qt6-virtualkeyboard-6.1.0
This commit is contained in:
parent
ee0133ce7a
commit
1b2821e5b6
2 changed files with 30 additions and 0 deletions
1
srcpkgs/qt6-virtualkeyboard-devel
Symbolic link
1
srcpkgs/qt6-virtualkeyboard-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
qt6-virtualkeyboard
|
29
srcpkgs/qt6-virtualkeyboard/template
Normal file
29
srcpkgs/qt6-virtualkeyboard/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'qt6-virtualkeyboard'
|
||||
pkgname=qt6-virtualkeyboard
|
||||
version=6.1.0
|
||||
revision=1
|
||||
wrksrc="qtvirtualkeyboard-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr"
|
||||
hostmakedepends="perl pkg-config qt6-declarative-devel"
|
||||
makedepends="qt6-declarative-devel qt6-quickcontrols2-devel
|
||||
qt6-svg-devel hunspell-devel"
|
||||
depends="qt6-quickcontrols2"
|
||||
short_desc="Cross-platform application and UI framework - virtualkeyboard"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtvirtualkeyboard-everywhere-src-${version}.tar.xz"
|
||||
checksum=595d69dbfd43a87b4d3a270afed6dd64172551990e29239281f39b727b145c01
|
||||
|
||||
qt6-virtualkeyboard-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} $makedepends"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue