mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
telepathy-logger-qt: build debug info
This commit is contained in:
parent
2d11766270
commit
3d8cb100de
@ -10,6 +10,7 @@ license=('GPL')
|
|||||||
depends=('telepathy-qt5' 'telepathy-logger')
|
depends=('telepathy-qt5' 'telepathy-logger')
|
||||||
makedepends=('extra-cmake-modules' 'python2' 'doxygen')
|
makedepends=('extra-cmake-modules' 'python2' 'doxygen')
|
||||||
group=('kde-telepathy')
|
group=('kde-telepathy')
|
||||||
|
options=("debug")
|
||||||
#switch to stable source once available
|
#switch to stable source once available
|
||||||
source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
|
source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
|
||||||
md5sums=('37faed9d4609bb3a586581d2df600590')
|
md5sums=('37faed9d4609bb3a586581d2df600590')
|
||||||
@ -21,7 +22,7 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
cd build
|
cd build
|
||||||
cmake ../${pkgname}-${pkgver} \
|
cmake ../${pkgname}-${pkgver} \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DLIB_INSTALL_DIR=lib \
|
-DLIB_INSTALL_DIR=lib \
|
||||||
-DPYTHON_EXECUTABLE=/usr/bin/python2
|
-DPYTHON_EXECUTABLE=/usr/bin/python2
|
||||||
|
Loading…
Reference in New Issue
Block a user