summaryrefslogtreecommitdiffstats
path: root/abs/core/qt5
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2016-01-20 18:52:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2016-01-20 18:52:12 (GMT)
commit7ed5294dd60d9ac5780f33269734c2ce51832fc8 (patch)
treee07873f9e51d7f53cc8de3f47de92e661c49ab2f /abs/core/qt5
parent8daa636a59a942f62c80f650ff60cacca81f1daa (diff)
downloadlinhes_pkgbuild-7ed5294dd60d9ac5780f33269734c2ce51832fc8.zip
linhes_pkgbuild-7ed5294dd60d9ac5780f33269734c2ce51832fc8.tar.gz
linhes_pkgbuild-7ed5294dd60d9ac5780f33269734c2ce51832fc8.tar.bz2
qt5: compiled with libmysqlclient instead of mariadb
Diffstat (limited to 'abs/core/qt5')
-rw-r--r--abs/core/qt5/PKGBUILD4
-rw-r--r--abs/core/qt5/__changelog1
2 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/qt5/PKGBUILD b/abs/core/qt5/PKGBUILD
index d16e001..5b87698 100644
--- a/abs/core/qt5/PKGBUILD
+++ b/abs/core/qt5/PKGBUILD
@@ -37,7 +37,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms'
'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-base-libs' 'libjpeg-turbo' 'cups'
'hicolor-icon-theme' 'desktop-file-utils' 'postgresql-libs' 'nss'
- 'libmariadbclient' 'sqlite' 'unixodbc' 'libfbclient' 'libmng' 'python2' 'ruby'
+ 'libmysqlclient' 'sqlite' 'unixodbc' 'libfbclient' 'libmng' 'python2' 'ruby'
'gperf' 'libxslt' 'libxcomposite' 'fontconfig' 'bluez-libs' 'openal' 'gtk2'
'libxkbcommon-x11' 'mtdev' 'harfbuzz' 'libwebp' 'leveldb' 'geoclue' 'pciutils'
'libinput' 'yasm' 'git')
@@ -146,7 +146,7 @@ package_qt5-base() {
'qtchooser' 'libinput' 'libsm' 'libxkbcommon-x11')
optdepends=('qt5-svg: to use SVG icon themes'
'postgresql-libs: PostgreSQL driver'
- 'libmariadbclient: MariaDB driver'
+ 'libmysqlclient: MariaDB driver'
'unixodbc: ODBC driver'
'libfbclient: Firebird/iBase driver'
'mtdev: evdev plugin'
diff --git a/abs/core/qt5/__changelog b/abs/core/qt5/__changelog
index 5bdff6c..9c208ab 100644
--- a/abs/core/qt5/__changelog
+++ b/abs/core/qt5/__changelog
@@ -1,3 +1,4 @@
PKGBUILD:
- remove dep libpulse
- remove dep libfbclient
+- changed libmaria to libmysql