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

Andrea Scarpino andrea at archlinux.org
Tue Jan 18 22:51:08 UTC 2011


    Date: Tuesday, January 18, 2011 @ 17:51:08
  Author: andrea
Revision: 106743

add files to pyqt package

Modified:
  pyqt/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-18 22:09:34 UTC (rev 106742)
+++ PKGBUILD	2011-01-18 22:51:08 UTC (rev 106743)
@@ -31,10 +31,16 @@
 }
 
 package_pyqt(){
-  depends=""
+  depends=()
   pkgdesc="Python bindings common files"
 
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  install -Dm755 pylupdate/pylupdate4 ${pkgdir}/usr/bin/pylupdate4
+  install -Dm755 pyrcc/pyrcc4 ${pkgdir}/usr/bin/pyrcc4
+  install -Dm755 pyuic/pyuic4 ${pkgdir}/usr/bin/pyuic4
+  install -Dm755 designer/libpythonplugin.so \
+    ${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
+  install -Dm644 PyQt4.api ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
 }
 
 package_python-qt(){


Property changes on: pyqt/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list