[arch-commits] Commit in qt5/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Jan 3 12:11:56 UTC 2014


    Date: Friday, January 3, 2014 @ 13:11:56
  Author: andrea
Revision: 203075

upgpkg: qt5 5.2.0-3

Build with Harfbuzz-NG support (FS#38355)

Modified:
  qt5/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-03 11:03:11 UTC (rev 203074)
+++ PKGBUILD	2014-01-03 12:11:56 UTC (rev 203075)
@@ -22,7 +22,7 @@
          'qt5-x11extras'
          'qt5-xmlpatterns')
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -31,7 +31,7 @@
             'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils'
             'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 'libfbclient'
             'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
-            'openal' 'gtk2' 'libxkbcommon' 'python')
+            'openal' 'gtk2' 'libxkbcommon' 'python' 'harfbuzz')
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 source=("http://download.qt-project.org/official_releases/qt/5.2/${pkgver}/single/${_pkgfqn}.tar.xz"
@@ -75,6 +75,7 @@
     -sysconfdir /etc/xdg \
     -examplesdir /usr/share/doc/qt/examples \
     -plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+    -system-harfbuzz \
     -system-sqlite \
     -openssl-linked \
     -nomake examples \
@@ -99,7 +100,7 @@
   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' 'libxkbcommon')
+           'qtchooser' 'libxkbcommon' 'harfbuzz')
   optdepends=('postgresql-libs: PostgreSQL driver'
               'libmariadbclient: MariaDB driver'
               'unixodbc: ODBC driver'




More information about the arch-commits mailing list