🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: 'qt6-wayland'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'Provides APIs for Wayland'
url: 'https://www.qt.io/'
arch: x86_64
license:
- LGPL3
- GPL3
- FDL
- Custom
depends: []
makedepends:
- cmake
- ninja
- 'qt6-base'
- 'qt6-declarative'
- 'xorg-libxcomposite'
source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtwayland-everywhere-src-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cmake -S qtwayland-everywhere-src-${pkgver} -B build -G Ninja
cmake --build build
DESTDIR=${PKGDIR} cmake --install build
package: |
true