🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: qt6-5compat
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: Module that contains unsupported Qt 5 APIs
url: 'https://www.qt.io/'
arch: x86_64
license:
- GPL3
- LGPL3
- FDL
- Custom
depends: []
makedepends:
- cmake
- ninja
- qt6-base
- qt6-declarative
source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qt5compat-everywhere-src-${pkgver}.tar.xz'
sha256sums:
- cfcb9fdaa051aad54b0e61b24ac5693b4887a86e07609f665fea67328a6f161b
build: |
cmake -S qt5compat-everywhere-src-${pkgver} -B build -G Ninja
cmake --build build
DESTDIR=${PKGDIR} cmake --install build
package: |
true