author | Antonio Rojas
<arojas@archlinux.org> 2016-09-01 18:16:11 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-09-01 18:16:11 UTC |
parent | 4454508aab22b68790dd0a9a1a13d36ff9310323 |
PKGBUILD | +9 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 94b8fd4..fdcbf42 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=bluez-qt pkgver=5.25.0 -pkgrel=1 +pkgrel=2 pkgdesc='Qt wrapper for Bluez 5 DBus API' arch=(i686 x86_64) url='https://community.kde.org/Frameworks' @@ -11,11 +11,17 @@ depends=(qt5-declarative bluez) makedepends=(extra-cmake-modules mesa) conflicts=(libbluedevil-frameworks) groups=(kf5) -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -md5sums=('2e03661752de63494541649158d712fa') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" + bluez-qt-pri.patch::"https://quickgit.kde.org/?p=bluez-qt.git&a=commitdiff&h=b81b59bc&o=plain") +md5sums=('2e03661752de63494541649158d712fa' + 'ee25e5cfa71cdf21f8878d8a3741fdfe') prepare() { mkdir -p build + +# Fix include dir in pri file + cd $pkgname-$pkgver + patch -p1 -i ../bluez-qt-pri.patch } build() {