Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=97f865ddf03138ad0b9fd58d2cde245772fb5457
commit 97f865ddf03138ad0b9fd58d2cde245772fb5457 Author: crazy <[EMAIL PROTECTED]> Date: Sun Jan 20 21:08:05 2008 +0100 qt4-4.3.3-3-i686 * release bump * synced qt-copy patches diff --git a/source/xlib-extra/qt4/FrugalBuild b/source/xlib-extra/qt4/FrugalBuild index 17ab95a..4401569 100644 --- a/source/xlib-extra/qt4/FrugalBuild +++ b/source/xlib-extra/qt4/FrugalBuild @@ -4,15 +4,15 @@ pkgname=qt4 origname=qt pkgver=4.3.3 -pkgrel=2 +pkgrel=3 pkgmore=x11-opensource-src ## Dummy package is empty .. pkgdesc="The QT4 GUI toolkit." url="http://www.trolltech.com/products/qt" depends=() -makedepends=('libxrandr' 'mesa>=6.5.3' 'libxft' 'libmng' 'libjpeg' 'libxcursor' 'libxinerama' 'freetype2' \ - 'libsm' 'libpng' 'libxtst' 'fontconfig' 'dbus>=0.93' 'mysql>=5.0.15' 'postgresql>=8.2' 'cups' 'bison' \ - 'flex' 'unixodbc' 'imake' 'sqlite3' 'sqlite2' 'openssl') +makedepends=('libxrandr>=1.2.2' 'mesa>=7.0.2-2' 'libxft>=2.1.12-2' 'libmng' 'libjpeg' 'libxcursor' 'libxinerama' 'freetype2' \ + 'libsm' 'libpng' 'libxtst>=1.0.3' 'fontconfig>=2.5.91-2' 'dbus>=1.1.4' 'mysql>=5.0.15' 'postgresql>=8.2' 'cups' 'bison' \ + 'flex' 'unixodbc' 'imake' 'sqlite3' 'sqlite2' 'openssl' 'libx11>=1.1.3-2') ## this is here till I've fixed all reverse depends so we not break all apps using qt4 by now rodepends=("libqtcore" "libqtgui" "libqtnetwork" "libqtopengl" "libqt3support" "libqtscript" "libqtsql" \ "libqtsvg" "libqtxml" "libqttest" "qt4-qdbus" "$pkgname-tools") @@ -21,7 +21,7 @@ archs=('i686' 'x86_64') options=('scriptlet' 'nodocs') up2date="lynx -dump ftp://ftp.trolltech.com/qt/source/|grep 'qt-x11-opensource-src'|grep -v rc[1-9]|grep -v beta|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'" source=(ftp://ftp.trolltech.com/qt/source/$origname-$pkgmore-$pkgver.tar.gz \ - http://ftp.frugalware.org/pub/other/sources/kde/qt4/patches-748395.tar.bz2 \ + http://ftp.frugalware.org/pub/other/sources/kde/qt4/patches-763668.tar.bz2 \ assistant4.desktop \ designer4.desktop \ linguist4.desktop \ @@ -32,7 +32,7 @@ source=(ftp://ftp.trolltech.com/qt/source/$origname-$pkgmore-$pkgver.tar.gz \ Trolltech.conf \ apply_patches) sha1sums=('77d00e2438efa793f6c16c54b64c8ba440ee3228' \ - 'd51138e894bc19d44d42040e3d25d2f9e37d1fc9' \ + 'a0fa3976fc9e28cd1b9debf913f4e1a3cf850df9' \ '70413a58f1d4b7260ab407482675b8028cea4e47' \ '957376dd30fdf1bbc2ff5545f2f808f90d44c4dc' \ 'bc6527ee1d672cc192c667aeb49540b166e96949' \ @@ -119,8 +119,7 @@ build() Fcd $origname-$pkgmore-$pkgver Fpatchall Fsed "DUMMY" "${CFLAGS} -fno-strict-aliasing -Wno-deprecated" mkspecs/common/g++.conf - mv $Fsrcdir/{patches-748395,apply_patches} $Fsrcdir/$origname-$pkgmore-$pkgver || Fdie - mv patches-748395 patches || Fdie + mv $Fsrcdir/{patches,apply_patches} $Fsrcdir/$origname-$pkgmore-$pkgver || Fdie chmod +x apply_patches || Fdie ./apply_patches || Fdie ./configure \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
