mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 06:24:37 +08:00
Compile against proper lib
This commit is contained in:
parent
d82a7c5b1a
commit
b3ebe534e2
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=bluedevil
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='The new bluetooth stack for KDE, it is composed of: KCM, KDED, KIO, Library and some other small applications'
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://gitorious.org/bluedevil"
|
||||
|
@ -5,7 +5,7 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libbluedevil
|
||||
pkgver=1.8.1
|
||||
pkgver=1.9
|
||||
pkgrel=1
|
||||
pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
|
||||
arch=('i686' 'x86_64')
|
||||
@ -13,15 +13,15 @@ url="https://projects.kde.org/projects/playground/libs/libbluedevil"
|
||||
license=('GPL')
|
||||
depends=('qt' 'bluez')
|
||||
makedepends=('cmake')
|
||||
source=("http://media.ereslibre.es/2011/03/${pkgname}-v${pkgver}.tar.bz2")
|
||||
md5sums=('70eee9877228411e6e36a8b64b89bf9a')
|
||||
|
||||
# source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
source=("ftp://ftp.belnet.be/packages/kde/unstable/libbluedevil/1.9/src/libbluedevil-1.9.tar.bz2")
|
||||
md5sums=('5f22614dfb840734da6e8b8710c2472e')
|
||||
|
||||
build(){
|
||||
cd ${srcdir}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-v${pkgver} \
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user