[arch-commits] Commit in libbluedevil-frameworks/repos (4 files)
Andrea Scarpino
andrea at archlinux.org
Tue Jan 27 12:20:01 UTC 2015
Date: Tuesday, January 27, 2015 @ 13:20:01
Author: andrea
Revision: 230089
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libbluedevil-frameworks/repos/extra-i686/
libbluedevil-frameworks/repos/extra-i686/PKGBUILD
(from rev 230088, libbluedevil-frameworks/trunk/PKGBUILD)
libbluedevil-frameworks/repos/extra-x86_64/
libbluedevil-frameworks/repos/extra-x86_64/PKGBUILD
(from rev 230088, libbluedevil-frameworks/trunk/PKGBUILD)
-----------------------+
extra-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
extra-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: libbluedevil-frameworks/repos/extra-i686/PKGBUILD (from rev 230088, libbluedevil-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-27 12:20:01 UTC (rev 230089)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libbluedevil-frameworks
+pkgver=5.2.0
+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=('e91647f5b8e7905586470444de91e2c1')
+
+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/extra-x86_64/PKGBUILD (from rev 230088, libbluedevil-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-01-27 12:20:01 UTC (rev 230089)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libbluedevil-frameworks
+pkgver=5.2.0
+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=('e91647f5b8e7905586470444de91e2c1')
+
+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