[arch-commits] Commit in bluez-qt/repos (4 files)

2017-10-14 Thread Antonio Rojas
Date: Saturday, October 14, 2017 @ 09:22:25
  Author: arojas
Revision: 307891

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 307890, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 307890, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 307890, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-14 09:22:25 UTC (rev 307891)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.39.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a1a992a7d4cc1808f98157664c8e8cedf28bc2c691e1b9e46d30b10fb0380048'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 307890, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-14 09:22:25 UTC (rev 307891)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.39.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a1a992a7d4cc1808f98157664c8e8cedf28bc2c691e1b9e46d30b10fb0380048'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:37:58
  Author: arojas
Revision: 305151

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 305150, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 305150, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 305150, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:37:58 UTC (rev 305151)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9b532f16b8a226f48dc8e09f00ae1896aef14f4ab211db3fdbab6a729faf5641'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 305150, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:37:58 UTC (rev 305151)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9b532f16b8a226f48dc8e09f00ae1896aef14f4ab211db3fdbab6a729faf5641'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 11:03:22
  Author: felixonmars
Revision: 302124

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 302123, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 302123, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 302123, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-14 11:03:22 UTC (rev 302124)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.37.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1a6d75e8d56135eb82f658709478911f9fca9da18bcd3f594e5703abf791d6f4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 302123, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-14 11:03:22 UTC (rev 302124)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.37.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1a6d75e8d56135eb82f658709478911f9fca9da18bcd3f594e5703abf791d6f4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:07:47
  Author: arojas
Revision: 299885

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 299884, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 299884, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 299884, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:07:47 UTC (rev 299885)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1c01f1de86bad18b901e30a1375d816870e0cb80bf67b9d356d4114a852b6fe4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 299884, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:07:47 UTC (rev 299885)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1c01f1de86bad18b901e30a1375d816870e0cb80bf67b9d356d4114a852b6fe4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-06-10 Thread Antonio Rojas
Date: Saturday, June 10, 2017 @ 08:14:33
  Author: arojas
Revision: 298555

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 298554, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 298554, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 298554, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-10 08:14:33 UTC (rev 298555)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.35.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0f3142f59d3ec9e7e5843034401ee4fc7f091efb46f410e6ed20ac96320443b4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 298554, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-06-10 08:14:33 UTC (rev 298555)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.35.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0f3142f59d3ec9e7e5843034401ee4fc7f091efb46f410e6ed20ac96320443b4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:34:26
  Author: arojas
Revision: 295937

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 295936, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 295936, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 295936, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:34:26 UTC (rev 295937)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ae059102b00e6f6c0d49bf1450d0da617d0d00ecfc8adef03329751794d00f10'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 295936, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:34:26 UTC (rev 295937)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ae059102b00e6f6c0d49bf1450d0da617d0d00ecfc8adef03329751794d00f10'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-04-13 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 21:14:42
  Author: felixonmars
Revision: 292838

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 292835, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 292837, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 292835, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-13 21:14:42 UTC (rev 292838)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.33.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3167ad1988cd010c59987d6c4b3149acb654220a2424391ecbc02133c96ef332'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 292837, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-13 21:14:42 UTC (rev 292838)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.33.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3167ad1988cd010c59987d6c4b3149acb654220a2424391ecbc02133c96ef332'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-03-11 Thread Antonio Rojas
Date: Saturday, March 11, 2017 @ 11:44:53
  Author: arojas
Revision: 290593

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 290592, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 290592, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 290592, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-11 11:44:53 UTC (rev 290593)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.32.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d0bf3ddc2ef4071137e9f25127a02ed2a4860fcf65cc68403b70ca97c165865e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 290592, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-11 11:44:53 UTC (rev 290593)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.32.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d0bf3ddc2ef4071137e9f25127a02ed2a4860fcf65cc68403b70ca97c165865e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-02-11 Thread Antonio Rojas
Date: Saturday, February 11, 2017 @ 10:15:20
  Author: arojas
