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

recipes/gui/bluez-qt/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'bluez-qt'
pkgver: '6.28.0'
pkgrel: '1'
pkgdesc: 'Qt wrapper for BlueZ 5 DBus API'
url: 'https://community.kde.org/Frameworks'
arch: x86_64
license:
- 'LGPL-2.0-only LGPL-3.0-only'

depends: []
makedepends:
- bluez
- 'qt6-base'
- 'qt6-declarative'
- 'qt6-tools'
- 'extra-cmake-modules'

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

sha256sums:
- SKIP

build: |
  cmake -B build -S bluez-qt-6.28.0 -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