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

Tom Gundersen tomegun at nymeria.archlinux.org
Tue Oct 8 07:38:15 UTC 2013


    Date: Tuesday, October 8, 2013 @ 09:38:15
  Author: tomegun
Revision: 196201

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

Added:
  bluedevil/repos/testing-i686/
  bluedevil/repos/testing-i686/PKGBUILD
    (from rev 196200, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/testing-i686/bluedevil.install
    (from rev 196200, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/testing-x86_64/
  bluedevil/repos/testing-x86_64/PKGBUILD
    (from rev 196200, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/testing-x86_64/bluedevil.install
    (from rev 196200, bluedevil/trunk/bluedevil.install)

----------------------------------+
 testing-i686/PKGBUILD            |   29 +++++++++++++++++++++++++++++
 testing-i686/bluedevil.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD          |   29 +++++++++++++++++++++++++++++
 testing-x86_64/bluedevil.install |   12 ++++++++++++
 4 files changed, 82 insertions(+)

Copied: bluedevil/repos/testing-i686/PKGBUILD (from rev 196200, bluedevil/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-10-08 07:38:15 UTC (rev 196201)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0
+pkgrel=0.1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil"
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4' 'git')
+install="${pkgname}.install"
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: bluedevil/repos/testing-i686/bluedevil.install (from rev 196200, bluedevil/trunk/bluedevil.install)
===================================================================
--- testing-i686/bluedevil.install	                        (rev 0)
+++ testing-i686/bluedevil.install	2013-10-08 07:38:15 UTC (rev 196201)
@@ -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/testing-x86_64/PKGBUILD (from rev 196200, bluedevil/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-10-08 07:38:15 UTC (rev 196201)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0
+pkgrel=0.1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil"
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4' 'git')
+install="${pkgname}.install"
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: bluedevil/repos/testing-x86_64/bluedevil.install (from rev 196200, bluedevil/trunk/bluedevil.install)
===================================================================
--- testing-x86_64/bluedevil.install	                        (rev 0)
+++ testing-x86_64/bluedevil.install	2013-10-08 07:38:15 UTC (rev 196201)
@@ -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