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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 22:22:12
  Author: bpiotrowski
Revision: 253022

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

Added:
  libbluedevil/repos/staging-i686/
  libbluedevil/repos/staging-i686/PKGBUILD
(from rev 253021, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/staging-x86_64/
  libbluedevil/repos/staging-x86_64/PKGBUILD
(from rev 253021, libbluedevil/trunk/PKGBUILD)

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

Copied: libbluedevil/repos/staging-i686/PKGBUILD (from rev 253021, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 21:22:12 UTC (rev 253022)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+
+pkgname=libbluedevil
+pkgver=2.1
+pkgrel=2
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0ffc977d171d786ae34bc4e461fe682b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libbluedevil/repos/staging-x86_64/PKGBUILD (from rev 253021, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 21:22:12 UTC (rev 253022)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+
+pkgname=libbluedevil
+pkgver=2.1
+pkgrel=2
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0ffc977d171d786ae34bc4e461fe682b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2014-12-10 Thread Andrea Scarpino
Date: Wednesday, December 10, 2014 @ 22:33:10
  Author: andrea
Revision: 227412

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 227411, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 227411, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/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 2014-12-10 21:32:58 UTC (rev 227411)
+++ extra-i686/PKGBUILD 2014-12-10 21:33:10 UTC (rev 227412)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=2
-epoch=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('3883a20334ed210fb46077ebea163c0a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 227411, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-10 21:33:10 UTC (rev 227412)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0
+pkgrel=1
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ab31d7d9c5dbfc8b5ca4615e7fb03100')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-10 21:32:58 UTC (rev 227411)
+++ extra-x86_64/PKGBUILD   2014-12-10 21:33:10 UTC (rev 227412)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=2
-epoch=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('3883a20334ed210fb46077ebea163c0a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 227411, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-10 21:33:10 UTC (rev 227412)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0
+pkgrel=1
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ab31d7d9c5dbfc8b5ca4615e7fb03100')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2013-12-21 Thread Andrea Scarpino
Date: Saturday, December 21, 2013 @ 09:34:47
  Author: andrea
Revision: 202283

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 202282, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 202282, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-21 08:34:38 UTC (rev 202282)
+++ extra-i686/PKGBUILD 2013-12-21 08:34:47 UTC (rev 202283)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0.git202.fbf414a
-pkgrel=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
-}
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 202282, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-21 08:34:47 UTC (rev 202283)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=1
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('4db48e785e9d1e2bb167db16848ece90')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-21 08:34:38 UTC (rev 202282)
+++ extra-x86_64/PKGBUILD   2013-12-21 08:34:47 UTC (rev 202283)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0.git202.fbf414a
-pkgrel=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
-}
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 202282, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-21 08:34:47 UTC (rev 202283)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=1
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('4db48e785e9d1e2bb167db16848ece90')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-21 Thread Andrea Scarpino
Date: Saturday, December 21, 2013 @ 17:16:01
  Author: andrea
Revision: 202396

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 202395, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 202395, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-21 16:15:51 UTC (rev 202395)
+++ extra-i686/PKGBUILD 2013-12-21 16:16:01 UTC (rev 202396)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=1
-epoch=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('4db48e785e9d1e2bb167db16848ece90')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 202395, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-21 16:16:01 UTC (rev 202396)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#tag=v${_pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-21 16:15:51 UTC (rev 202395)
+++ extra-x86_64/PKGBUILD   2013-12-21 16:16:01 UTC (rev 202396)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=1
-epoch=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('4db48e785e9d1e2bb167db16848ece90')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 202395, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-21 16:16:01 UTC (rev 202396)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#tag=v${_pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-20 Thread Andrea Scarpino
Date: Friday, December 20, 2013 @ 13:50:11
  Author: andrea
Revision: 202231

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 202230, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 202230, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-20 12:49:59 UTC (rev 202230)
+++ extra-i686/PKGBUILD 2013-12-20 12:50:11 UTC (rev 202231)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0.git201.00ad1d9
-pkgrel=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
-}
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 202230, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-20 12:50:11 UTC (rev 202231)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0.git202.fbf414a
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-20 12:49:59 UTC (rev 202230)
+++ extra-x86_64/PKGBUILD   2013-12-20 12:50:11 UTC (rev 202231)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0.git201.00ad1d9
-pkgrel=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
-}
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 202230, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-20 12:50:11 UTC (rev 202231)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0.git202.fbf414a
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr

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

2013-12-19 Thread Andrea Scarpino
Date: Friday, December 20, 2013 @ 00:10:39
  Author: andrea
Revision: 202224

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 202223, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 202223, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-19 23:10:25 UTC (rev 202223)
+++ extra-i686/PKGBUILD 2013-12-19 23:10:39 UTC (rev 202224)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0.gita46446f
-pkgrel=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  echo 2.0.git$(git log --pretty=format:'%h' -n 1)
-}
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 202223, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-19 23:10:39 UTC (rev 202224)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0.git201.00ad1d9
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-19 23:10:25 UTC (rev 202223)
+++ extra-x86_64/PKGBUILD   2013-12-19 23:10:39 UTC (rev 202224)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0.gita46446f
-pkgrel=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  echo 2.0.git$(git log --pretty=format:'%h' -n 1)
-}
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 202223, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-19 23:10:39 UTC (rev 202224)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0.git201.00ad1d9
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} 

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