Revision: 288622

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 288621, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 288621, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 288621, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-11 10:15:20 UTC (rev 288622)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.31.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('2e2dfc3e49d878044c4848d147918d1b'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 288621, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-11 10:15:20 UTC (rev 288622)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.31.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('2e2dfc3e49d878044c4848d147918d1b'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 12:17:31
  Author: arojas
Revision: 286330

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 286329, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 286329, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 286329, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-14 12:17:31 UTC (rev 286330)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.30.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('34ea3644d491bcad9d796c43d4f89655'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 286329, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-01-14 12:17:31 UTC (rev 286330)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.30.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('34ea3644d491bcad9d796c43d4f89655'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-12-14 Thread Antonio Rojas
Date: Wednesday, December 14, 2016 @ 12:30:31
  Author: arojas
Revision: 283275

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 283274, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 283274, bluez-qt/trunk/PKGBUILD)
Deleted:
  bluez-qt/repos/testing-i686/PKGBUILD
  bluez-qt/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   74 ++
 testing-i686/PKGBUILD   |   37 ---
 testing-x86_64/PKGBUILD |   37 ---
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-14 12:30:12 UTC (rev 283274)
+++ testing-i686/PKGBUILD   2016-12-14 12:30:31 UTC (rev 283275)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=bluez-qt
-pkgver=5.29.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('234a9b5677a514bf933466bc5aa230c9'
- 'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 283274, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-14 12:30:31 UTC (rev 283275)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.29.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('234a9b5677a514bf933466bc5aa230c9'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-12-14 12:30:12 UTC (rev 283274)
+++ testing-x86_64/PKGBUILD 2016-12-14 12:30:31 UTC (rev 283275)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=bluez-qt
-pkgver=5.29.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('234a9b5677a514bf933466bc5aa230c9'
- 'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 283274, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-14 12:30:31 UTC (rev 283275)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.29.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)

[arch-commits] Commit in bluez-qt/repos (4 files)

2016-12-14 Thread Antonio Rojas
Date: Wednesday, December 14, 2016 @ 12:24:47
  Author: arojas
Revision: 283261

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 283260, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 283260, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 283260, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-14 12:24:47 UTC (rev 283261)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.29.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('234a9b5677a514bf933466bc5aa230c9'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 283260, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-14 12:24:47 UTC (rev 283261)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.29.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('234a9b5677a514bf933466bc5aa230c9'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-11-15 Thread Antonio Rojas
Date: Tuesday, November 15, 2016 @ 13:53:07
  Author: arojas
Revision: 280802

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 280801, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 280801, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 280801, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-15 13:53:07 UTC (rev 280802)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.28.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('8b1e8d615428497ccc90ab7895fb0194'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 280801, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-15 13:53:07 UTC (rev 280802)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.28.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('8b1e8d615428497ccc90ab7895fb0194'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:38:28
  Author: felixonmars
Revision: 278074

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 278073, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 278073, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 278073, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:38:28 UTC (rev 278074)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('504fcfa8e6a73a5baf1b10af9b707692')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 278073, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:38:28 UTC (rev 278074)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('504fcfa8e6a73a5baf1b10af9b707692')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-09-14 Thread Felix Yan
Date: Wednesday, September 14, 2016 @ 09:43:05
  Author: felixonmars
Revision: 276367

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 276366, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 276366, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 276366, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-14 09:43:05 UTC (rev 276367)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.26.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('95d95967de460f078a86245b96e0ef1b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 276366, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-09-14 09:43:05 UTC (rev 276367)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.26.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('95d95967de460f078a86245b96e0ef1b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 18:16:43
  Author: arojas
Revision: 275659

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bluez-qt/repos/extra-i686/PKGBUILD
(from rev 275658, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/extra-x86_64/PKGBUILD
(from rev 275658, bluez-qt/trunk/PKGBUILD)
Deleted:
  bluez-qt/repos/extra-i686/PKGBUILD
  bluez-qt/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 82 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-01 18:16:11 UTC (rev 275658)
+++ extra-i686/PKGBUILD 2016-09-01 18:16:43 UTC (rev 275659)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=bluez-qt
-pkgver=5.25.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2e03661752de63494541649158d712fa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-qt/repos/extra-i686/PKGBUILD (from rev 275658, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-01 18:16:43 UTC (rev 275659)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.25.0
+pkgrel=2
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
bluez-qt-pri.patch::"https://quickgit.kde.org/?p=bluez-qt.git=commitdiff=b81b59bc=plain;)
+md5sums=('2e03661752de63494541649158d712fa'
+ 'ee25e5cfa71cdf21f8878d8a3741fdfe')
+
+prepare() {
+  mkdir -p build
+
+# Fix include dir in pri file
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bluez-qt-pri.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-01 18:16:11 UTC (rev 275658)
+++ extra-x86_64/PKGBUILD   2016-09-01 18:16:43 UTC (rev 275659)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=bluez-qt
-pkgver=5.25.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2e03661752de63494541649158d712fa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-qt/repos/extra-x86_64/PKGBUILD (from rev 275658, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-01 18:16:43 UTC (rev 275659)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.25.0
+pkgrel=2
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
bluez-qt-pri.patch::"https://quickgit.kde.org/?p=bluez-qt.git=commitdiff=b81b59bc=plain;)

[arch-commits] Commit in bluez-qt/repos (4 files)

2016-08-14 Thread Felix Yan
Date: Sunday, August 14, 2016 @ 15:58:34
  Author: felixonmars
Revision: 273760

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 273759, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 273759, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 273759, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-14 15:58:34 UTC (rev 273760)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.25.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2e03661752de63494541649158d712fa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 273759, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-14 15:58:34 UTC (rev 273760)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.25.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2e03661752de63494541649158d712fa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-07-10 Thread Felix Yan
Date: Monday, July 11, 2016 @ 02:37:17
  Author: felixonmars
Revision: 271410

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 271409, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 271409, bluez-qt/trunk/PKGBUILD)
Deleted:
  bluez-qt/repos/testing-i686/PKGBUILD
  bluez-qt/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 testing-i686/PKGBUILD   |   35 ---
 testing-x86_64/PKGBUILD |   35 ---
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-07-11 02:36:52 UTC (rev 271409)
+++ testing-i686/PKGBUILD   2016-07-11 02:37:17 UTC (rev 271410)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=bluez-qt
-pkgver=5.24.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fcf7ebc8c0e93dfdd80cfb47455f7bc0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 271409, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-11 02:37:17 UTC (rev 271410)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.24.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fcf7ebc8c0e93dfdd80cfb47455f7bc0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-07-11 02:36:52 UTC (rev 271409)
+++ testing-x86_64/PKGBUILD 2016-07-11 02:37:17 UTC (rev 271410)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=bluez-qt
-pkgver=5.24.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fcf7ebc8c0e93dfdd80cfb47455f7bc0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 271409, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-11 02:37:17 UTC (rev 271410)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.24.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fcf7ebc8c0e93dfdd80cfb47455f7bc0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  

[arch-commits] Commit in bluez-qt/repos (4 files)

2016-07-10 Thread Felix Yan
Date: Monday, July 11, 2016 @ 01:24:36
  Author: felixonmars
Revision: 271360

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 271359, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 271359, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 271359, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-11 01:24:36 UTC (rev 271360)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.24.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fcf7ebc8c0e93dfdd80cfb47455f7bc0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 271359, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-11 01:24:36 UTC (rev 271360)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.24.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fcf7ebc8c0e93dfdd80cfb47455f7bc0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-06-14 Thread Felix Yan
Date: Tuesday, June 14, 2016 @ 16:15:04
  Author: felixonmars
Revision: 269687

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 269686, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 269686, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 269686, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-14 16:15:04 UTC (rev 269687)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.23.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a7c7afc02a3842119607c62f2f1191b2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 269686, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-14 16:15:04 UTC (rev 269687)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.23.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a7c7afc02a3842119607c62f2f1191b2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-05-16 Thread Felix Yan
Date: Monday, May 16, 2016 @ 16:50:41
  Author: fyan
Revision: 268183

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 268182, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 268182, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 268182, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-16 14:50:41 UTC (rev 268183)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.22.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ad970e31bd8e15c9a1d119baba5cfca2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 268182, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-16 14:50:41 UTC (rev 268183)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.22.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ad970e31bd8e15c9a1d119baba5cfca2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-04-10 Thread Felix Yan
Date: Monday, April 11, 2016 @ 05:57:02
  Author: fyan
Revision: 264579

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 264578, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 264578, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 264578, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-11 03:57:02 UTC (rev 264579)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('245971e2fe0d4eb86545efef311be4a9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 264578, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-11 03:57:02 UTC (rev 264579)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('245971e2fe0d4eb86545efef311be4a9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-03-15 Thread Felix Yan
Date: Wednesday, March 16, 2016 @ 05:45:39
  Author: fyan
Revision: 261783

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  bluez-qt/repos/kde-unstable-i686/
  bluez-qt/repos/kde-unstable-i686/PKGBUILD
(from rev 261782, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/kde-unstable-x86_64/
  bluez-qt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261782, bluez-qt/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/kde-unstable-i686/PKGBUILD (from rev 261782, 
bluez-qt/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 04:45:39 UTC (rev 261783)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef9f28cb55851f908e3aa7e5b7198105')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/kde-unstable-x86_64/PKGBUILD (from rev 261782, 
bluez-qt/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 04:45:39 UTC (rev 261783)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef9f28cb55851f908e3aa7e5b7198105')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 05:01:23
  Author: fyan
Revision: 259233

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 259232, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 259232, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 259232, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 04:01:23 UTC (rev 259233)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('58377c34045907d67140df9167417919')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 259232, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 04:01:23 UTC (rev 259233)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('58377c34045907d67140df9167417919')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2016-01-10 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 17:19:48
  Author: fyan
Revision: 257887

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 257886, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 257886, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 257886, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-10 16:19:48 UTC (rev 257887)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.18.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('76a2a9ed1dbac45cf4cf50297ba02472')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 257886, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-10 16:19:48 UTC (rev 257887)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.18.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('76a2a9ed1dbac45cf4cf50297ba02472')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:56:34
  Author: fyan
Revision: 255957

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 255956, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 255956, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 255956, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-12 16:56:34 UTC (rev 255957)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('40949a460db277907e2f9bb8163e295e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 255956, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-12 16:56:34 UTC (rev 255957)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.17.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('40949a460db277907e2f9bb8163e295e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 02:14:34
  Author: bpiotrowski
Revision: 253138

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  bluez-qt/repos/staging-i686/
  bluez-qt/repos/staging-i686/PKGBUILD
(from rev 253137, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/staging-x86_64/
  bluez-qt/repos/staging-x86_64/PKGBUILD
(from rev 253137, bluez-qt/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/staging-i686/PKGBUILD (from rev 253137, 
bluez-qt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 01:14:34 UTC (rev 253138)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('128bc6a24f866e9a60bede867fa733f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/staging-x86_64/PKGBUILD (from rev 253137, 
bluez-qt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 01:14:34 UTC (rev 253138)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('128bc6a24f866e9a60bede867fa733f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-11-13 Thread Felix Yan
Date: Friday, November 13, 2015 @ 16:49:14
  Author: fyan
Revision: 250968

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 250967, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 250967, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 250967, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-13 15:49:14 UTC (rev 250968)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.16.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('128bc6a24f866e9a60bede867fa733f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 250967, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-13 15:49:14 UTC (rev 250968)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.16.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('128bc6a24f866e9a60bede867fa733f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:23:55
  Author: fyan
Revision: 248811

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 248810, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 248810, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 248810, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:23:55 UTC (rev 248811)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('3fdcdaf5bf8cc70beb94539278eab559')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 248810, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:23:55 UTC (rev 248811)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('3fdcdaf5bf8cc70beb94539278eab559')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-09-11 Thread Felix Yan
Date: Saturday, September 12, 2015 @ 06:57:27
  Author: fyan
Revision: 245938

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 245937, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 245937, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 245937, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-12 04:57:27 UTC (rev 245938)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.14.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ed07b3649612f4692b8e6714cbf1e6ca')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 245937, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-12 04:57:27 UTC (rev 245938)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.14.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ed07b3649612f4692b8e6714cbf1e6ca')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 12:19:08
  Author: fyan
Revision: 243310

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 243309, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 243309, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 243309, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 10:19:08 UTC (rev 243310)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('3f7f51e8d7b6fdeacba4f3faebed95c3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 243309, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 10:19:08 UTC (rev 243310)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('3f7f51e8d7b6fdeacba4f3faebed95c3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-07-10 Thread Antonio Rojas
Date: Friday, July 10, 2015 @ 12:30:05
  Author: arojas
Revision: 241978

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 241977, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 241977, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 241977, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-10 10:30:05 UTC (rev 241978)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.12.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6f6ecffacfa14485e7ae09796c4fd381')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 241977, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-10 10:30:05 UTC (rev 241978)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.12.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6f6ecffacfa14485e7ae09796c4fd381')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-06-14 Thread Antonio Rojas
Date: Monday, June 15, 2015 @ 01:02:05
  Author: arojas
Revision: 240842

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bluez-qt/repos/extra-i686/PKGBUILD
(from rev 240841, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/extra-x86_64/PKGBUILD
(from rev 240841, bluez-qt/trunk/PKGBUILD)
Deleted:
  bluez-qt/repos/extra-i686/PKGBUILD
  bluez-qt/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   35 ---
 extra-x86_64/PKGBUILD |   35 ---
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-14 22:59:19 UTC (rev 240841)
+++ extra-i686/PKGBUILD 2015-06-14 23:02:05 UTC (rev 240842)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluez-qt
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules)
-conflicts=(libbluedevil-frameworks)
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('909827fc26098c7b4ab48c7228801e16')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluez-qt/repos/extra-i686/PKGBUILD (from rev 240841, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-14 23:02:05 UTC (rev 240842)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('909827fc26098c7b4ab48c7228801e16')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-14 22:59:19 UTC (rev 240841)
+++ extra-x86_64/PKGBUILD   2015-06-14 23:02:05 UTC (rev 240842)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluez-qt
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules)
-conflicts=(libbluedevil-frameworks)
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('909827fc26098c7b4ab48c7228801e16')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluez-qt/repos/extra-x86_64/PKGBUILD (from rev 240841, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-14 23:02:05 UTC (rev 240842)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('909827fc26098c7b4ab48c7228801e16')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+

[arch-commits] Commit in bluez-qt/repos (4 files)

2015-06-11 Thread Antonio Rojas
Date: Thursday, June 11, 2015 @ 10:00:56
  Author: arojas
Revision: 240534

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  bluez-qt/repos/staging-i686/
  bluez-qt/repos/staging-i686/PKGBUILD
(from rev 240533, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/staging-x86_64/
  bluez-qt/repos/staging-x86_64/PKGBUILD
(from rev 240533, bluez-qt/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bluez-qt/repos/staging-i686/PKGBUILD (from rev 240533, 
bluez-qt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-11 08:00:56 UTC (rev 240534)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('909827fc26098c7b4ab48c7228801e16')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: bluez-qt/repos/staging-x86_64/PKGBUILD (from rev 240533, 
bluez-qt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-11 08:00:56 UTC (rev 240534)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('909827fc26098c7b4ab48c7228801e16')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:43:37
  Author: arojas
Revision: 239783

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bluez-qt/repos/extra-i686/PKGBUILD
(from rev 239782, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/extra-x86_64/PKGBUILD
(from rev 239782, bluez-qt/trunk/PKGBUILD)
Deleted:
  bluez-qt/repos/extra-i686/PKGBUILD
  bluez-qt/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:43:20 UTC (rev 239782)
+++ extra-i686/PKGBUILD 2015-05-26 09:43:37 UTC (rev 239783)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluez-qt
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules)
-conflicts=(libbluedevil-frameworks)
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e5ece42a1c25b10e751e7334c8420de0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluez-qt/repos/extra-i686/PKGBUILD (from rev 239782, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:43:37 UTC (rev 239783)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('8af6a399bbecc58dd726daea9aa9c6b7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:43:20 UTC (rev 239782)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:43:37 UTC (rev 239783)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluez-qt
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules)
-conflicts=(libbluedevil-frameworks)
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e5ece42a1c25b10e751e7334c8420de0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluez-qt/repos/extra-x86_64/PKGBUILD (from rev 239782, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:43:37 UTC (rev 239783)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('8af6a399bbecc58dd726daea9aa9c6b7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+

[arch-commits] Commit in bluez-qt/repos (4 files)

2015-05-10 Thread Antonio Rojas
Date: Sunday, May 10, 2015 @ 15:17:48
  Author: arojas
Revision: 238883

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 238882, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 238882, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 238882, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-10 13:17:48 UTC (rev 238883)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.0
+pkgrel=3
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e5ece42a1c25b10e751e7334c8420de0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 238882, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-10 13:17:48 UTC (rev 238883)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.0
+pkgrel=3
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e5ece42a1c25b10e751e7334c8420de0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in bluez-qt/repos (4 files)

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:16:58
  Author: arojas
Revision: 238101

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 238100, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 238100, bluez-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 238100, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:16:58 UTC (rev 238101)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e5ece42a1c25b10e751e7334c8420de0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 238100, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:16:58 UTC (rev 238101)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e5ece42a1c25b10e751e7334c8420de0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}