mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt5 to 5.5.1-6
This commit is contained in:
parent
542134dbec
commit
636579a6c4
1 changed files with 5 additions and 7 deletions
|
@ -41,7 +41,7 @@ pkgname=('qt5-3d'
|
|||
'qt5-x11extras'
|
||||
'qt5-xmlpatterns')
|
||||
pkgver=5.5.1
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.qt.io/developers'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -51,7 +51,7 @@ makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb
|
|||
'libmariadbclient' 'sqlite' 'unixodbc' 'libmng' 'python2' 'ruby'
|
||||
'gperf' 'libxslt' 'libxcomposite' 'fontconfig' 'bluez-libs' 'openal' 'gtk2'
|
||||
'libxkbcommon-x11' 'mtdev' 'harfbuzz' 'libwebp' 'leveldb' 'geoclue' 'pciutils'
|
||||
'libinput' 'icu')
|
||||
'libinput' 'git' 'icu')
|
||||
groups=('qt' 'qt5')
|
||||
_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
|
||||
source=("http://download.qt-project.org/official_releases/qt/${pkgver%.*}/${pkgver}/single/${_pkgfqn}.tar.xz"
|
||||
|
@ -169,15 +169,13 @@ package_qt5-base() {
|
|||
pkgdesc='A cross-platform application and UI framework'
|
||||
depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 'systemd'
|
||||
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
|
||||
'qtchooser' 'libinput')
|
||||
'qtchooser' 'libinput' 'libsm' 'libxkbcommon-x11')
|
||||
optdepends=('qt5-svg: to use SVG icon themes'
|
||||
'postgresql-libs: PostgreSQL driver'
|
||||
'libmariadbclient: MariaDB driver'
|
||||
'unixodbc: ODBC driver'
|
||||
'libfbclient: Firebird/iBase driver'
|
||||
'mtdev: evdev plugin'
|
||||
'libxkbcommon-x11: xcb plugin'
|
||||
'libsm: xcb plugin'
|
||||
'gtk2: GTK2 plugin')
|
||||
conflicts=('qt')
|
||||
|
||||
|
@ -232,7 +230,7 @@ package_qt5-connectivity() {
|
|||
|
||||
package_qt5-declarative() {
|
||||
pkgdesc='Classes for QML and JavaScript languages'
|
||||
depends=('qt5-xmlpatterns' 'libxkbcommon-x11' 'libsm')
|
||||
depends=('qt5-xmlpatterns')
|
||||
conflicts=('qt')
|
||||
|
||||
cd ${_pkgfqn}/qtdeclarative
|
||||
|
@ -493,7 +491,7 @@ package_qt5-translations() {
|
|||
|
||||
package_qt5-wayland() {
|
||||
pkgdesc='Provides APIs for Wayland'
|
||||
depends=('qt5-base' 'libxcomposite' 'libxkbcommon')
|
||||
depends=('qt5-base' 'libxcomposite')
|
||||
|
||||
cd ${_pkgfqn}/qtwayland
|
||||
make INSTALL_ROOT="${pkgdir}" install
|
||||
|
|
Loading…
Reference in a new issue