From 7ed5294dd60d9ac5780f33269734c2ce51832fc8 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Wed, 20 Jan 2016 12:52:12 -0600 Subject: qt5: compiled with libmysqlclient instead of mariadb --- abs/core/qt5/PKGBUILD | 4 ++-- abs/core/qt5/__changelog | 1 + 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 -- cgit v0.12