Package Details: bluez-qt-git 6.0.0_r779.gea5e7ce-1

Git Clone URL: https://aur.archlinux.org/bluez-qt-git.git (read-only, click to copy)
Package Base: bluez-qt-git
Description: Qt wrapper for Bluez 5 DBus API
Upstream URL: https://community.kde.org/Frameworks
Keywords: kf5
Licenses: LGPL-3.0-only, LGPL-2.0-only
Groups: kf6-git
Conflicts: bluez-qt
Provides: bluez-qt
Submitter: arojas
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 7
Popularity: 0.000000
First Submitted: 2015-04-04 09:43 (UTC)
Last Updated: 2024-03-01 06:35 (UTC)

Required by (12)

Sources (1)

Latest Comments

BertiBoeller commented on 2020-11-08 21:37 (UTC)

Can you change the source URL to? source=("git+https://anongit.kde.org/bluez-qt.git")

unusual_thoughts commented on 2020-10-19 19:39 (UTC) (edited on 2020-10-19 19:40 (UTC) by unusual_thoughts)

Subject: [PATCH] move sources to invent.kde.org

---
 .SRCINFO | 5 +++--
 PKGBUILD | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 3f6c158..9765c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
 pkgbase = bluez-qt-git
    pkgdesc = Qt wrapper for Bluez 5 DBus API
-   pkgver = r374.7b59f83
+   pkgver = r613.81ff058
    pkgrel = 1
    url = https://projects.kde.org/projects/playground/libs/libbluedevil
    arch = i686
    arch = x86_64
+   groups = kf5
    license = GPL2
    makedepends = extra-cmake-modules-git
    makedepends = git
@@ -13,7 +14,7 @@ pkgbase = bluez-qt-git
    provides = bluez-qt
    conflicts = libbluedevil-frameworks
    conflicts = bluez-qt
-   source = git://anongit.kde.org/bluez-qt.git
+   source = git+https://invent.kde.org/frameworks/bluez-qt.git
    sha256sums = SKIP

 pkgname = bluez-qt-git
diff --git a/PKGBUILD b/PKGBUILD
index b2b8666..589dedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>

 pkgname=bluez-qt-git
-pkgver=r374.7b59f83
+pkgver=r613.81ff058
 pkgrel=1
 pkgdesc='Qt wrapper for Bluez 5 DBus API'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@ makedepends=(extra-cmake-modules-git git)
 provides=(bluez-qt)
 conflicts=(libbluedevil-frameworks bluez-qt)
 groups=(kf5)
-source=("git://anongit.kde.org/bluez-qt.git")
+source=("git+https://invent.kde.org/frameworks/bluez-qt.git")
 sha256sums=('SKIP')

 pkgver() {
-- 
2.28.0

hemite commented on 2015-09-11 02:57 (UTC)

Package requires ECM >= 5.14, but extra-cmake-modules is at 5.13, even the git version is at 5.13.rc[1]. I'll flag as out of date, since there is no "flag as broken" [1] https://aur.archlinux.org/packages/extra-cmake-modules-git/

arojas commented on 2015-04-13 21:31 (UTC)

@amgo100 thanks, fixed

amgo100 commented on 2015-04-12 20:27 (UTC)

The package uses /lib/udev/rules.d as a hard-coded location for udev rules, but pacman doesn't allow installation through the /lib symlink. UDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d must be added to force the proper location.