[Lunar-commits] <moonbase-kde> sqliteman: Adjusting the BUILD to use default_cmake_build.
stumbles
stumbles at lunar-linux.org
Fri Jan 25 18:57:17 CET 2013
commit 735e198603fe8e4febed3238606cc00791874ae9
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 25 Jan 2013 09:57:17 -0800
URL: https://github.com/lunar-linux/moonbase-kde/commit/735e198603fe8e4febed3238606cc00791874ae9
sqliteman: Adjusting the BUILD to use default_cmake_build.
---
qt4-apps/sqliteman/BUILD | +1/-6
1 file changed, 1 insertion(+), 6 deletions(-)
--- a/qt4-apps/sqliteman/BUILD
+++ b/qt4-apps/sqliteman/BUILD
@@ -1,15 +1,10 @@
(
- OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
-
# A little jiggling of the .desktop so an icon is shown and its devfault placement
# is not in Lost and Found.
sedit "s:Icon=sqliteman:Icon=/usr/share/sqliteman/icons/sqliteman.png:" sqliteman.desktop &&
sed -i "11i Categories=Qt;KDE;Development;" sqliteman.desktop &&
- cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE &&
-
- default_make
+ default_cmake_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list