git » bluez-qt.git » commit 6271e98

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

author Antonio Rojas
2023-10-07 08:56:56 UTC
committer Antonio Rojas
2023-10-07 08:56:56 UTC
parent e03b793d29df6001e56158437fe3b8120bd90ed5

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

.SRCINFO +24 -0
PKGBUILD +18 -9

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..df6903f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+pkgbase = bluez-qt
+	pkgdesc = Qt wrapper for Bluez 5 DBus API
+	pkgver = 5.240.0.20231001
+	pkgrel = 1
+	url = https://community.kde.org/Frameworks
+	arch = x86_64
+	groups = kf6
+	license = GPL2
+	makedepends = doxygen
+	makedepends = extra-cmake-modules
+	makedepends = qt6-declarative
+	makedepends = qt6-doc
+	makedepends = qt6-tools
+	makedepends = git
+	depends = bluez
+	depends = gcc-libs
+	depends = glibc
+	depends = qt6-base
+	optdepends = qt6-declarative: QML bindings
+	source = git+https://invent.kde.org/frameworks/bluez-qt#commit=98bf8d0abb449c11357a9d0e045b6557b0daaba4
+	validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
+	sha256sums = SKIP
+
+pkgname = bluez-qt
diff --git a/PKGBUILD b/PKGBUILD
index 4d95271..264e0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,32 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=bluez-qt
-pkgver=5.110.0
+pkgver=5.240.0.20231001
 pkgrel=1
 pkgdesc='Qt wrapper for Bluez 5 DBus API'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(GPL2)
-depends=(qt5-base bluez)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('9f819ab749364f976da25c4d01f7bf4c1da615e6a7fd468c62b74d0a624179f7'
-            'SKIP')
+depends=(bluez
+         gcc-libs
+         glibc
+         qt6-base)
+makedepends=(doxygen
+             extra-cmake-modules
+             qt6-declarative
+             qt6-doc
+             qt6-tools)
+optdepends=('qt6-declarative: QML bindings')
+groups=(kf6)
+#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+makedepends+=(git)
+_commit=98bf8d0abb449c11357a9d0e045b6557b0daaba4
+source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit)
+sha256sums=('SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
     -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON