[arch-commits] Commit in bluedevil-frameworks/repos (6 files)

Felix Yan fyan at archlinux.org
Tue Feb 24 15:23:21 UTC 2015


    Date: Tuesday, February 24, 2015 @ 16:23:20
  Author: fyan
Revision: 231848

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

Added:
  bluedevil-frameworks/repos/staging-i686/
  bluedevil-frameworks/repos/staging-i686/PKGBUILD
    (from rev 231846, bluedevil-frameworks/trunk/PKGBUILD)
  bluedevil-frameworks/repos/staging-i686/bluedevil-frameworks.install
    (from rev 231846, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
  bluedevil-frameworks/repos/staging-x86_64/
  bluedevil-frameworks/repos/staging-x86_64/PKGBUILD
    (from rev 231846, bluedevil-frameworks/trunk/PKGBUILD)
  bluedevil-frameworks/repos/staging-x86_64/bluedevil-frameworks.install
    (from rev 231846, bluedevil-frameworks/trunk/bluedevil-frameworks.install)

---------------------------------------------+
 staging-i686/PKGBUILD                       |   40 ++++++++++++++++++++++++++
 staging-i686/bluedevil-frameworks.install   |   12 +++++++
 staging-x86_64/PKGBUILD                     |   40 ++++++++++++++++++++++++++
 staging-x86_64/bluedevil-frameworks.install |   12 +++++++
 4 files changed, 104 insertions(+)

Copied: bluedevil-frameworks/repos/staging-i686/PKGBUILD (from rev 231846, bluedevil-frameworks/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-02-24 15:23:20 UTC (rev 231848)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bluedevil-frameworks
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('libbluedevil-frameworks' 'kio')
+makedepends=('extra-cmake-modules')
+conflicts=('bluedevil')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz")
+md5sums=('28b8c4619750ed9f6b792fe011743fb8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../bluedevil-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil-frameworks/repos/staging-i686/bluedevil-frameworks.install (from rev 231846, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
===================================================================
--- staging-i686/bluedevil-frameworks.install	                        (rev 0)
+++ staging-i686/bluedevil-frameworks.install	2015-02-24 15:23:20 UTC (rev 231848)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil-frameworks/repos/staging-x86_64/PKGBUILD (from rev 231846, bluedevil-frameworks/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-02-24 15:23:20 UTC (rev 231848)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bluedevil-frameworks
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('libbluedevil-frameworks' 'kio')
+makedepends=('extra-cmake-modules')
+conflicts=('bluedevil')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz")
+md5sums=('28b8c4619750ed9f6b792fe011743fb8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../bluedevil-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil-frameworks/repos/staging-x86_64/bluedevil-frameworks.install (from rev 231846, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
===================================================================
--- staging-x86_64/bluedevil-frameworks.install	                        (rev 0)
+++ staging-x86_64/bluedevil-frameworks.install	2015-02-24 15:23:20 UTC (rev 231848)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list