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

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

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: 'qt6-svg'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'Classes for displaying the content of SVG files'
url: 'https://www.qt.io/'
arch: x86_64
license:
- GPL3
- LGPL3
- FDL
- Custom

depends: []
makedepends:
- cmake
- ninja
- 'qt6-base'

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

sha256sums:
- SKIP

build: |
  cmake -S qtsvg-everywhere-src-${pkgver} -B build -G Ninja
  cmake --build build
  DESTDIR=${PKGDIR} cmake --install build

package: |
  true