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

recipes/gui/polkit-qt-1/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: polkit-qt-1
pkgver: '0.201.1'
pkgrel: 1
pkgdesc: A library that allows developers to access PolicyKit API with a nice Qt-style API
url: 'https://www.kde.org/'
arch: x86_64
license:
- BSD-3-Clause
- GPL-2.0-or-later
- LGPL-2.0-or-later
depends: []
makedepends:
- cmake
- polkit
- qt6-base
source:
- 'https://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
  cmake -B build -S ${pkgname}-${pkgver} \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_BUILD_TYPE=Release \
        -DQT_MAJOR_VERSION=6 \
        -Wno-dev
  cmake --build build
package: DESTDIR="${PKGDIR}" cmake --install build