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
+}

Reply via email to