[arch-commits] Commit in qt-doc/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon May 24 20:52:39 UTC 2010
Date: Monday, May 24, 2010 @ 16:52:39
Author: andrea
Revision: 80997
fix source and url (FS#19577)
Modified:
qt-doc/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-05-24 18:18:12 UTC (rev 80996)
+++ PKGBUILD 2010-05-24 20:52:39 UTC (rev 80997)
@@ -7,7 +7,7 @@
pkgrel=1
pkgdesc='The Qt gui toolkit documentation'
arch=('any')
-url='http://www.qtsoftware.com/'
+url='http://qt.nokia.com/'
license=('GPL3' 'LGPL')
options=('docs')
depends=('qt')
@@ -15,7 +15,7 @@
provides=("qt4-doc=${pkgver}")
conflicts=("qt4-doc=${pkgver}")
_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
-source=("ftp://ftp.qtsoftware.com/qt/source/${_pkgfqn}.tar.gz")
+source=("ftp://ftp.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz")
md5sums=('eb651ee4b157c01696aa56777fc6e0e5')
build() {
@@ -25,7 +25,7 @@
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
+ cp -r doc/* ${pkgdir}/usr/share/doc/qt || return 1
+ cp -r demos ${pkgdir}/usr/share/doc/qt || return 1
+ cp -r examples ${pkgdir}/usr/share/doc/qt || return 1
}
More information about the arch-commits
mailing list