[arch-commits] Commit in qt-doc/repos (testing-any testing-any/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Sep 13 15:21:51 UTC 2012


    Date: Thursday, September 13, 2012 @ 11:21:51
  Author: andrea
Revision: 166633

archrelease: copy trunk to testing-any

Added:
  qt-doc/repos/testing-any/
  qt-doc/repos/testing-any/PKGBUILD
    (from rev 166632, qt-doc/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: qt-doc/repos/testing-any/PKGBUILD (from rev 166632, qt-doc/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-09-13 15:21:51 UTC (rev 166633)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=qt-doc
+pkgver=4.8.3
+pkgrel=1
+pkgdesc='The Qt gui toolkit documentation'
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+options=('docs')
+depends=('qt')
+replaces=('qt4-doc')
+provides=("qt4-doc=${pkgver}")
+conflicts=("qt4-doc=${pkgver}")
+_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
+source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz")
+md5sums=('a663b6c875f8d7caa8ac9c30e4a4ec3b')
+
+package() {
+  cd "${srcdir}"/${_pkgfqn}
+  install -d "${pkgdir}"/usr/share/doc/qt
+  cp -r doc/* "${pkgdir}"/usr/share/doc/qt
+  cp -r demos "${pkgdir}"/usr/share/doc/qt
+  cp -r examples "${pkgdir}"/usr/share/doc/qt
+}




More information about the arch-commits mailing list