[Lunar-commits] <moonbase-kde> tulip: Version bump to 4.1.0.
stumbles
stumbles at lunar-linux.org
Wed Dec 5 14:06:46 CET 2012
commit c9518fa12bf699cdb7278a95d4e340675cb50317
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 05 Dec 2012 05:06:46 -0800
URL: https://github.com/lunar-linux/moonbase-kde/commit/c9518fa12bf699cdb7278a95d4e340675cb50317
tulip: Version bump to 4.1.0.
Also adjusting the BUILD. This is the second or third cmake based build
that gets confused with "RELEASE" as the build type but is fine with "Release".
---
qt4-apps/tulip/BUILD | +6/-3
qt4-apps/tulip/DETAILS | +6/-8
2 files changed, 12 insertions(+), 11 deletions(-)
--- a/qt4-apps/tulip/BUILD
+++ b/qt4-apps/tulip/BUILD
@@ -1,9 +1,12 @@
(
- patch_it $SOURCE2 0 &&
-
source /etc/profile.d/qt4.rc &&
+# Another cmake base build type that is case sensitive. Using all
+# upper case confuses it into thinking parts built as debug with
+# others as Release.
+ OPTS+=" -DCMAKE_BUILD_TYPE=Release" &&
+
default_cmake_build &&
# Desktop menu entry
@@ -13,7 +16,7 @@ Type=Application
Name=Tulip
Comment=Graph visualization software
Exec=$QTDIR/bin/tulip
-Icon=$QTDIR/lib/tlp/bitmaps/logotulip.jpg
+Icon=/usr/share/tulip/bitmaps/logo.bmp
Categories=Qt;KDE;Science;
EOF
--- a/qt4-apps/tulip/DETAILS
+++ b/qt4-apps/tulip/DETAILS
@@ -1,15 +1,13 @@
MODULE=tulip
- VERSION=3.6.1-src
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=tulip-3.6.1-qscintilla.patch
- SOURCE_URL=$SFORGE_URL/auber/tulip/tulip-3.6.1/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:5beaf2fe6d873bea54adc245967cefdc6ea2890c
- SOURCE2_VFY=sha1:78ae38d2bd548a595ca39c2b1e5d95c2fd9f4929
+ VERSION=4.1.0_src
+ SOURCE=$MODULE-$VERSION.zip
+ SOURCE_URL=$SFORGE_URL/auber/tulip/tulip-${VERSION%_*}/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:b1eb5c9455178c821e8b67bca51f6ee69e9295e4
MODULE_PREFIX=${QT4_PREFIX:-/usr}
WEB_SITE=http://tulip.labri.fr/TulipDrupal/
ENTERED=20100507
- UPDATED=20120108
+ UPDATED=20121205
SHORT="Graph visualization software"
cat << EOF
More information about the Lunar-commits
mailing list