[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-01 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 1, 2020 @ 15:25:20
  Author: arojas
Revision: 402481

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 402480, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-01 15:25:09 UTC (rev 402480)
+++ PKGBUILD2020-12-01 15:25:20 UTC (rev 402481)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.20.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kdeclarative)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('59576ea2272b0284ffd8b1370502e4b92952cf3bd8b18921361eb7ad449f0698'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 402480, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-01 15:25:20 UTC (rev 402481)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.20.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kdeclarative)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('522ad4ff3f3fc4e213328f821041d40b5126d0d3ca49ecc9aea35c59e2c64129'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 10, 2020 @ 22:15:14
  Author: arojas
Revision: 400183

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 400182, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-10 22:15:04 UTC (rev 400182)
+++ PKGBUILD2020-11-10 22:15:14 UTC (rev 400183)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.20.2
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kdeclarative)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0f3154ced1f44595993694954a640d8a1b2fa1cadaa50efcd07454e5c13ca19e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 400182, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-10 22:15:14 UTC (rev 400183)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.20.3
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kdeclarative)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('59576ea2272b0284ffd8b1370502e4b92952cf3bd8b18921361eb7ad449f0698'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-10-27 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 27, 2020 @ 15:40:00
  Author: arojas
Revision: 398919

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 398918, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-27 15:39:50 UTC (rev 398918)
+++ PKGBUILD2020-10-27 15:40:00 UTC (rev 398919)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.20.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kdeclarative)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1ca22a2ecde2651ce5134330602da0f43babb69498b5da2101211790c4e1818e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 398918, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-27 15:40:00 UTC (rev 398919)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.20.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kdeclarative)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0f3154ced1f44595993694954a640d8a1b2fa1cadaa50efcd07454e5c13ca19e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-10-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 20, 2020 @ 17:03:30
  Author: arojas
