telepathy-logger-qt: build debug info

This commit is contained in:
Fabian Kosmale 2015-04-12 19:49:27 +00:00
parent 2d11766270
commit 3d8cb100de

View File

@ -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