[arch-commits] Commit in bluedevil/kde-unstable (PKGBUILD)

2018-01-22 Thread Antonio Rojas via arch-commits
Date: Monday, January 22, 2018 @ 20:09:31
  Author: arojas
Revision: 315267

Add pulseaudio-bluetooth optdepend (FS#57190)

Modified:
  bluedevil/kde-unstable/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-22 20:07:12 UTC (rev 315266)
+++ PKGBUILD2018-01-22 20:09:31 UTC (rev 315267)
@@ -13,6 +13,7 @@
 license=(GPL2)
 depends=(bluez-qt kio)
 makedepends=(extra-cmake-modules plasma-framework kded python)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
 groups=(plasma)
 
source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('8a160db611ac0a338b1d0aaffeeca47a27744388bda43a50b29a6125b60cea5a'


[arch-commits] Commit in bluedevil/kde-unstable (PKGBUILD)

2015-04-13 Thread Antonio Rojas
Date: Monday, April 13, 2015 @ 21:02:48
  Author: arojas
Revision: 236385

Needs epoch

Modified:
  bluedevil/kde-unstable/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-13 18:52:52 UTC (rev 236384)
+++ PKGBUILD2015-04-13 19:02:48 UTC (rev 236385)
@@ -6,6 +6,7 @@
 pkgname=bluedevil
 pkgver=5.2.95
 pkgrel=1
+epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/bluedevil'