[Lunar-commits] <moonbase-kde> tulip: Version bump to 4.3.0. Adjusting BUILD so make does not fail on;
stumbles
stumbles at lunar-linux.org
Sat Aug 3 17:38:04 CEST 2013
commit 090798accb276a995ced114bc8af0a9b1551a0e0
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 03 Aug 2013 08:35:33 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/090798accb276a995ced114bc8af0a9b1551a0e0
tulip: Version bump to 4.3.0. Adjusting BUILD so make does not fail on;
error config.h must be included before this header
This is realted to binutils/bfd.h requiring its (binutils) config.h to be
present when external source uses bfd.h. I am surprised this problem has
not bit us by now.
---
qt4-apps/tulip/BUILD | +5/-4
qt4-apps/tulip/DETAILS | +5/-5
2 files changed, 10 insertions(+), 9 deletions(-)
--- a/qt4-apps/tulip/BUILD
+++ b/qt4-apps/tulip/BUILD
@@ -1,7 +1,11 @@
-(
source /etc/profile.d/qt4.rc &&
+# Recent changes to binutils improperly requires binutils config.h to
+# be present for external source code when using bfd.h. This sedit just
+# deletes cmake looking for bfd.h.
+ sedit "12d" software/crash_handling/CMakeLists.txt &&
+
# 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.
@@ -9,7 +13,6 @@
sedit "s:ADD_SUBDIRECTORY(doc)::" CMakeLists.txt &&
-
default_cmake_build &&
# Desktop menu entry
@@ -24,5 +27,3 @@ Categories=Qt;KDE;Science;
EOF
install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
-
-) > $C_FIFO 2>&1
--- a/qt4-apps/tulip/DETAILS
+++ b/qt4-apps/tulip/DETAILS
@@ -1,13 +1,13 @@
MODULE=tulip
- VERSION=4.2.0_src
- SOURCE=$MODULE-$VERSION.zip
- SOURCE_URL=$SFORGE_URL/auber/tulip/tulip-${VERSION%_*}/
+ VERSION=4.3.0_src
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/auber/tulip/tulip_${VERSION%_*}/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_VFY=sha1:e3ac9c388cc853178009a0fba99f3f8b876d85a2
+ SOURCE_VFY=sha1:44f031133074f0109243a0f439a4d16fa99519b3
MODULE_PREFIX=${QT4_PREFIX:-/usr}
WEB_SITE=http://tulip.labri.fr/TulipDrupal/
ENTERED=20100507
- UPDATED=20130402
+ UPDATED=20130803
SHORT="Graph visualization software"
cat << EOF
More information about the Lunar-commits
mailing list