mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt3 to 3.3.8-19
This commit is contained in:
parent
364dedf8c0
commit
d2f698ec14
1 changed files with 3 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 108411 2011-01-30 22:43:23Z andyrtr $
|
||||
# $Id: PKGBUILD 114776 2011-03-15 23:09:15Z andrea $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Contributor: John Proctor <jproctor@prium.net>
|
||||
|
||||
|
@ -10,7 +10,7 @@ plugrel=1
|
|||
|
||||
pkgname=qt3
|
||||
pkgver=3.3.8
|
||||
pkgrel=18
|
||||
pkgrel=19
|
||||
pkgdesc="The QT gui toolkit."
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL')
|
||||
|
@ -23,8 +23,7 @@ makedepends=('mysql' 'postgresql>=8.2.3' 'unixodbc' 'sqlite3')
|
|||
optdepends=('libmysqlclient' 'postgresql-libs' 'unixodbc')
|
||||
source=(ftp://ftp.trolltech.com/qt/source/${pkgfqn}.tar.bz2 qt3-png14.patch qt.profile \
|
||||
qt-copy-kde-patches.tar.bz2 qt-patches.tar.bz2 utf8-bug-qt3.diff \
|
||||
qt-font-default-subst.diff mysql.patch eastern_asian_languagues.diff qt-odbc.patch
|
||||
arm.patch)
|
||||
qt-font-default-subst.diff mysql.patch eastern_asian_languagues.diff qt-odbc.patch arm.patch)
|
||||
options=(!libtool)
|
||||
md5sums=('cf3c43a7dfde5bfb76f8001102fe6e85'
|
||||
'1dc671df42b9030dbdf68bb61cd3375e'
|
||||
|
@ -68,10 +67,6 @@ build() {
|
|||
patch -p1 -i ${srcdir}/qt-odbc.patch || return 1
|
||||
|
||||
patch -p0 -i ${srcdir}/qt3-png14.patch || return 1
|
||||
|
||||
# PlugApps arm.patch
|
||||
patch -p1 -i ${srcdir}/arm.patch || return 1
|
||||
|
||||
# start compiling qt
|
||||
sed -i 's|-cp -P -f|-cp -L -f|' qmake/Makefile.unix
|
||||
rm -rf doc/html examples tutorial
|
||||
|
|
Loading…
Reference in a new issue