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

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

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: packagekit-qt6
pkgver: '1.1.4'
pkgrel: '1'
pkgdesc: Qt6 bindings for PackageKit
url: 'https://www.packagekit.org/'
arch: x86_64
license:
- LGPL
depends:
- packagekit
makedepends:
- cmake
- qt6-base
source:
- 'https://www.freedesktop.org/software/PackageKit/releases/PackageKit-Qt-${pkgver}.tar.xz'
sha256sums:
- 5eae53721baec5ae2d52d97eee114d804cb769c922f9b5204d10ba70e82a17f3
build: |
  cmake -B build-qt6 -S PackageKit-Qt-${pkgver} \
  -DCMAKE_INSTALL_PREFIX=/usr \
  -DBUILD_WITH_QT6=ON

  cmake --build build-qt6

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