[arch-commits] Commit in qt-assistant-compat/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Wed Feb 8 20:53:16 UTC 2012


    Date: Wednesday, February 8, 2012 @ 15:53:15
  Author: pierre
Revision: 149628

upgpkg: qt-assistant-compat 4.6.3-2

rebuild old package

Modified:
  qt-assistant-compat/trunk/PKGBUILD

----------+
 PKGBUILD |   41 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 20:47:17 UTC (rev 149627)
+++ PKGBUILD	2012-02-08 20:53:15 UTC (rev 149628)
@@ -3,14 +3,14 @@
 
 pkgname=qt-assistant-compat
 pkgver=4.6.3
-pkgrel=1
-pkgdesk="compat version of Qt Assistant"
+pkgrel=2
+pkgdesc="compat version of Qt Assistant"
 url="http://qt.nokia.com/"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
 depends=('qt')
 source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-	'debian_patches_01_build_system.diff')
+        'debian_patches_01_build_system.diff')
 md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
          '1b55290dc9fab0c035797e9301d2fa61')
 
@@ -18,38 +18,37 @@
 build() {
 	cd ${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
 
- 	patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-        
+	patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+
 	cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-        rm -f translations/assistant_adp_*.qm
+	rm -f translations/assistant_adp_*.qm
 
 	qmake CONFIG+=create_prl
-        make
-        cd  ../translations; lrelease assistant_adp_*.ts
-        cd ..
-        qmake CONFIG+=create_prl
-        make
+	make
+	cd  ../translations; lrelease assistant_adp_*.ts
+	cd ..
+	qmake CONFIG+=create_prl
+	make
 }
 
-package(){
-        cd ${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+package() {
+	cd ${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
 
-      	make install INSTALL_ROOT=${pkgdir}
-        cd lib
-        make install INSTALL_ROOT=${pkgdir}
-        cd ..
+	make install INSTALL_ROOT=${pkgdir}
+	cd lib
+	make install INSTALL_ROOT=${pkgdir}
+	cd ..
 
 	# Fix wrong path in prl file
 	sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" \
-	    ${pkgdir}/usr/lib/libQtAssistantClient.prl
+		${pkgdir}/usr/lib/libQtAssistantClient.prl
 
 	# Install translations
 	install -d ${pkgdir}/usr/share/qt/translations/
 	install -p -m0644 translations/assistant_adp_*.qm \
-	    ${pkgdir}/usr/share/qt/translations/
+		${pkgdir}/usr/share/qt/translations/
 
 	# Install prf file
 	install -D -p -m0644 features/assistant.prf \
-	    ${pkgdir}/usr/share/qt/mkspecs/features/assistant.prf
-
+		${pkgdir}/usr/share/qt/mkspecs/features/assistant.prf
 }




More information about the arch-commits mailing list