2013-11-27 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 08:43:48
  Author: andrea
Revision: 200402

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 200401, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 200401, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   29 --
 extra-x86_64/PKGBUILD |   29 --
 3 files changed, 74 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-28 07:43:38 UTC (rev 200401)
+++ extra-i686/PKGBUILD 2013-11-28 07:43:48 UTC (rev 200402)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0
-pkgrel=0.1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 200401, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-28 07:43:48 UTC (rev 200402)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0.gita46446f
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  echo 2.0.git$(git log --pretty=format:'%h' -n 1)
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-28 07:43:38 UTC (rev 200401)
+++ extra-x86_64/PKGBUILD   2013-11-28 07:43:48 UTC (rev 200402)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0
-pkgrel=0.1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 200401, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-28 07:43:48 UTC (rev 200402)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0.gita46446f
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  echo 2.0.git$(git log --pretty=format:'%h' -n 1)
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-08 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 09:37:39
  Author: tomegun
Revision: 196199

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

Added:
  libbluedevil/repos/testing-i686/
  libbluedevil/repos/testing-i686/PKGBUILD
(from rev 196198, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/testing-x86_64/
  libbluedevil/repos/testing-x86_64/PKGBUILD
(from rev 196198, libbluedevil/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libbluedevil/repos/testing-i686/PKGBUILD (from rev 196198, 
libbluedevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-08 07:37:39 UTC (rev 196199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0
+pkgrel=0.1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libbluedevil/repos/testing-x86_64/PKGBUILD (from rev 196198, 
libbluedevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-08 07:37:39 UTC (rev 196199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0
+pkgrel=0.1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:03:59
  Author: tomegun
Revision: 194503

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

Added:
  libbluedevil/repos/testing-i686/
  libbluedevil/repos/testing-i686/PKGBUILD
(from rev 194502, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/testing-x86_64/
  libbluedevil/repos/testing-x86_64/PKGBUILD
(from rev 194502, libbluedevil/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libbluedevil/repos/testing-i686/PKGBUILD (from rev 194502, 
libbluedevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-16 21:03:59 UTC (rev 194503)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('25d114ba52218f4cf44c7b4525399835')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libbluedevil/repos/testing-x86_64/PKGBUILD (from rev 194502, 
libbluedevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-16 21:03:59 UTC (rev 194503)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('25d114ba52218f4cf44c7b4525399835')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-06-01 Thread Tom Gundersen
Date: Saturday, June 1, 2013 @ 13:54:20
  Author: tomegun
Revision: 186953

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

Added:
  libbluedevil/repos/staging-i686/
  libbluedevil/repos/staging-i686/PKGBUILD
(from rev 186952, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/staging-x86_64/
  libbluedevil/repos/staging-x86_64/PKGBUILD
(from rev 186952, libbluedevil/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libbluedevil/repos/staging-i686/PKGBUILD (from rev 186952, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-01 11:54:20 UTC (rev 186953)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.3
+pkgrel=2
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libbluedevil/repos/staging-x86_64/PKGBUILD (from rev 186952, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-01 11:54:20 UTC (rev 186953)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.3
+pkgrel=2
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-29 Thread Andrea Scarpino
Date: Friday, March 29, 2013 @ 13:07:34
  Author: andrea
Revision: 180983

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 180982, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 180982, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   30 -
 extra-x86_64/PKGBUILD |   30 -
 3 files changed, 56 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-29 12:07:23 UTC (rev 180982)
+++ extra-i686/PKGBUILD 2013-03-29 12:07:34 UTC (rev 180983)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=1.9.2
-pkgrel=2
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b492db1825b239e5185c543badb21c26')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 180982, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-29 12:07:34 UTC (rev 180983)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-29 12:07:23 UTC (rev 180982)
+++ extra-x86_64/PKGBUILD   2013-03-29 12:07:34 UTC (rev 180983)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=1.9.2
-pkgrel=2
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b492db1825b239e5185c543badb21c26')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 180982, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-29 12:07:34 UTC (rev 180983)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:04:04
  Author: andrea
Revision: 178645

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

Added:
  libbluedevil/repos/staging-i686/
  libbluedevil/repos/staging-i686/PKGBUILD
(from rev 178644, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/staging-x86_64/
  libbluedevil/repos/staging-x86_64/PKGBUILD
(from rev 178644, libbluedevil/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libbluedevil/repos/staging-i686/PKGBUILD (from rev 178644, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:04:04 UTC (rev 178645)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b492db1825b239e5185c543badb21c26')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libbluedevil/repos/staging-x86_64/PKGBUILD (from rev 178644, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:04:04 UTC (rev 178645)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b492db1825b239e5185c543badb21c26')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-24 Thread Andrea Scarpino
Date: Sunday, February 24, 2013 @ 13:00:46
  Author: andrea
Revision: 178487

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

Added:
  libbluedevil/repos/staging-i686/
  libbluedevil/repos/staging-i686/PKGBUILD
(from rev 178486, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/staging-x86_64/
  libbluedevil/repos/staging-x86_64/PKGBUILD
(from rev 178486, libbluedevil/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libbluedevil/repos/staging-i686/PKGBUILD (from rev 178486, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-24 12:00:46 UTC (rev 178487)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b492db1825b239e5185c543badb21c26')
+
+build(){
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libbluedevil/repos/staging-x86_64/PKGBUILD (from rev 178486, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-24 12:00:46 UTC (rev 178487)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b492db1825b239e5185c543badb21c26')
+
+build(){
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2012-04-29 Thread Andrea Scarpino
Date: Sunday, April 29, 2012 @ 13:04:04
  Author: andrea
Revision: 157802

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 157801, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 157801, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   59 +++-
 extra-x86_64/PKGBUILD |   59 +++-
 2 files changed, 58 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-29 17:03:37 UTC (rev 157801)
+++ extra-i686/PKGBUILD 2012-04-29 17:04:04 UTC (rev 157802)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b3f04954f75f78c874cdb462c2454afc')
-
-build(){
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 157801, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-29 17:04:04 UTC (rev 157802)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b492db1825b239e5185c543badb21c26')
+
+build(){
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-29 17:03:37 UTC (rev 157801)
+++ extra-x86_64/PKGBUILD   2012-04-29 17:04:04 UTC (rev 157802)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b3f04954f75f78c874cdb462c2454afc')
-
-build(){
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 157801, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-29 17:04:04 UTC (rev 157802)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b492db1825b239e5185c543badb21c26')
+
+build(){
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-10 Thread Andrea Scarpino
Date: Monday, October 10, 2011 @ 06:55:52
  Author: andrea
Revision: 140236

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

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 140235, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 140235, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 2 files changed, 60 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-10 10:55:24 UTC (rev 140235)
+++ extra-i686/PKGBUILD 2011-10-10 10:55:52 UTC (rev 140236)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=1.9
-pkgrel=1
-pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5f22614dfb840734da6e8b8710c2472e')
-
-build(){
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 140235, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-10 10:55:52 UTC (rev 140236)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b3f04954f75f78c874cdb462c2454afc')
+
+build(){
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-10 10:55:24 UTC (rev 140235)
+++ extra-x86_64/PKGBUILD   2011-10-10 10:55:52 UTC (rev 140236)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=1.9
-pkgrel=1
-pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5f22614dfb840734da6e8b8710c2472e')
-
-build(){
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 140235, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-10 10:55:52 UTC (rev 140236)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b3f04954f75f78c874cdb462c2454afc')
+
+build(){
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}