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

Antonio Rojas arojas at archlinux.org
Fri Aug 14 07:00:36 UTC 2015


    Date: Friday, August 14, 2015 @ 09:00:35
  Author: arojas
Revision: 243659

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  bluedevil/repos/kde-unstable-i686/
  bluedevil/repos/kde-unstable-i686/PKGBUILD
    (from rev 243658, bluedevil/kde-unstable/PKGBUILD)
  bluedevil/repos/kde-unstable-i686/bluedevil.install
    (from rev 243658, bluedevil/kde-unstable/bluedevil.install)
  bluedevil/repos/kde-unstable-x86_64/
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 243658, bluedevil/kde-unstable/PKGBUILD)
  bluedevil/repos/kde-unstable-x86_64/bluedevil.install
    (from rev 243658, bluedevil/kde-unstable/bluedevil.install)

---------------------------------------+
 kde-unstable-i686/PKGBUILD            |   42 ++++++++++++++++++++++++++++++++
 kde-unstable-i686/bluedevil.install   |   12 +++++++++
 kde-unstable-x86_64/PKGBUILD          |   42 ++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/bluedevil.install |   12 +++++++++
 4 files changed, 108 insertions(+)

Copied: bluedevil/repos/kde-unstable-i686/PKGBUILD (from rev 243658, bluedevil/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-14 07:00:35 UTC (rev 243659)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bluedevil
+pkgver=5.3.95
+pkgrel=1
+epoch=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=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('d66e312bc047bc25a63f16450a358f2b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$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/repos/kde-unstable-i686/bluedevil.install (from rev 243658, bluedevil/kde-unstable/bluedevil.install)
===================================================================
--- kde-unstable-i686/bluedevil.install	                        (rev 0)
+++ kde-unstable-i686/bluedevil.install	2015-08-14 07:00:35 UTC (rev 243659)
@@ -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/repos/kde-unstable-x86_64/PKGBUILD (from rev 243658, bluedevil/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-14 07:00:35 UTC (rev 243659)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bluedevil
+pkgver=5.3.95
+pkgrel=1
+epoch=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=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('d66e312bc047bc25a63f16450a358f2b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$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/repos/kde-unstable-x86_64/bluedevil.install (from rev 243658, bluedevil/kde-unstable/bluedevil.install)
===================================================================
--- kde-unstable-x86_64/bluedevil.install	                        (rev 0)
+++ kde-unstable-x86_64/bluedevil.install	2015-08-14 07:00:35 UTC (rev 243659)
@@ -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