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

2015-02-24 Thread Felix Yan
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 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+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 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+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
+}


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

2015-01-27 Thread Andrea Scarpino
Date: Tuesday, January 27, 2015 @ 13:21:11
  Author: andrea
Revision: 230096

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

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

---+
 extra-i686/PKGBUILD   |   39 
 extra-i686/bluedevil-frameworks.install   |   12 
 extra-x86_64/PKGBUILD |   39 
 extra-x86_64/bluedevil-frameworks.install |   12 
 4 files changed, 102 insertions(+)

Copied: bluedevil-frameworks/repos/extra-i686/PKGBUILD (from rev 230095, 
bluedevil-frameworks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-27 12:21:11 UTC (rev 230096)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil-frameworks
+pkgver=5.2.0
+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=('67403187723370fff7680ddcb331c283')
+
+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/extra-i686/bluedevil-frameworks.install 
(from rev 230095, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
===
--- extra-i686/bluedevil-frameworks.install (rev 0)
+++ extra-i686/bluedevil-frameworks.install 2015-01-27 12:21:11 UTC (rev 
230096)
@@ -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/extra-x86_64/PKGBUILD (from rev 230095, 
bluedevil-frameworks/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-27 12:21:11 UTC (rev 230096)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil-frameworks
+pkgver=5.2.0
+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=('67403187723370fff7680ddcb331c283')
+
+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/extra-x86_64/bluedevil-frameworks.install 
(from rev 230095, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
===
--- extra-x86_64/bluedevil-frameworks.install   (rev 0)
+++ extra-x86_64/bluedevil-frameworks.install   2015-01-27 12:21:11 UTC (rev 
230096)
@@ -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
+}