mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt to 4.8.2-1
This commit is contained in:
parent
e65552d73b
commit
c54ec2edcd
1 changed files with 6 additions and 17 deletions
|
@ -14,8 +14,8 @@ plugrel=1
|
|||
|
||||
pkgbase=qt
|
||||
pkgname=('qt' 'qt-private-headers')
|
||||
pkgver=4.8.1
|
||||
pkgrel=2
|
||||
pkgver=4.8.2
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL')
|
||||
|
@ -25,31 +25,20 @@ makedepends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'glib2' 'dbu
|
|||
'mysql' 'unixodbc' 'cups' 'gtk2')
|
||||
options=('!libtool' '!distcc' '!ccache')
|
||||
_pkgfqn="${pkgbase}-everywhere-opensource-src-${pkgver}"
|
||||
source=("http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz"
|
||||
source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz"
|
||||
'assistant.desktop' 'designer.desktop' 'linguist.desktop'
|
||||
'qtconfig.desktop'
|
||||
'gcc47.patch'
|
||||
'improve-cups-support.patch'
|
||||
'fix-buffer-overflow.patch'
|
||||
'fix-cursortox-crash.patch')
|
||||
md5sums=('7960ba8e18ca31f0c6e4895a312f92ff'
|
||||
'improve-cups-support.patch')
|
||||
md5sums=('3c1146ddf56247e16782f96910a8423b'
|
||||
'fc211414130ab2764132e7370f8e5caa'
|
||||
'85179f5e0437514f8639957e1d8baf62'
|
||||
'f11852b97583610f3dbb669ebc3e21bc'
|
||||
'6b771c8a81dd90b45e8a79afa0e5bbfd'
|
||||
'd8a0e81075b290ddc18ecd33b9b7ee22')
|
||||
'b9fb6b953cec428d59c026b1ef370e86')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/${_pkgfqn}
|
||||
|
||||
#patch -p1 -i "${srcdir}"/gcc47.patch
|
||||
|
||||
# (FS#29158)
|
||||
patch -p1 -i "${srcdir}"/fix-buffer-overflow.patch
|
||||
|
||||
# (FS#29402) (QTBUG#24718)
|
||||
patch -p1 -i "${srcdir}"/fix-cursortox-crash.patch
|
||||
|
||||
# (FS#28381) (KDEBUG#180051)
|
||||
patch -p1 -i "${srcdir}"/improve-cups-support.patch
|
||||
|
||||
|
|
Loading…
Reference in a new issue