Revision: 398635

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 398634, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 17:03:19 UTC (rev 398634)
+++ PKGBUILD2020-10-20 17:03:30 UTC (rev 398635)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.20.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kdeclarative)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('67285a99af29fa121657f3ad3f6a17a22d56190414a40341e7948a097228804f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 398634, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 17:03:30 UTC (rev 398635)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.20.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kdeclarative)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1ca22a2ecde2651ce5134330602da0f43babb69498b5da2101211790c4e1818e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-09-01 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 1, 2020 @ 13:04:28
  Author: arojas
Revision: 395061

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 395060, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-01 13:04:17 UTC (rev 395060)
+++ PKGBUILD2020-09-01 13:04:28 UTC (rev 395061)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.19.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('19230517f7b9d0163001ce60f8a895962967f9259320d2a9454868e5ec3a9a5e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 395060, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-01 13:04:28 UTC (rev 395061)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.19.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e857e3c73a3d6c08bb44506f35a8359b480e960d32ae189b9b5bddcbcf5ffe2d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 28, 2020 @ 15:40:07
  Author: arojas
Revision: 392630

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 392629, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 15:39:57 UTC (rev 392629)
+++ PKGBUILD2020-07-28 15:40:07 UTC (rev 392630)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.19.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e9ddb2734807ef239e562399a6d9cbebf841da3f39d930f892e79e568976ed74'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 392629, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 15:40:07 UTC (rev 392630)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.19.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('19230517f7b9d0163001ce60f8a895962967f9259320d2a9454868e5ec3a9a5e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-23 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 23, 2020 @ 14:26:50
  Author: arojas
Revision: 390343

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 390342, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-23 14:26:38 UTC (rev 390342)
+++ PKGBUILD2020-06-23 14:26:50 UTC (rev 390343)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.19.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ff935c8fe41a15ae011c9abaee477b8b21fa7095fbc82d67f51da5db2118911b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 390342, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-23 14:26:50 UTC (rev 390343)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.19.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('38bafc130b40355d64012c783da4d1d3a05eb9c01e40b481915c091eefd103ce'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 15:59:23
  Author: arojas
Revision: 389346

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 389345, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 15:59:13 UTC (rev 389345)
+++ PKGBUILD2020-06-16 15:59:23 UTC (rev 389346)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.19.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a2e7d6fb3502d4ab02873df863c24383d9c36dccc7e7df21b62602d98c9d2fba'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 389345, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 15:59:23 UTC (rev 389346)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.19.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ff935c8fe41a15ae011c9abaee477b8b21fa7095fbc82d67f51da5db2118911b'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:00:48
  Author: arojas
Revision: 382318

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 382317, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:00:04 UTC (rev 382317)
+++ PKGBUILD2020-05-05 18:00:48 UTC (rev 382318)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.18.4.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bbb589b25e7da47cdbb13e4f9ccd8b6d66a01024a6ef5a01561c01266f3b1829'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 382317, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:00:48 UTC (rev 382318)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.18.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5350efbaee01c78fd451e96bb2aceb7986d45ab05500476d1e95c4e79ec89a66'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-31 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 31, 2020 @ 17:20:29
  Author: arojas
Revision: 378975

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 378974, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-31 17:20:01 UTC (rev 378974)
+++ PKGBUILD2020-03-31 17:20:29 UTC (rev 378975)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.18.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a542c606a235396f7144688c5ca8e50dda2fc566e3950f4c8e0988f67633a042'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 378974, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-31 17:20:29 UTC (rev 378975)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.18.4.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bbb589b25e7da47cdbb13e4f9ccd8b6d66a01024a6ef5a01561c01266f3b1829'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-31 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 31, 2020 @ 13:29:48
  Author: arojas
Revision: 378929

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 378928, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-31 13:29:35 UTC (rev 378928)
+++ PKGBUILD2020-03-31 13:29:48 UTC (rev 378929)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.18.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d4f84bf24bf79823bffee41230f583df2efd72a368927d1a9f456fa08cb3acf8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 378928, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-31 13:29:48 UTC (rev 378929)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.18.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a542c606a235396f7144688c5ca8e50dda2fc566e3950f4c8e0988f67633a042'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 10, 2020 @ 15:45:09
  Author: arojas
Revision: 377294

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 377293, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-10 15:45:01 UTC (rev 377293)
+++ PKGBUILD2020-03-10 15:45:09 UTC (rev 377294)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.18.2
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('da5c241329416ac7f7c989e0ff111a822b013be1feb8566323066e8d61c58c8a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 377293, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-10 15:45:09 UTC (rev 377294)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.18.3
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d4f84bf24bf79823bffee41230f583df2efd72a368927d1a9f456fa08cb3acf8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 25, 2020 @ 16:32:52
  Author: arojas
Revision: 376210

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 376209, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 16:32:44 UTC (rev 376209)
+++ PKGBUILD2020-02-25 16:32:52 UTC (rev 376210)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.18.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('981a6b4e57d5b20dfc43f4413a53734c11275dca831f7c7d9242ab0414f5da42'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 376209, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 16:32:52 UTC (rev 376210)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.18.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('da5c241329416ac7f7c989e0ff111a822b013be1feb8566323066e8d61c58c8a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 18, 2020 @ 14:50:12
  Author: arojas
Revision: 375814

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 375813, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 14:50:03 UTC (rev 375813)
+++ PKGBUILD2020-02-18 14:50:12 UTC (rev 375814)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.18.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d2f58aeeaa113b60132f26b26ea5416ae19b78bd046594f994c4dc3daec4'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 375813, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-18 14:50:12 UTC (rev 375814)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.18.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('981a6b4e57d5b20dfc43f4413a53734c11275dca831f7c7d9242ab0414f5da42'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-07 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 7, 2020 @ 17:07:45
  Author: arojas
Revision: 372731

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 372730, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 17:07:34 UTC (rev 372730)
+++ PKGBUILD2020-01-07 17:07:45 UTC (rev 372731)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.17.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e1d8369deb467da0843f68444df565998ff9e5f339f7493931c58e8940c1b694'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 372730, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 17:07:45 UTC (rev 372731)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.17.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('22e9c683dfc56a559e652809ade238f8eb0ffb09d5ab042f5cd4b8216f647c09'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 3, 2019 @ 14:53:34
  Author: arojas
Revision: 370288

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 370287, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-03 14:53:25 UTC (rev 370287)
+++ PKGBUILD2019-12-03 14:53:34 UTC (rev 370288)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.17.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7725e3e747a7c8b4288d8b76395c141346c8afc7e68790a3bb9ba5d6bbb32b11'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 370287, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-03 14:53:34 UTC (rev 370288)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.17.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e1d8369deb467da0843f68444df565998ff9e5f339f7493931c58e8940c1b694'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 13:28:56
  Author: arojas
Revision: 367917

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 367916, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 13:28:48 UTC (rev 367916)
+++ PKGBUILD2019-11-12 13:28:56 UTC (rev 367917)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.17.2
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('05e22ff2e719ddafd1a18e0dd1766743f0879aab8d7ba3f366a6cc407e00c697'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 367916, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 13:28:56 UTC (rev 367917)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.17.3
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7725e3e747a7c8b4288d8b76395c141346c8afc7e68790a3bb9ba5d6bbb32b11'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 29, 2019 @ 21:52:11
  Author: arojas
Revision: 366056

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 366055, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-29 21:52:02 UTC (rev 366055)
+++ PKGBUILD2019-10-29 21:52:11 UTC (rev 366056)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.17.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3baebc20877469f1205bb3c6368740acd0f76e70e45879a8c3764b7bd0f1259e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 366055, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-29 21:52:11 UTC (rev 366056)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.17.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('05e22ff2e719ddafd1a18e0dd1766743f0879aab8d7ba3f366a6cc407e00c697'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 22, 2019 @ 17:04:25
  Author: arojas
Revision: 365346

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 365345, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-22 17:04:17 UTC (rev 365345)
+++ PKGBUILD2019-10-22 17:04:25 UTC (rev 365346)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.17.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c4576b72dead133483e8faab787ea5daf96217216b324df529ca5381a5aac929'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 365345, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-22 17:04:25 UTC (rev 365346)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.17.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3baebc20877469f1205bb3c6368740acd0f76e70e45879a8c3764b7bd0f1259e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 3, 2019 @ 15:26:40
  Author: arojas
Revision: 361552

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 361551, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   82 +
 1 file changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-03 15:26:31 UTC (rev 361551)
+++ PKGBUILD2019-09-03 15:26:40 UTC (rev 361552)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.16.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('36eaff3da49104fb4ca8de32c2cd42657af7cde94f54c95bacf5abd6c1d39521'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 361551, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-03 15:26:40 UTC (rev 361552)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.16.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('60ac3471d30cb113b1959eacdaa1f4898f04f779f94a35dbca00993cda4ea464'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 30, 2019 @ 16:42:21
  Author: arojas
Revision: 358763

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 358762, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-30 16:42:12 UTC (rev 358762)
+++ PKGBUILD2019-07-30 16:42:21 UTC (rev 358763)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.16.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f22234c0561e143c03114943ccfaec962195b3aef55ffbc8a5ba2b8f722cd4bd'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 358762, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-30 16:42:21 UTC (rev 358763)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.16.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('36eaff3da49104fb4ca8de32c2cd42657af7cde94f54c95bacf5abd6c1d39521'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 9, 2019 @ 18:41:40
  Author: arojas
Revision: 357461

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 357460, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-09 18:41:30 UTC (rev 357460)
+++ PKGBUILD2019-07-09 18:41:40 UTC (rev 357461)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.16.2
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d005d6c9485f188c076e72c13d5ece0d55187864988e7b4d6f15c2760f3d1584'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 357460, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-09 18:41:40 UTC (rev 357461)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.16.3
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f22234c0561e143c03114943ccfaec962195b3aef55ffbc8a5ba2b8f722cd4bd'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-06-25 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 25, 2019 @ 14:58:45
  Author: arojas
Revision: 356888

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 356887, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-25 14:58:35 UTC (rev 356887)
+++ PKGBUILD2019-06-25 14:58:45 UTC (rev 356888)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.16.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d2bc6669fbf3066ec5f24db9762f7f1adbb29edc8f5205c4e59e5fd6becd5b0e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 356887, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-25 14:58:45 UTC (rev 356888)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.16.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d005d6c9485f188c076e72c13d5ece0d55187864988e7b4d6f15c2760f3d1584'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-05-07 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 7, 2019 @ 11:55:32
  Author: arojas
Revision: 352687

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 352686, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-07 11:55:23 UTC (rev 352686)
+++ PKGBUILD2019-05-07 11:55:32 UTC (rev 352687)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.15.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e3d34cdac64abf5f11e7d9ce977ce508dc5b9ed64a4ce9a4598a5a22373c7ef8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 352686, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-07 11:55:32 UTC (rev 352687)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.15.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7379230de96c5e6d4ea40f4dfa8732e20a6ee3bd291e6f119ccb57646c33fe1f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-02 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 2, 2019 @ 13:34:09
  Author: arojas
Revision: 349669

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 349668, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-02 13:33:57 UTC (rev 349668)
+++ PKGBUILD2019-04-02 13:34:09 UTC (rev 349669)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.15.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e3d34cdac64abf5f11e7d9ce977ce508dc5b9ed64a4ce9a4598a5a22373c7ef8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 349668, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-02 13:34:09 UTC (rev 349669)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.15.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e3d34cdac64abf5f11e7d9ce977ce508dc5b9ed64a4ce9a4598a5a22373c7ef8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-02 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 2, 2019 @ 12:41:50
  Author: arojas
Revision: 349623

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 349622, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-02 12:41:32 UTC (rev 349622)
+++ PKGBUILD2019-04-02 12:41:50 UTC (rev 349623)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.15.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('40edc97e2236655114ef0fe77fa357c70fcf07c555fbe1b40d45f2dc7c90b1ed'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 349622, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-02 12:41:50 UTC (rev 349623)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.15.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e3d34cdac64abf5f11e7d9ce977ce508dc5b9ed64a4ce9a4598a5a22373c7ef8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 12, 2019 @ 19:15:11
  Author: arojas
Revision: 347780

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 347779, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-12 19:14:59 UTC (rev 347779)
+++ PKGBUILD2019-03-12 19:15:11 UTC (rev 347780)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.15.2
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fc4bda560ff743cd5db70071811418beb5e19c5814bbc68a8427dafee6c1cdb4'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 347779, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-12 19:15:11 UTC (rev 347780)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.15.3
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('40edc97e2236655114ef0fe77fa357c70fcf07c555fbe1b40d45f2dc7c90b1ed'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 26, 2019 @ 16:06:16
  Author: arojas
Revision: 346849

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 346848, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-26 16:06:02 UTC (rev 346848)
+++ PKGBUILD2019-02-26 16:06:16 UTC (rev 346849)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.15.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('59a03a7e788cb0733b5f25676f2db4bc7037486eb6499ffc2e64e85280f4c7c0'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 346848, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-26 16:06:16 UTC (rev 346849)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.15.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fc4bda560ff743cd5db70071811418beb5e19c5814bbc68a8427dafee6c1cdb4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 19, 2019 @ 13:50:00
  Author: arojas
Revision: 346533

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 346532, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-19 13:49:48 UTC (rev 346532)
+++ PKGBUILD2019-02-19 13:50:00 UTC (rev 346533)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.15.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('34a62d22bcb0c5e0dbc7fe65b2d38d5ca3a014508b57cee86db481fea9013182'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 346532, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-19 13:50:00 UTC (rev 346533)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.15.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('59a03a7e788cb0733b5f25676f2db4bc7037486eb6499ffc2e64e85280f4c7c0'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 9, 2019 @ 06:51:22
  Author: arojas
Revision: 343158

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 343157, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-09 06:51:10 UTC (rev 343157)
+++ PKGBUILD2019-01-09 06:51:22 UTC (rev 343158)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.14.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7b725e7adc88df65b88fa0044bff06a4dbb49a169f27dfbbc4b54d5e29b78711'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 343157, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-09 06:51:22 UTC (rev 343158)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.14.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e79f4c0b2b1ac0a039e697413ffe809d6932770e21fc54cb2b8eedab42e018ce'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-27 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 27, 2018 @ 18:53:09
  Author: arojas
Revision: 340470

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 340469, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 18:52:57 UTC (rev 340469)
+++ PKGBUILD2018-11-27 18:53:09 UTC (rev 340470)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.14.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b33f164e1b15cea59ab5db05bad363ef2824fd3ae6f4909be18a25a4eff7'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 340469, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 18:53:09 UTC (rev 340470)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.14.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7b725e7adc88df65b88fa0044bff06a4dbb49a169f27dfbbc4b54d5e29b78711'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-06 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 6, 2018 @ 16:49:13
  Author: arojas
Revision: 337964

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 337963, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-06 16:48:57 UTC (rev 337963)
+++ PKGBUILD2018-11-06 16:49:13 UTC (rev 337964)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.14.2
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('41a90fc7503bd450ab4b99f41fe7facce81756a741a251da8e4030bd1c6cedda'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 337963, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-06 16:49:13 UTC (rev 337964)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.14.3
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b33f164e1b15cea59ab5db05bad363ef2824fd3ae6f4909be18a25a4eff7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-23 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 23, 2018 @ 14:37:22
  Author: arojas
Revision: 337163

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 337162, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 14:37:08 UTC (rev 337162)
+++ PKGBUILD2018-10-23 14:37:22 UTC (rev 337163)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.14.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('44eacaf20c8a96fad3b32ea39e0ae484f0c0eebe8c07459be01d10b0571e91a7'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 337162, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-23 14:37:22 UTC (rev 337163)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.14.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('41a90fc7503bd450ab4b99f41fe7facce81756a741a251da8e4030bd1c6cedda'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 16, 2018 @ 14:47:23
  Author: arojas
Revision: 336730

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 336729, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-16 14:47:05 UTC (rev 336729)
+++ PKGBUILD2018-10-16 14:47:23 UTC (rev 336730)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.14.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('697b3c14a20921a59178fc831f96d7e20daffd1bec2d204fd0906f7199e12b34'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 336729, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-16 14:47:23 UTC (rev 336730)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.14.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('44eacaf20c8a96fad3b32ea39e0ae484f0c0eebe8c07459be01d10b0571e91a7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 4, 2018 @ 11:41:20
  Author: arojas
Revision: 333271

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 333270, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-04 11:41:09 UTC (rev 333270)
+++ PKGBUILD2018-09-04 11:41:20 UTC (rev 333271)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.13.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7362a8fc82740e2b4bced08c662797356028e5ebe5e38771dd17d9728794ebb8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 333270, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-04 11:41:20 UTC (rev 333271)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.13.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('afcbd59b2f5f92b7404c2c474ab154a4f12705e3312f274367cc49b31802a72a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-08-04 Thread Felix Yan via arch-commits
Date: Saturday, August 4, 2018 @ 17:11:07
  Author: felixonmars
Revision: 330553

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 330552, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-04 17:10:51 UTC (rev 330552)
+++ PKGBUILD2018-08-04 17:11:07 UTC (rev 330553)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.13.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d2fce36763c1b85753d59c61c187e7e75e21ce2a1d1d10237135bc9d0f35'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 330552, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-04 17:11:07 UTC (rev 330553)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.13.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7362a8fc82740e2b4bced08c662797356028e5ebe5e38771dd17d9728794ebb8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 10, 2018 @ 13:39:36
  Author: arojas
Revision: 328198

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 328197, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-10 13:39:22 UTC (rev 328197)
+++ PKGBUILD2018-07-10 13:39:36 UTC (rev 328198)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.13.2
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0731823bae6620a1211e43d78b8c615508bc360313e41ba50fad68807d15379a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 328197, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-10 13:39:36 UTC (rev 328198)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.13.3
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d2fce36763c1b85753d59c61c187e7e75e21ce2a1d1d10237135bc9d0f35'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:52:10
  Author: arojas
Revision: 327594

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 327593, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:51:58 UTC (rev 327593)
+++ PKGBUILD2018-06-26 13:52:10 UTC (rev 327594)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.13.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('50e005df56d0e818db938682952297c647c630018150ead9a1b5eddc1ff56ef7'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 327593, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:52:10 UTC (rev 327594)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.13.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0731823bae6620a1211e43d78b8c615508bc360313e41ba50fad68807d15379a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 19, 2018 @ 12:51:13
  Author: arojas
Revision: 327256

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 327255, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 12:51:00 UTC (rev 327255)
+++ PKGBUILD2018-06-19 12:51:13 UTC (rev 327256)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.13.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('75ecc40fde6da84d07c4efd077330dea5674a68c40611f23d5ea4f48ad7833aa'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 327255, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 12:51:13 UTC (rev 327256)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.13.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('50e005df56d0e818db938682952297c647c630018150ead9a1b5eddc1ff56ef7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-01 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 1, 2018 @ 17:00:27
  Author: arojas
Revision: 323235

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 323234, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 17:00:12 UTC (rev 323234)
+++ PKGBUILD2018-05-01 17:00:27 UTC (rev 323235)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.12.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5d4cd83d4fc37c93937762725bea16d86040ba131073135836b30f2874fe27bf'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 323234, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-01 17:00:27 UTC (rev 323235)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.12.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4a5cdcc3461cb36b82b95224e8646c2f8653ea73093812b355973c62dede5d66'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 20:57:02
  Author: arojas
Revision: 320748

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 320747, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 20:56:47 UTC (rev 320747)
+++ PKGBUILD2018-03-31 20:57:02 UTC (rev 320748)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.12.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f3817d6d0475c9cb4574f45ad3d1bafeab5ead840ef109c3eb56e7ee9790edef'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 320747, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 20:57:02 UTC (rev 320748)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.12.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5d4cd83d4fc37c93937762725bea16d86040ba131073135836b30f2874fe27bf'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-06 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 6, 2018 @ 16:16:49
  Author: arojas
Revision: 317890

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 317889, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-06 16:16:33 UTC (rev 317889)
+++ PKGBUILD2018-03-06 16:16:49 UTC (rev 317890)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.12.2
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f2b62d9844e0077929256cd096e628f69b4b7790d312f9d86fb04fc7b8f2bc87'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 317889, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-06 16:16:49 UTC (rev 317890)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.12.3
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f3817d6d0475c9cb4574f45ad3d1bafeab5ead840ef109c3eb56e7ee9790edef'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:33:35
  Author: arojas
Revision: 317316

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 317315, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:33:17 UTC (rev 317315)
+++ PKGBUILD2018-02-20 23:33:35 UTC (rev 317316)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.12.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('67890467af81d5330dc7f1c026de472d5b923250838e31ae3d8a2a78a75fb861'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 317315, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:33:35 UTC (rev 317316)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.12.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f2b62d9844e0077929256cd096e628f69b4b7790d312f9d86fb04fc7b8f2bc87'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 13, 2018 @ 17:43:50
  Author: arojas
Revision: 316830

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 316829, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-13 17:43:37 UTC (rev 316829)
+++ PKGBUILD2018-02-13 17:43:50 UTC (rev 316830)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.12.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('de009f6c440cc89cdb6ca0c16e60d49bf419b1a195a5bb49b0316275619254ee'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 316829, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-13 17:43:50 UTC (rev 316830)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.12.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('67890467af81d5330dc7f1c026de472d5b923250838e31ae3d8a2a78a75fb861'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-02 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 2, 2018 @ 19:49:11
  Author: arojas
Revision: 313900

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 313899, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-02 19:48:55 UTC (rev 313899)
+++ PKGBUILD2018-01-02 19:49:11 UTC (rev 313900)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.11.4
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('406048d1f9a8708bf9e4373cac05dbbd798f9b2370cadee03092cf2b78e95bf6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 313899, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-02 19:49:11 UTC (rev 313900)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.11.5
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('059a2372839c8687ebfbf6268dc28847000ec5993f6528ecbed40a977170ed77'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-11-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 28, 2017 @ 14:57:02
  Author: arojas
Revision: 311088

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 311087, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 14:56:46 UTC (rev 311087)
+++ PKGBUILD2017-11-28 14:57:02 UTC (rev 311088)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.11.3
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c369581a8fa38ff8885069fdb33d69eb21868fc909b3dd9a8067064dfe90f6e9'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 311087, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 14:57:02 UTC (rev 311088)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.11.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('406048d1f9a8708bf9e4373cac05dbbd798f9b2370cadee03092cf2b78e95bf6'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (4 files)

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 09:12:53
  Author: arojas
Revision: 238456

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 238455, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 238455, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD
  bluedevil/repos/extra-x86_64/bluedevil.install

---+
 PKGBUILD  |   84 ++--
 bluedevil.install |   24 +++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 07:10:16 UTC (rev 238455)
+++ PKGBUILD2015-05-04 07:12:53 UTC (rev 238456)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluedevil
-pkgver=5.3.0
-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'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-install=$pkgname.install
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('be64849a93c5938db123d9774f9d6d1a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 238455, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 07:12:53 UTC (rev 238456)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluedevil
+pkgver=5.3.0
+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'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install=$pkgname.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('be64849a93c5938db123d9774f9d6d1a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: bluedevil.install
===
--- bluedevil.install   2015-05-04 07:10:16 UTC (rev 238455)
+++ bluedevil.install   2015-05-04 07:12:53 UTC (rev 238456)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-x86_64/bluedevil.install (from rev 238455, 
bluedevil/trunk/bluedevil.install)
===
--- bluedevil.install   (rev 0)
+++ bluedevil.install   2015-05-04 07:12:53 UTC (rev 238456)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (4 files)

2013-12-23 Thread Andrea Scarpino
Date: Monday, December 23, 2013 @ 09:16:52
  Author: andrea
Revision: 202646

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 202645, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 202645, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD
  bluedevil/repos/extra-x86_64/bluedevil.install

---+
 PKGBUILD  |   71 
 bluedevil.install |   24 -
 2 files changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 08:16:39 UTC (rev 202645)
+++ PKGBUILD2013-12-23 08:16:52 UTC (rev 202646)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=bluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=1
-epoch=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/extragear/base/bluedevil;
-license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('7137a6dae1e860c91ea266546e6bfd39')
-
-prepare() {
-  mkdir build
-
-  # Fix build
-  sed -i 's/bluedevilaction//' ${pkgname}-${_pkgver}/src/wizard/CMakeLists.txt
-}
-
-build(){
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 202645, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 08:16:52 UTC (rev 202646)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=1
+epoch=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+
+prepare() {
+  mkdir build
+}
+
+build(){
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: bluedevil.install
===
--- bluedevil.install   2013-12-23 08:16:39 UTC (rev 202645)
+++ bluedevil.install   2013-12-23 08:16:52 UTC (rev 202646)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-x86_64/bluedevil.install (from rev 202645, 
bluedevil/trunk/bluedevil.install)
===
--- bluedevil.install   (rev 0)
+++ bluedevil.install   2013-12-23 08:16:52 UTC (rev 202646)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-07-26 Thread Andrea Scarpino
Date: Tuesday, July 26, 2011 @ 03:21:18
  Author: andrea
Revision: 132783

archrelease: remove extra-x86_64

Deleted:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-07-26 Thread Andrea Scarpino
Date: Tuesday, July 26, 2011 @ 03:21:34
  Author: andrea
Revision: 132784

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-04-16 Thread Andrea Scarpino
Date: Saturday, April 16, 2011 @ 21:35:37
  Author: andrea
Revision: 119941

archrelease: remove extra-x86_64

Deleted:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-04-16 Thread Andrea Scarpino
Date: Saturday, April 16, 2011 @ 21:35:55
  Author: andrea
Revision: 119942

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-04-12 Thread Andrea Scarpino
Date: Tuesday, April 12, 2011 @ 17:53:06
  Author: andrea
Revision: 119637

archrelease: remove extra-x86_64

Deleted:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-04-12 Thread Andrea Scarpino
Date: Tuesday, April 12, 2011 @ 17:53:18
  Author: andrea
Revision: 119638

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-03-25 Thread Andrea Scarpino
Date: Friday, March 25, 2011 @ 11:42:24
  Author: andrea
Revision: 116738

archrelease: remove extra-x86_64

Deleted:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-03-25 Thread Andrea Scarpino
Date: Friday, March 25, 2011 @ 11:42:37
  Author: andrea
Revision: 116739

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-02-01 Thread Andrea Scarpino
Date: Wednesday, February 2, 2011 @ 02:58:16
  Author: andrea
Revision: 108671

archrelease: remove extra-x86_64

Deleted:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2011-02-01 Thread Andrea Scarpino
Date: Wednesday, February 2, 2011 @ 02:58:29
  Author: andrea
Revision: 108672

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2010-12-22 Thread Andrea Scarpino
Date: Wednesday, December 22, 2010 @ 08:39:43
  Author: andrea
Revision: 103658

archrelease: remove extra-x86_64

Deleted:
  bluedevil/repos/extra-x86_64/



[arch-commits] Commit in bluedevil/repos (extra-x86_64)

2010-12-22 Thread Andrea Scarpino
Date: Wednesday, December 22, 2010 @ 08:39:56
  Author: andrea
Revision: 103659

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/