[Lunar-commits] <moonbase> kst: Version bump to 2.0.4. Adding cmake depends and adjusting the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Oct 6 09:54:50 CEST 2011
commit 781ef3e528852580985c434040174d6ee18e7fe2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Oct 6 03:54:50 2011 -0400
kst: Version bump to 2.0.4. Adding cmake depends and adjusting the BUILD.
---
kde4/apps/kst/BUILD | 18 +++---------------
kde4/apps/kst/DEPENDS | 1 +
kde4/apps/kst/DETAILS | 6 +++---
3 files changed, 7 insertions(+), 18 deletions(-)
diff --git a/kde4/apps/kst/BUILD b/kde4/apps/kst/BUILD
index 3f5d0ca..f57eafa 100644
--- a/kde4/apps/kst/BUILD
+++ b/kde4/apps/kst/BUILD
@@ -1,20 +1,8 @@
(
- prepare_install &&
+ OPTS+=" -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr -Dkst_release=ON -Dkst_install_libdir=lib -Dkst_install_prefix=/usr" &&
- ./install-kst
-
- # Desktop menu entry
- cat > ${MODULE}.desktop << EOF &&
-[Desktop Entry]
-Type=Application
-Name=KST
-Comment=real-time large-dataset viewing and plotting tool
-Exec=//usr/bin/kst2
-Icon=/usr/share/doc/kst/docbook/kst/Icon-kst-datamanager.png
-Categories=Qt;KDE;Science;
-EOF
-
- install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
+ cmake cmake $OPTS &&
+ default_make
) > $C_FIFO 2>&1
diff --git a/kde4/apps/kst/DEPENDS b/kde4/apps/kst/DEPENDS
index 39fa86e..2fed9da 100644
--- a/kde4/apps/kst/DEPENDS
+++ b/kde4/apps/kst/DEPENDS
@@ -1,3 +1,4 @@
+depends cmake
depends qt4
optional_depends cfitsio "" "" "for C and Fortran support"
diff --git a/kde4/apps/kst/DETAILS b/kde4/apps/kst/DETAILS
index e574995..daf3ff8 100644
--- a/kde4/apps/kst/DETAILS
+++ b/kde4/apps/kst/DETAILS
@@ -1,11 +1,11 @@
MODULE=kst
- VERSION=2.0.3
+ VERSION=2.0.4
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:aaf9ae2ab132bb21fedbfd687384f7f6d9e00718
+ SOURCE_VFY=sha1:91a817565f3858f40b5498d88e6e65d40d7bfb00
WEB_SITE=http://kst-plot.kde.org/
ENTERED=20101223
- UPDATED=20110406
+ UPDATED=20111006
SHORT="real-time large-dataset viewing and plotting tool"
cat << EOF
More information about the Lunar-commits
mailing list