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

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

C++11 ABI rebuild

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:21:37 UTC (rev 253020)
+++ PKGBUILD2015-12-06 21:22:04 UTC (rev 253021)
@@ -4,7 +4,7 @@
 
 pkgname=libbluedevil
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')


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

2014-12-10 Thread Andrea Scarpino
Date: Wednesday, December 10, 2014 @ 14:49:58
  Author: andrea
Revision: 227396

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-10 13:23:56 UTC (rev 227395)
+++ PKGBUILD2014-12-10 13:49:58 UTC (rev 227396)
@@ -3,9 +3,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 epoch=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
@@ -13,8 +12,8 @@
 license=('GPL')
 depends=('qt4' 'bluez')
 makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('3883a20334ed210fb46077ebea163c0a')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ab31d7d9c5dbfc8b5ca4615e7fb03100')
 
 prepare() {
   mkdir build
@@ -22,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${_pkgver} \
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4


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

2014-12-10 Thread Andrea Scarpino
Date: Wednesday, December 10, 2014 @ 22:32:58
  Author: andrea
Revision: 227411

upgpkg: libbluedevil 1:2.0-1

Fix lib install dir on x86_64

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-10 18:48:23 UTC (rev 227410)
+++ PKGBUILD2014-12-10 21:32:58 UTC (rev 227411)
@@ -24,6 +24,7 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
   make
 }


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

2013-12-23 Thread Andrea Scarpino
Date: Monday, December 23, 2013 @ 09:19:56
  Author: andrea
Revision: 202648

the tarball has been fixed

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 08:17:04 UTC (rev 202647)
+++ PKGBUILD2013-12-23 08:19:56 UTC (rev 202648)
@@ -12,9 +12,9 @@
 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')
