🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: 'plasma-wayland-protocols'
pkgver: '1.21.0'
pkgrel: '1'
pkgdesc: 'Plasma Specific Protocols for Wayland'
url: 'https://www.kde.org/'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- 'extra-cmake-modules'
- 'qt6-base'
source:
- 'https://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR=${PKGDIR} install
package: |
true