mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 20:07:15 +08:00
update bluedevil
This commit is contained in:
parent
ca4595b948
commit
ab4bf8691d
@ -8,9 +8,8 @@
|
|||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
pkgname=bluedevil
|
pkgname=bluedevil
|
||||||
pkgver=1.0rc4
|
pkgver=1.0.1
|
||||||
_ver=rc4-1
|
pkgrel=1
|
||||||
pkgrel=2
|
|
||||||
pkgdesc='The new bluetooth stack for KDE, it’s composed of: KCM, KDED, KIO, Library and some other small applications'
|
pkgdesc='The new bluetooth stack for KDE, it’s composed of: KCM, KDED, KIO, Library and some other small applications'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://gitorious.org/bluedevil"
|
url="http://gitorious.org/bluedevil"
|
||||||
@ -20,8 +19,8 @@ makedepends=('cmake')
|
|||||||
provides=(bluedevil)
|
provides=(bluedevil)
|
||||||
conflicts=(bluedevil-git)
|
conflicts=(bluedevil-git)
|
||||||
|
|
||||||
source=("http://www.afiestas.org/files/bluedevil-v$pkgver-$pkgrel.tgz")
|
source=("http://www.afiestas.org/files/bluedevil/bluedevil-$pkgver.tar.bz2")
|
||||||
md5sums=("c967bce0edd20c2937db5071c7b735df")
|
md5sums=("4558dd739a58978b93d513a45d6e6b35")
|
||||||
|
|
||||||
build(){
|
build(){
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
@ -29,7 +28,7 @@ build(){
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
cmake ../$pkgname-$_ver \
|
cmake ../$pkgname-$pkgver \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_SKIP_RPATH=ON \
|
-DCMAKE_SKIP_RPATH=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
-DCMAKE_INSTALL_PREFIX=/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user