+makedepends=('cmake')
+source=(http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('3883a20334ed210fb46077ebea163c0a')
 
 prepare() {
   mkdir build
@@ -22,7 +22,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${_pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4



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

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

upgpkg: libbluedevil 1:2.0rc1-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-21 07:54:45 UTC (rev 202281)
+++ PKGBUILD2013-12-21 08:34:38 UTC (rev 202282)
@@ -3,22 +3,19 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=2.0.git202.fbf414a
+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' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
-md5sums=('SKIP')
+makedepends=('cmake')
+source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('4db48e785e9d1e2bb167db16848ece90')
 
-pkgver() {
-  cd ${pkgname}
-  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
-}
-
 prepare() {
   mkdir build
 }
@@ -25,7 +22,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${_pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make



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

2013-12-21 Thread Andrea Scarpino
Date: Saturday, December 21, 2013 @ 17:15:51
  Author: andrea
Revision: 202395

upgpkg: libbluedevil 1:2.0rc1-2

They ship the wrong version

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-21 15:29:05 UTC (rev 202394)
+++ PKGBUILD2013-12-21 16:15:51 UTC (rev 202395)
@@ -5,7 +5,7 @@
 pkgname=libbluedevil
 pkgver=2.0rc1
 _pkgver=2.0-rc1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 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')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#tag=v${_pkgver})
+md5sums=('SKIP')
 
 prepare() {
   mkdir build
@@ -22,9 +22,10 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${_pkgver} \
+  cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
   make
 }
 



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

2013-12-20 Thread Andrea Scarpino
Date: Friday, December 20, 2013 @ 13:49:59
  Author: andrea
Revision: 202230

upgpkg: libbluedevil 2.0.git202.fbf414a-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-20 10:23:31 UTC (rev 202229)
+++ PKGBUILD2013-12-20 12:49:59 UTC (rev 202230)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=2.0.git201.00ad1d9
+pkgver=2.0.git202.fbf414a
 pkgrel=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')



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

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

upgpkg: libbluedevil 2.0.git201.00ad1d9-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-19 23:09:56 UTC (rev 20)
+++ PKGBUILD2013-12-19 23:10:25 UTC (rev 202223)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=2.0.gita46446f
+pkgver=2.0.git201.00ad1d9
 pkgrel=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')



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

2013-12-19 Thread Andrea Scarpino
Date: Friday, December 20, 2013 @ 00:09:56
  Author: andrea
Revision: 20

upgpkg: libbluedevil 2.0.gita46446f-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-19 19:49:38 UTC (rev 202221)
+++ PKGBUILD2013-12-19 23:09:56 UTC (rev 20)
@@ -16,7 +16,7 @@
 
 pkgver() {
   cd ${pkgname}
-  echo 2.0.git$(git log --pretty=format:'%h' -n 1)
+  printf 2.0.git%s.%s $(git rev-list --count HEAD) $(git rev-parse 
--short HEAD)
 }
 
 prepare() {



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

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

upgpkg: libbluedevil 2.0.gita46446f-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 07:43:10 UTC (rev 200400)
+++ PKGBUILD2013-11-28 07:43:38 UTC (rev 200401)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=
+pkgver=2.0.gita46446f
 pkgrel=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')



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

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

upgpkg: libbluedevil -1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 07:36:22 UTC (rev 200399)
+++ PKGBUILD2013-11-28 07:43:10 UTC (rev 200400)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=2.0
-pkgrel=0.1
+pkgver=
+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;
@@ -14,8 +14,16 @@
 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() {
-  mkdir build
   cd build
   cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \



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

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

upgpkg: libbluedevil 2.0-0.1

bluez5 git snapshot

Gnome is moving over, so let's stay in sync.

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 07:36:04 UTC (rev 196197)
+++ PKGBUILD2013-10-08 07:37:34 UTC (rev 196198)
@@ -3,21 +3,21 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.9.4
-pkgrel=1
+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' 'bluez4')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('25d114ba52218f4cf44c7b4525399835')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
 
 build() {
   mkdir build
   cd build
-  cmake ../${pkgname}-v${pkgver} \
+  cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make



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

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

upgpkg: libbluedevil 1.9.4-1

upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 21:03:39 UTC (rev 194501)
+++ PKGBUILD2013-09-16 21:03:50 UTC (rev 194502)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.9.3
-pkgrel=2
+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;
@@ -11,13 +11,13 @@
 license=('GPL')
 depends=('qt4' 'bluez4')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('25d114ba52218f4cf44c7b4525399835')
 
 build() {
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-v${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make



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

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

upgpkg: libbluedevil 1.9.3-2

update bluez deps

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-01 11:51:23 UTC (rev 186951)
+++ PKGBUILD2013-06-01 11:54:10 UTC (rev 186952)
@@ -1,14 +1,15 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
 pkgver=1.9.3
-pkgrel=1
+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')
+depends=('qt4' 'bluez4')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('fcb1480feba45dcd076b3ee54150bdf5')



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

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

upgpkg: libbluedevil 1.9.3-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 11:25:21 UTC (rev 180981)
+++ PKGBUILD2013-03-29 12:07:23 UTC (rev 180982)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.9.2
-pkgrel=2
+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;
@@ -11,11 +11,9 @@
 depends=('qt4' 'bluez')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b492db1825b239e5185c543badb21c26')
+md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:03:56
  Author: andrea
Revision: 178644

upgpkg: libbluedevil 1.9.2-2

qt4 rebuild

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:01:50 UTC (rev 178643)
+++ PKGBUILD2013-02-26 06:03:56 UTC (rev 178644)
@@ -3,18 +3,19 @@
 
 pkgname=libbluedevil
 pkgver=1.9.2
-pkgrel=1
-pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+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=('qt' 'bluez')
+depends=('qt4' 'bluez')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('b492db1825b239e5185c543badb21c26')
 
-build(){
-  cd ${srcdir}
+build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Monday, February 25, 2013 @ 17:56:46
  Author: andrea
Revision: 178568

Undo the qt/qt4 replacement

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 16:55:58 UTC (rev 178567)
+++ PKGBUILD2013-02-25 16:56:46 UTC (rev 178568)
@@ -3,19 +3,18 @@
 
 pkgname=libbluedevil
 pkgver=1.9.2
-pkgrel=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=('qt4' 'bluez')
+depends=('qt' 'bluez')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('b492db1825b239e5185c543badb21c26')
 
 build(){
-  . /etc/profile.d/qt4.sh
-
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +24,6 @@
 }
 
 package() {
-  cd build
+  cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
 }



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

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

upgpkg: libbluedevil 1.9.2-2

qt4 rebuild

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-24 11:56:06 UTC (rev 178485)
+++ PKGBUILD2013-02-24 12:00:35 UTC (rev 178486)
@@ -3,18 +3,19 @@
 
 pkgname=libbluedevil
 pkgver=1.9.2
-pkgrel=1
+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=('qt' 'bluez')
+depends=('qt4' 'bluez')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('b492db1825b239e5185c543badb21c26')
 
 build(){
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

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

upgpkg: libbluedevil 1.9.2-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 16:48:26 UTC (rev 157800)
+++ PKGBUILD2012-04-29 17:03:37 UTC (rev 157801)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
@@ -12,7 +11,7 @@
 depends=('qt' 'bluez')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b3f04954f75f78c874cdb462c2454afc')
+md5sums=('b492db1825b239e5185c543badb21c26')
 
 build(){
   cd ${srcdir}



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

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

upgpkg: libbluedevil 1.9.1-1

upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-10 10:51:49 UTC (rev 140234)
+++ PKGBUILD2011-10-10 10:55:24 UTC (rev 140235)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.9
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
@@ -10,11 +11,11 @@
 license=('GPL')
 depends=('qt' 'bluez')
 makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5f22614dfb840734da6e8b8710c2472e')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b3f04954f75f78c874cdb462c2454afc')
 
 build(){
-  cd ${srcdir}
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }



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

2011-04-16 Thread Andrea Scarpino
Date: Saturday, April 16, 2011 @ 21:27:41
  Author: andrea
Revision: 119928

upgpkg: libbluedevil 1.9-1
upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-17 01:27:13 UTC (rev 119927)
+++ PKGBUILD2011-04-17 01:27:41 UTC (rev 119928)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.8.1
+pkgver=1.9
 pkgrel=1
 pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('qt' 'bluez')
 makedepends=('cmake')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4534b5d254b15e3884c4e51dfdf586b7')
+source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5f22614dfb840734da6e8b8710c2472e')
 
 build(){
   cd ${srcdir}



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

2011-03-25 Thread Andrea Scarpino
Date: Friday, March 25, 2011 @ 11:32:20
  Author: andrea
Revision: 116725

upgpkg: libbluedevil 1.8.1-1
upstream release

Modified:
  libbluedevil/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-25 15:04:15 UTC (rev 116724)
+++ PKGBUILD2011-03-25 15:32:20 UTC (rev 116725)
@@ -2,22 +2,22 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.8
-pkgrel=3
+pkgver=1.8.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://media.ereslibre.es/2010/11/${pkgname}-v${pkgver}-1.tar.bz2;)
-md5sums=('03c79dd8a6d40e2872fee27c9b81190d')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4534b5d254b15e3884c4e51dfdf586b7')
 
 build(){
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname}-v${pkgver}-1 \
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make


Property changes on: libbluedevil/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2010-11-22 Thread Andrea Scarpino
Date: Monday, November 22, 2010 @ 11:02:44
  Author: andrea
Revision: 100309

upgpkg: libbluedevil 1.8-3
new upstream tarball

Modified:
  libbluedevil/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-22 16:02:42 UTC (rev 100308)
+++ PKGBUILD2010-11-22 16:02:44 UTC (rev 100309)
@@ -3,7 +3,7 @@
 
 pkgname=libbluedevil
 pkgver=1.8
-pkgrel=2
+pkgrel=3
 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;
@@ -11,7 +11,7 @@
 depends=('qt' 'bluez')
 makedepends=('cmake')
 source=(http://media.ereslibre.es/2010/11/${pkgname}-v${pkgver}-1.tar.bz2;)
-md5sums=('89ed87b29486cd9c1d69b34c2fdf564b')
+md5sums=('03c79dd8a6d40e2872fee27c9b81190d')
 
 build(){
   cd ${srcdir}



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

2010-11-12 Thread Andrea Scarpino
Date: Friday, November 12, 2010 @ 11:32:53
  Author: andrea
Revision: 98671

upgpkg: libbluedevil 1.8-2
fix dirname

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-12 16:30:12 UTC (rev 98670)
+++ PKGBUILD2010-11-12 16:32:53 UTC (rev 98671)
@@ -17,7 +17,7 @@
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-v${pkgver}-1 \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make