🔒 Repository is read-only – file editing is disabled.

recipes/gui/qt6-declarative/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'qt6-declarative'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'Classes for QML and JavaScript languages'
url: 'https://www.qt.io/'
arch: x86_64
depends: []
makedepends:
- cmake
- ninja
- 'qt6-base'
- 'qt6-shadertools'
- 'at-spi2-core'
- python

source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtdeclarative-everywhere-src-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  export CXXFLAGS+=" -ffat-lto-objects"
  cmake -S qtdeclarative-everywhere-src-${pkgver} -B build -G Ninja \
  -DINSTALL_PUBLICBINDIR=usr/bin
  cmake --build build
  DESTDIR=${PKGDIR} cmake --install build

package: |
  true