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

Tom Gundersen tomegun at nymeria.archlinux.org
Mon Sep 16 21:03:59 UTC 2013


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




More information about the arch-commits mailing list