[Lunar-commits] <moonbase> qt4: Version bump. Some folks have had build issues with this and it was
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Mar 3 11:45:55 CET 2011
commit 3ba2b3302ded12f30d52b96bee16032eb01e1e35
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Mar 3 05:45:55 2011 -0500
qt4: Version bump. Some folks have had build issues with this and it was
suggested to use a PRE_BUILD as done with heimdal. Not been able to duplicate
that problem but adding a PRE_BUILD anyway. Hope it fixes their problems.
Also, the prior qt4+phonon and kde still exists. Hopefully that will be fixed with
the next KDE4 bump or phonon bump.
---
qt4-apps/qt4/BUILD | 2 --
qt4-apps/qt4/DETAILS | 9 +++------
qt4-apps/qt4/PRE_BUILD | 5 +++++
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/qt4-apps/qt4/BUILD b/qt4-apps/qt4/BUILD
index 16588de..0d93e6f 100644
--- a/qt4-apps/qt4/BUILD
+++ b/qt4-apps/qt4/BUILD
@@ -1,7 +1,5 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-
if [ -d /opt/lunar/qt ] ; then
ld_remove /opt/lunar/qt/lib
fi &&
diff --git a/qt4-apps/qt4/DETAILS b/qt4-apps/qt4/DETAILS
index 3aed0a7..b845d6b 100644
--- a/qt4-apps/qt4/DETAILS
+++ b/qt4-apps/qt4/DETAILS
@@ -1,17 +1,14 @@
MODULE=qt4
- VERSION=4.7.1
+ VERSION=4.7.2
SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz
- SOURCE2=qt-4.7.1-SSE.patch
SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source
SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source
- SOURCE2_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION}
- SOURCE_VFY=sha1:fcf764d39d982c7f84703821582bd10c3192e341
- SOURCE2_VFY=sha1:aa8e9a469a72816dc7601cf8ef48d876298460ba
+ SOURCE_VFY=sha1:84414f82bbc9e8d356b986d5d1ebee89d06e4f2e
MODULE_PREFIX=${QT4_PREFIX:-/usr}
WEB_SITE=http://www.trolltech.com/qt
ENTERED=20020420
- UPDATED=20110129
+ UPDATED=20110303
MAINTAINER=florin at lunar-linux.org
SHORT="A C++ toolkit for application development"
diff --git a/qt4-apps/qt4/PRE_BUILD b/qt4-apps/qt4/PRE_BUILD
new file mode 100644
index 0000000..28e7b44
--- /dev/null
+++ b/qt4-apps/qt4/PRE_BUILD
@@ -0,0 +1,5 @@
+if module_installed qt4 ; then
+ lrm --upgrade qt4
+fi &&
+
+default_pre_build
More information about the Lunar-commits
mailing list