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

Eric Bélanger eric at archlinux.org
Tue Feb 8 20:12:53 UTC 2011


    Date: Tuesday, February 8, 2011 @ 15:12:53
  Author: eric
Revision: 109354

upgpkg: eric-plugins 4.4.4a-4
Added new plugins

Modified:
  eric-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-08 19:06:53 UTC (rev 109353)
+++ PKGBUILD	2011-02-08 20:12:53 UTC (rev 109354)
@@ -4,7 +4,7 @@
 
 pkgname=eric-plugins
 pkgver=4.4.4a
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugins for the eric Python IDE"
 arch=('any')
 url="http://eric-ide.python-projects.org/index.html"
@@ -13,17 +13,25 @@
 makedepends=('unzip')
 optdepends=('cx_freeze: for using CxFreeze plugin' 'pylint: for using PyLint plugin')
 source=(http://downloads.sourceforge.net/eric-ide/Plugin_Checker_PyLint-4.2.1.tar.gz
+        http://downloads.sourceforge.net/eric-ide/Plugin_Assistant_Eric-1.2.3.tar.gz
+        http://downloads.sourceforge.net/eric-ide/Plugin_Project_Pylons-1.0.0.tar.gz
+        http://downloads.sourceforge.net/eric-ide/Plugin_Project_wxPython-1.0.3.tar.gz
+        http://downloads.sourceforge.net/eric-ide/Plugin_Project_TurboGears-1.0.5.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Packager_CxFreeze-4.3.0.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Refactoring_Rope-1.1.5.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Tools_CharTables-4.1.4.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Vcs_CVS-4.1.12.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Project_Django-2.1.2.tar.gz)
-md5sums=('91df79eb6f6d117f64be4d441dd54fa0'
-         'f1404f63f300f72352545c99d95d0b06'
-         '8c7bab8b84713c9a5cc20a43991554c3'
-         'ee120a9950e86bb9e225a2d6d65a355f'
-         '119cfb72a58c48272410cb20436e0e71'
-         'ac12bd9c175aaa4e77cd71c214a66233')
+md5sums=('91df79eb6f6d117f64be4d441dd54fa0' '068a716bdfb2e34712fd374306cd6516'\
+         '6301dec0fd21d14b3d885f699a41db3b' 'ed877f46064076a3e7319483e31ddf5a'\
+         'cd2a61fe2231c14955151764f7744561' 'f1404f63f300f72352545c99d95d0b06'\
+         '8c7bab8b84713c9a5cc20a43991554c3' 'ee120a9950e86bb9e225a2d6d65a355f'\
+         '119cfb72a58c48272410cb20436e0e71' 'ac12bd9c175aaa4e77cd71c214a66233')
+sha1sums=('a1b53e95870dd9569b5e1644f78de361a0963927' '492b0f12b47957eb22e347a87aaf06c8d4d43c73'\
+         '427768afc30d630753f5e248105e6e3bcab19d88' 'a6af2e775fdb33e12942c1d198adf9be2fa93c5b'\
+         'fd43b835448b4ca0bf07fc4e082af8f1047e8909' 'bcb9e90dd99eae45a389f1d784b8f24f788c769b'\
+         'bc5c6cd30ad461579fa5c349d55f6fc619751144' '31bc9ad875db98d4d2c3e1d7df0d74d0af370695'\
+         'dd4634e50c26c221fd09c83e024a96c6928bbfaf' 'b1db3885849d47eb4a914dda1be600ecf8afeaeb')
 
 package() {
 	cd "${srcdir}"
@@ -31,6 +39,14 @@
 	install -d  "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
 	unzip -o Plugin_Checker_PyLint-4.2.1/*.zip \
 	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
+ 	unzip -o Plugin_Assistant_Eric-1.2.3/*.zip \
+	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
+        unzip -o Plugin_Project_Pylons-1.0.0/*.zip \
+	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
+       	unzip -o Plugin_Project_wxPython-1.0.3/*.zip \
+	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
+        unzip -o Plugin_Project_TurboGears-1.0.5/*.zip \
+	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
 	unzip -o Plugin_Packager_CxFreeze-4.3.0/*.zip \
 	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
 	unzip -o Plugin_Refactoring_Rope-1.1.5/*.zip \




More information about the arch-commits mailing list