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

Felix Yan fyan at archlinux.org
Tue Feb 24 15:08:38 UTC 2015


    Date: Tuesday, February 24, 2015 @ 16:08:38
  Author: fyan
Revision: 231844

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libbluedevil-frameworks/repos/staging-i686/
  libbluedevil-frameworks/repos/staging-i686/PKGBUILD
    (from rev 231843, libbluedevil-frameworks/trunk/PKGBUILD)
  libbluedevil-frameworks/repos/staging-x86_64/
  libbluedevil-frameworks/repos/staging-x86_64/PKGBUILD
    (from rev 231843, libbluedevil-frameworks/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: libbluedevil-frameworks/repos/staging-i686/PKGBUILD (from rev 231843, libbluedevil-frameworks/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-02-24 15:08:38 UTC (rev 231844)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libbluedevil-frameworks
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='KDE bluetooth framework libraries'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libbluedevil'
+license=('GPL2')
+depends=('qt5-base' 'bluez')
+makedepends=('extra-cmake-modules')
+conflicts=('libbluedevil')
+source=("http://download.kde.org/stable/plasma/$pkgver/libbluedevil-$pkgver.tar.xz")
+md5sums=('8c306b22ec0e932e65cfa18b64452940')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libbluedevil-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libbluedevil-frameworks/repos/staging-x86_64/PKGBUILD (from rev 231843, libbluedevil-frameworks/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-02-24 15:08:38 UTC (rev 231844)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libbluedevil-frameworks
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='KDE bluetooth framework libraries'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libbluedevil'
+license=('GPL2')
+depends=('qt5-base' 'bluez')
+makedepends=('extra-cmake-modules')
+conflicts=('libbluedevil')
+source=("http://download.kde.org/stable/plasma/$pkgver/libbluedevil-$pkgver.tar.xz")
+md5sums=('8c306b22ec0e932e65cfa18b64452940')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libbluedevil-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list