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

Eric Bélanger eric at archlinux.org
Tue Feb 7 03:35:33 UTC 2012


    Date: Monday, February 6, 2012 @ 22:35:33
  Author: eric
Revision: 149351

upgpkg: qt3-doc 1:3.3.8b-1

Upstream update

Modified:
  qt3-doc/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++------------------
 1 file changed, 11 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-07 02:38:56 UTC (rev 149350)
+++ PKGBUILD	2012-02-07 03:35:33 UTC (rev 149351)
@@ -1,28 +1,21 @@
 # $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=qt3-doc
-pkgver=3.3.8
-pkgrel=2
+pkgver=3.3.8b
+pkgrel=1
+epoch=1
 pkgdesc="The QT gui toolkit documentation"
 arch=('any')
 url="http://www.trolltech.com/products/qt/index.html"
-license=('GPL2' 'custom:QPL')
-pkgfqn=qt-x11-free-${pkgver}
+license=('GPL' 'custom:QPL')
 depends=('qt3')
-source=("ftp://ftp.trolltech.com/qt/source/${pkgfqn}.tar.gz")
-md5sums=('37aec12c8c7b0e164957ec1aa3fd0189')
+source=(ftp://ftp.trolltech.com/qt/source/qt-x11-free-${pkgver}.tar.gz)
+sha1sums=('745def6250dc7f337dbb265e20bf38dcb41fd854')
 
-build() {
-  /bin/true
-}
-
 package() {
-  cd ${srcdir}/$pkgfqn
-  install -d ${pkgdir}/opt/qt/doc/
-  cp -r doc/html ${pkgdir}/opt/qt/doc/ || return 1
-
-  # install QPL license
-  install -Dm644 ${srcdir}/qt-x11-free-$pkgver/LICENSE.QPL \
-	${pkgdir}/usr/share/licenses/$pkgname/LICENSE.QPL
+  cd "${srcdir}/qt-x11-free-${pkgver}"
+  install -d "${pkgdir}/opt/qt/doc"
+  cp -r doc/html "${pkgdir}/opt/qt/doc/"
+  install -Dm644 LICENSE.QPL "${pkgdir}/usr/share/licenses/$pkgname/LICENSE.QPL"
 }




More information about the arch-commits mailing list