[arch-commits] Commit in bluedevil4 (7 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 14 17:45:50 UTC 2015
Date: Tuesday, April 14, 2015 @ 19:45:49
Author: arojas
Revision: 236548
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
bluedevil4/repos/
bluedevil4/repos/extra-i686/
bluedevil4/repos/extra-i686/PKGBUILD
(from rev 236547, bluedevil4/trunk/PKGBUILD)
bluedevil4/repos/extra-i686/bluedevil4.install
(from rev 236547, bluedevil4/trunk/bluedevil4.install)
bluedevil4/repos/extra-x86_64/
bluedevil4/repos/extra-x86_64/PKGBUILD
(from rev 236547, bluedevil4/trunk/PKGBUILD)
bluedevil4/repos/extra-x86_64/bluedevil4.install
(from rev 236547, bluedevil4/trunk/bluedevil4.install)
---------------------------------+
extra-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
extra-i686/bluedevil4.install | 12 ++++++++++++
extra-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
extra-x86_64/bluedevil4.install | 12 ++++++++++++
4 files changed, 94 insertions(+)
Copied: bluedevil4/repos/extra-i686/PKGBUILD (from rev 236547, bluedevil4/trunk/PKGBUILD)
===================================================================
--- repos/extra-i686/PKGBUILD (rev 0)
+++ repos/extra-i686/PKGBUILD 2015-04-14 17:45:49 UTC (rev 236548)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil4
+_pkgname=bluedevil
+pkgver=2.1.1
+pkgrel=1
+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/extra-i686/bluedevil4.install (from rev 236547, bluedevil4/trunk/bluedevil4.install)
===================================================================
--- repos/extra-i686/bluedevil4.install (rev 0)
+++ repos/extra-i686/bluedevil4.install 2015-04-14 17:45:49 UTC (rev 236548)
@@ -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/extra-x86_64/PKGBUILD (from rev 236547, bluedevil4/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-04-14 17:45:49 UTC (rev 236548)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil4
+_pkgname=bluedevil
+pkgver=2.1.1
+pkgrel=1
+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/extra-x86_64/bluedevil4.install (from rev 236547, bluedevil4/trunk/bluedevil4.install)
===================================================================
--- repos/extra-x86_64/bluedevil4.install (rev 0)
+++ repos/extra-x86_64/bluedevil4.install 2015-04-14 17:45:49 UTC (rev 236548)
@@ -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