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

Tom Gundersen tomegun at nymeria.archlinux.org
Tue Oct 8 07:37:39 UTC 2013


    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 <teg at jklm.no>
+# Contributor: Andrea Scarpino <andrea at 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 <teg at jklm.no>
+# Contributor: Andrea Scarpino <andrea at 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
+}




More information about the arch-commits mailing list