mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5-base to 5.7.0-1
This commit is contained in:
parent
004460be06
commit
911749770d
2 changed files with 6 additions and 8 deletions
|
@ -8,18 +8,18 @@
|
|||
# - use OpenGLES 2.0
|
||||
|
||||
pkgname=qt5-base
|
||||
_qtver=5.6.1
|
||||
_qtver=5.7.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
pkgdesc='A cross-platform application and UI framework'
|
||||
depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'fontconfig'
|
||||
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
|
||||
'qtchooser' 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11')
|
||||
'qtchooser' 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy')
|
||||
makedepends=('mtdev' 'libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
|
||||
'gtk2' 'libpulse' 'cups' 'freetds')
|
||||
'gtk3' 'libpulse' 'cups' 'freetds')
|
||||
optdepends=('qt5-svg: to use SVG icon themes'
|
||||
'postgresql-libs: PostgreSQL driver'
|
||||
'libmariadbclient: MariaDB driver'
|
||||
|
@ -27,15 +27,14 @@ optdepends=('qt5-svg: to use SVG icon themes'
|
|||
'libfbclient: Firebird/iBase driver'
|
||||
'freetds: MS SQL driver'
|
||||
'mtdev: evdev plugin'
|
||||
'gtk2: GTK2 plugin')
|
||||
conflicts=('qt')
|
||||
'gtk3: GTK platform plugin')
|
||||
groups=('qt' 'qt5')
|
||||
_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
|
||||
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
|
||||
qtbug-53071.patch::"https://github.com/qtproject/qtbase/commit/e9041c7fc.patch"
|
||||
qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch"
|
||||
qtbug-53237.patch::"https://github.com/qtproject/qtbase/commit/8e889378.patch")
|
||||
md5sums=('b23232190a3df61fe1ba81636987b036'
|
||||
md5sums=('184f9460b40752d71b15b827260580c2'
|
||||
'462f079cd46f869def6858903a718bf5'
|
||||
'da4fd787ea877516397a027412e975e1'
|
||||
'981255fb1aea0d3c0b5c5f306fe374da')
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
fcitx-qt5
|
||||
frameworkintegration
|
||||
plasma-integration
|
||||
gcin
|
||||
calibre
|
||||
|
|
Loading…
Reference in a new issue