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

recipes/gui/layer-shell-qt/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'layer-shell-qt'
pkgver: '6.7.4'
pkgrel: '1'
pkgdesc: 'Qt component to allow applications to make use of the Wayland wl-layer-shell protocol'
url: 'https://kde.org/plasma-desktop/'
arch: x86_64
license:
- 'LGPL-2.0-or-later'

depends: []
makedepends:
- 'qt6-base'
- 'qt6-wayland'
- 'qt6-declarative'
- 'extra-cmake-modules'
- 'wayland-protocols'

source:
- 'https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cmake -B build -S layer-shell-qt-6.7.4 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
  cmake --build build

package: |
  DESTDIR="${PKGDIR}" cmake --install build