mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt4 to 4.8.6-5
This commit is contained in:
parent
b0ab059b7e
commit
bba4e5aad9
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
# $Id: PKGBUILD 179026 2013-03-01 17:55:20Z andrea $
|
||||
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
|
||||
# $Id: PKGBUILD 179026 2013-03-01 17:55:20Z andrea $ Maintainer:
|
||||
# Felix Yan <felixonmars@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
@ -10,7 +11,7 @@
|
|||
|
||||
pkgname=qt4
|
||||
pkgver=4.8.6
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -33,7 +34,6 @@ install="${pkgname}.install"
|
|||
options=('!distcc')
|
||||
replaces=('qt<=4.8.4')
|
||||
conflicts=('qt')
|
||||
options=('staticlibs') # libQtUiTools builds as static only
|
||||
_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
|
||||
source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz"
|
||||
'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'
|
||||
|
|
Loading…
Reference in a new issue