packages/{qmake,uicmoc}: Update qmake and uic/moc from Qt4.1.2 to 4.2.3
authorHolger Freyther <zecke@selfish.org>
Thu, 10 May 2007 15:34:14 +0000 (15:34 +0000)
committerHolger Freyther <zecke@selfish.org>
Thu, 10 May 2007 15:34:14 +0000 (15:34 +0000)
    Version 4.2 is needed to compile the WebKit/Gdk port. Update the checksums.ini
    containing the md5/shasum of my download.
    Install qmake as qmake2 and qmake-qt4 to follow the debian naming of this
    binary.

conf/checksums.ini
packages/qmake/qmake2-native-2.01a/.mtn2git_empty [moved from packages/qmake/qmake2-native-2.00a/.mtn2git_empty with 100% similarity]
packages/qmake/qmake2-native-2.01a/linux-oe-qmake.conf [moved from packages/qmake/qmake2-native-2.00a/linux-oe-qmake.conf with 100% similarity]
packages/qmake/qmake2-native_2.01a.bb [moved from packages/qmake/qmake2-native_2.00a.bb with 93% similarity]
packages/uicmoc/uicmoc4-native-4.2.3/.mtn2git_empty [moved from packages/uicmoc/uicmoc4-native-4.1.1/.mtn2git_empty with 100% similarity]
packages/uicmoc/uicmoc4-native-4.2.3/fix-mkspecs.patch [moved from packages/uicmoc/uicmoc4-native-4.1.1/fix-mkspecs.patch with 100% similarity]
packages/uicmoc/uicmoc4-native_4.2.3.bb [moved from packages/uicmoc/uicmoc4-native_4.1.1.bb with 99% similarity]

index c20c6ea..4ad2414 100644 (file)
@@ -1250,6 +1250,10 @@ sha256=a97656796c0ef8e87dd83e6138bc406e31830d08f9b213e039d8be39ea65c8e4
 md5=d82b0374d481f93e481aad4e3f26893a
 sha256=a23860a7390bbbc87cf98833f8716cd03b88b1d6fce77e0624daba3150a177e9
 
+[ftp://ftp.trolltech.com/pub/qt/source/qt-x11-opensource-src-4.2.3.tar.gz]
+md5=13f12bf58a32ebf15837fcd605cb3c99
+sha256=c163e72cb002435d1d261a47acdcb23e59c10e4263f983a5f2c2d2ca40ede75b
+
 [ftp://ftp.trolltech.com/qt/source/qt-embedded-free-3.3.5.tar.bz2]
 md5=022d7a3c572b554f3c47b12cae71a8a4
 sha256=a97656796c0ef8e87dd83e6138bc406e31830d08f9b213e039d8be39ea65c8e4
similarity index 93%
rename from packages/qmake/qmake2-native_2.00a.bb
rename to packages/qmake/qmake2-native_2.01a.bb
index 306891e..dab5b6a 100644 (file)
@@ -3,9 +3,8 @@ PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
 SECTION = "devel"
 LICENSE = "GPL QPL"
-PR = "r2"
 
-QTVER = "qt-x11-opensource-src-4.1.1"
+QTVER = "qt-x11-opensource-src-4.2.3"
 
 SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/${QTVER}.tar.gz \
            file://linux-oe-qmake.conf"
@@ -40,6 +39,7 @@ do_compile() {
 
 do_stage() {
        install -m 0755 bin/qmake ${STAGING_BINDIR}/qmake2
+       install -m 0755 bin/qmake ${STAGING_BINDIR}/qmake-qt4
        install -d ${STAGING_DIR}/${CROSS_SYS}/qt4/
        cp -PfR mkspecs ${STAGING_DIR}/${CROSS_SYS}/qt4/
 }
similarity index 99%
rename from packages/uicmoc/uicmoc4-native_4.1.1.bb
rename to packages/uicmoc/uicmoc4-native_4.2.3.bb
index 59bdd1b..341b092 100644 (file)
@@ -2,7 +2,6 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL QPL"
-PR = "r0"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz"