New package: qt6-wayland-6.1.0

This commit is contained in:
John 2020-10-08 20:40:52 +02:00 committed by John Zimmermann
parent 0bd64a0c3c
commit 13e45486d3
4 changed files with 34 additions and 0 deletions

View file

@ -1998,6 +1998,8 @@ libQt6EglFsKmsSupport.so.6 qt6-gui-6.0.0_1
libQt6EglFsKmsGbmSupport.so.6 qt6-gui-6.0.0_1
libQt6OpenGLWidgets.so.6 qt6-opengl-widgets-6.0.0_1
libQt6Test.so.6 qt6-test-6.0.0_1
libQt6WaylandCompositor.so.6 qt6-wayland-6.0.0_1
libQt6WaylandClient.so.6 qt6-wayland-6.0.0_1
libnpth.so.0 npth-1.1_1
libnpupnp.so.4 libnpupnp-4.0.2_1
libglfw.so.3 glfw-3.0.4_1

1
srcpkgs/qt6-wayland-devel Symbolic link
View file

@ -0,0 +1 @@
qt6-wayland

View file

@ -0,0 +1,30 @@
# Template file for 'qt6-wayland'
pkgname=qt6-wayland
version=6.1.0
revision=1
wrksrc="qtwayland-everywhere-src-${version}"
build_style=cmake
configure_args="-DQT_HOST_PATH=/usr -DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
hostmakedepends="qt6-base-devel perl pkg-config wayland-devel qt6-wayland-devel"
# XXX: Qml as optional dep
makedepends="qt6-base-devel wayland-devel libxkbcommon-devel
libXcomposite-devel MesaLib-devel Vulkan-Headers libdrm-devel"
short_desc="Cross-platform application and UI framework - Wayland"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
homepage="https://www.qt.io"
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz"
checksum=d67e8ffe4014a66b5864acf358a392149555db2adac1b9802a6650a59a70ad97
qt6-wayland-devel_package() {
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt6/mkspecs
vmove usr/lib/qt6/bin/qtwaylandscanner
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
}
}

View file

@ -0,0 +1 @@
pkgname="${pkgname/6-/}-everywhere-src"