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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 15:53:16 UTC 2015


    Date: Monday, December 7, 2015 @ 16:53:15
  Author: bpiotrowski
Revision: 253498

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

Added:
  bluedevil4/repos/staging-i686/
  bluedevil4/repos/staging-i686/PKGBUILD
    (from rev 253497, bluedevil4/trunk/PKGBUILD)
  bluedevil4/repos/staging-i686/bluedevil4.install
    (from rev 253497, bluedevil4/trunk/bluedevil4.install)
  bluedevil4/repos/staging-x86_64/
  bluedevil4/repos/staging-x86_64/PKGBUILD
    (from rev 253497, bluedevil4/trunk/PKGBUILD)
  bluedevil4/repos/staging-x86_64/bluedevil4.install
    (from rev 253497, bluedevil4/trunk/bluedevil4.install)

-----------------------------------+
 staging-i686/PKGBUILD             |   35 +++++++++++++++++++++++++++++++++++
 staging-i686/bluedevil4.install   |   12 ++++++++++++
 staging-x86_64/PKGBUILD           |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/bluedevil4.install |   12 ++++++++++++
 4 files changed, 94 insertions(+)

Copied: bluedevil4/repos/staging-i686/PKGBUILD (from rev 253497, bluedevil4/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 15:53:15 UTC (rev 253498)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil4
+_pkgname=bluedevil
+pkgver=2.1.1
+pkgrel=2
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil"
+license=('GPL')
+depends=('kdebase-runtime' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+conflicts=('bluedevil')
+replaces=('bluedevil<1:5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz")
+md5sums=('9a6b011331678ea08f303049bcdbb69f')
+
+prepare() {
+  mkdir build
+}
+
+build(){
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: bluedevil4/repos/staging-i686/bluedevil4.install (from rev 253497, bluedevil4/trunk/bluedevil4.install)
===================================================================
--- staging-i686/bluedevil4.install	                        (rev 0)
+++ staging-i686/bluedevil4.install	2015-12-07 15:53:15 UTC (rev 253498)
@@ -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: bluedevil4/repos/staging-x86_64/PKGBUILD (from rev 253497, bluedevil4/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 15:53:15 UTC (rev 253498)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil4
+_pkgname=bluedevil
+pkgver=2.1.1
+pkgrel=2
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil"
+license=('GPL')
+depends=('kdebase-runtime' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+conflicts=('bluedevil')
+replaces=('bluedevil<1:5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz")
+md5sums=('9a6b011331678ea08f303049bcdbb69f')
+
+prepare() {
+  mkdir build
+}
+
+build(){
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: bluedevil4/repos/staging-x86_64/bluedevil4.install (from rev 253497, bluedevil4/trunk/bluedevil4.install)
===================================================================
--- staging-x86_64/bluedevil4.install	                        (rev 0)
+++ staging-x86_64/bluedevil4.install	2015-12-07 15:53:15 UTC (rev 253498)
@@ -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