[arch-commits] Commit in bluez-qt/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Sep 1 18:16:11 UTC 2016


    Date: Thursday, September 1, 2016 @ 18:16:11
  Author: arojas
Revision: 275658

Fix include dir in pri file (FS#50478)

Modified:
  bluez-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-01 17:59:20 UTC (rev 275657)
+++ PKGBUILD	2016-09-01 18:16:11 UTC (rev 275658)
@@ -3,7 +3,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'
@@ -12,11 +12,17 @@
 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() {



More information about the arch-commits mailing list