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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Mar 1 20:21:40 UTC 2013


    Date: Friday, March 1, 2013 @ 21:21:39
  Author: andrea
Revision: 179038

Install headers in /usr/include/qt5 (FS#34088); Add a qt5 group too

Modified:
  qt5/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-01 19:03:38 UTC (rev 179037)
+++ PKGBUILD	2013-03-01 20:21:39 UTC (rev 179038)
@@ -17,7 +17,7 @@
          'qt5-webkit'
          'qt5-xmlpatterns')
 pkgver=5.0.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -26,7 +26,7 @@
             'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils'
             'postgresql-libs' 'libmysqlclient' 'sqlite' 'unixodbc' 'libfbclient'
             'python2' 'ruby' 'gperf')
-groups=('qt')
+groups=('qt' 'qt5')
 options=('!libtool')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 source=("http://releases.qt-project.org/${pkgbase}/${pkgver}/single/${_pkgfqn}.tar.xz"
@@ -57,6 +57,7 @@
   ./configure -confirm-license -opensource \
     -prefix /usr \
     -docdir /usr/share/doc/qt \
+    -headerdir /usr/include/qt5 \
     -archdatadir /usr/lib/qt \
     -datadir /usr/share/qt \
     -sysconfdir /etc/xdg \




More information about the arch-commits mailing list