[arch-commits] Commit in bluedevil/repos (6 files)
Andrea Scarpino
andrea at archlinux.org
Tue Sep 30 12:04:42 UTC 2014
Date: Tuesday, September 30, 2014 @ 14:04:42
Author: andrea
Revision: 223708
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
bluedevil/repos/staging-i686/
bluedevil/repos/staging-i686/PKGBUILD
(from rev 223707, bluedevil/trunk/PKGBUILD)
bluedevil/repos/staging-i686/bluedevil.install
(from rev 223707, bluedevil/trunk/bluedevil.install)
bluedevil/repos/staging-x86_64/
bluedevil/repos/staging-x86_64/PKGBUILD
(from rev 223707, bluedevil/trunk/PKGBUILD)
bluedevil/repos/staging-x86_64/bluedevil.install
(from rev 223707, bluedevil/trunk/bluedevil.install)
----------------------------------+
staging-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
staging-i686/bluedevil.install | 12 ++++++++++++
staging-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
staging-x86_64/bluedevil.install | 12 ++++++++++++
4 files changed, 92 insertions(+)
Copied: bluedevil/repos/staging-i686/PKGBUILD (from rev 223707, bluedevil/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2014-09-30 12:04:42 UTC (rev 223708)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=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')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+
+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: bluedevil/repos/staging-i686/bluedevil.install (from rev 223707, bluedevil/trunk/bluedevil.install)
===================================================================
--- staging-i686/bluedevil.install (rev 0)
+++ staging-i686/bluedevil.install 2014-09-30 12:04:42 UTC (rev 223708)
@@ -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/staging-x86_64/PKGBUILD (from rev 223707, bluedevil/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-30 12:04:42 UTC (rev 223708)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=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')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+
+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: bluedevil/repos/staging-x86_64/bluedevil.install (from rev 223707, bluedevil/trunk/bluedevil.install)
===================================================================
--- staging-x86_64/bluedevil.install (rev 0)
+++ staging-x86_64/bluedevil.install 2014-09-30 12:04:42 UTC (rev 223708)
@@ -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