extra/qt to 4.8.3-2

This commit is contained in:
Kevin Mihelich 2012-09-23 02:08:02 +00:00
parent 782d9dfda4
commit 033b497815
2 changed files with 6 additions and 6 deletions

View file

@ -13,8 +13,8 @@
pkgbase=qt
pkgname=('qt' 'qt-private-headers')
pkgver=4.8.2
pkgrel=3
pkgver=4.8.3
pkgrel=2
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL')
@ -28,14 +28,14 @@ source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz"
'assistant.desktop' 'designer.desktop' 'linguist.desktop'
'qtconfig.desktop'
'improve-cups-support.patch'
'fix-assistant-crash.patch')
md5sums=('3c1146ddf56247e16782f96910a8423b'
'fix-crash-in-assistant.patch')
md5sums=('a663b6c875f8d7caa8ac9c30e4a4ec3b'
'fc211414130ab2764132e7370f8e5caa'
'85179f5e0437514f8639957e1d8baf62'
'f11852b97583610f3dbb669ebc3e21bc'
'6b771c8a81dd90b45e8a79afa0e5bbfd'
'b9fb6b953cec428d59c026b1ef370e86'
'e9c11e4606b7f55ae405e3e76f863dc1')
'57590084078b6379f0501f7728b02ae2')
build() {
cd "${srcdir}"/${_pkgfqn}
@ -43,7 +43,7 @@ build() {
# (FS#28381) (KDEBUG#180051)
patch -p1 -i "${srcdir}"/improve-cups-support.patch
patch -p1 -i "${srcdir}"/fix-assistant-crash.patch
patch -p1 -i "${srcdir}"/fix-crash-in-assistant.patch
export QT4DIR="${srcdir}"/${_pkgfqn}
export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}