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

Tom Gundersen tomegun at nymeria.archlinux.org
Mon Sep 16 21:03:40 UTC 2013


    Date: Monday, September 16, 2013 @ 23:03:39
  Author: tomegun
Revision: 194501

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

Added:
  bluedevil/repos/testing-i686/
  bluedevil/repos/testing-i686/PKGBUILD
    (from rev 194500, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/testing-i686/bluedevil.install
    (from rev 194500, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/testing-x86_64/
  bluedevil/repos/testing-x86_64/PKGBUILD
    (from rev 194500, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/testing-x86_64/bluedevil.install
    (from rev 194500, 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 194500, bluedevil/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-09-16 21:03:39 UTC (rev 194501)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil"
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('a43e644fe75bd090c47c060dcbdfdb27')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+    -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 194500, bluedevil/trunk/bluedevil.install)
===================================================================
--- testing-i686/bluedevil.install	                        (rev 0)
+++ testing-i686/bluedevil.install	2013-09-16 21:03:39 UTC (rev 194501)
@@ -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 194500, bluedevil/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-09-16 21:03:39 UTC (rev 194501)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil"
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('a43e644fe75bd090c47c060dcbdfdb27')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+    -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 194500, bluedevil/trunk/bluedevil.install)
===================================================================
--- testing-x86_64/bluedevil.install	                        (rev 0)
+++ testing-x86_64/bluedevil.install	2013-09-16 21:03:39 UTC (rev 194501)
@@ -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