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

Tom Gundersen tomegun at nymeria.archlinux.org
Sat Jun 1 11:54:20 UTC 2013


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




More information about the arch-commits mailing list