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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:43:27
  Author: foutrelis
Revision: 752781

upgpkg: eric 20.9-2: Python 3.9 rebuild

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:43:10 UTC (rev 752780)
+++ PKGBUILD2020-11-12 17:43:27 UTC (rev 752781)
@@ -5,7 +5,7 @@
 
 pkgname=eric
 pkgver=20.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="https://eric-ide.python-projects.org/;


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

2020-09-13 Thread Antonio Rojas via arch-commits
Date: Sunday, September 13, 2020 @ 21:32:31
  Author: arojas
Revision: 705884

Update to 20.9

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-13 21:27:09 UTC (rev 705883)
+++ PKGBUILD2020-09-13 21:32:31 UTC (rev 705884)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=20.8
+pkgver=20.9
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=(eric-common)
 replaces=(eric-common)
 source=("https://downloads.sourceforge.net/eric-ide/eric6-$pkgver.tar.gz;)
-sha512sums=('df3f8f599dc5b4411beffd19560b7d730a631eef7e9ace9a37c92466f639578510cbd81b6fdb8ad741966de4fff0bcb09585cdcd9ea76aae07b7f047eeb95e98')
+sha512sums=('ffdab3b51f0c782d79d99387d6e54bc4b5b05a40a61972731516efedbb276ea1bb9632ffe65fced25642c900a77d9240aed8d31cb3fe238292278a2fd9d53e73')
 changelog=ChangeLog
 
 package_eric() {


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

2020-08-29 Thread Antonio Rojas via arch-commits
Date: Saturday, August 29, 2020 @ 07:05:14
  Author: arojas
Revision: 691566

Update to 20.8

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 06:43:20 UTC (rev 691565)
+++ PKGBUILD2020-08-29 07:05:14 UTC (rev 691566)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=20.6
+pkgver=20.8
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=(eric-common)
 replaces=(eric-common)
 source=("https://downloads.sourceforge.net/eric-ide/eric6-$pkgver.tar.gz;)
-sha512sums=('dc8eceaf85db290dc01b2e98902e3276e90dd641b96ef82f1d9468669afb057221e7e230ae6e3c39e5ed74fd6b9b5711ce633c66f2e2585558c35684efeaacb4')
+sha512sums=('df3f8f599dc5b4411beffd19560b7d730a631eef7e9ace9a37c92466f639578510cbd81b6fdb8ad741966de4fff0bcb09585cdcd9ea76aae07b7f047eeb95e98')
 changelog=ChangeLog
 
 package_eric() {


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

2020-07-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 1, 2020 @ 20:06:10
  Author: arojas
Revision: 657412

Update to 20.6, merge eric-common since there is no more python2

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |   53 -
 1 file changed, 8 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 19:05:53 UTC (rev 657411)
+++ PKGBUILD2020-07-01 20:06:10 UTC (rev 657412)
@@ -3,10 +3,8 @@
 # Contributor: Brad Fanella 
 # See .contrib for older/other contributors
 
-pkgbase=eric
-pkgname=('eric-common' 'eric')
-pkgver=20.04
-_pkgver=20.4
+pkgname=eric
+pkgver=20.6
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -13,50 +11,15 @@
 url="https://eric-ide.python-projects.org/;
 license=('GPL3')
 depends=('python-qscintilla-qt5' 'python-pyqtwebengine' 'python-pyqtchart' 
'qt5-svg')
-source=("https://downloads.sourceforge.net/eric-ide/eric6-${_pkgver}.tar.gz;)
-sha512sums=('a43e9b6dc5dd1e3dee2f8a85245dbab54283c3a6be19973c135cdeb5e2efd1d6b336962eeafefc87bd6fc0ba48115ba286dacbea20905b38d6b18505ef6bb7d1')
+conflicts=(eric-common)
+replaces=(eric-common)
+source=("https://downloads.sourceforge.net/eric-ide/eric6-$pkgver.tar.gz;)
+sha512sums=('dc8eceaf85db290dc01b2e98902e3276e90dd641b96ef82f1d9468669afb057221e7e230ae6e3c39e5ed74fd6b9b5711ce633c66f2e2585558c35684efeaacb4')
 changelog=ChangeLog
 
-package_eric-common() {
-  depends=()
-
-  cd "${srcdir}/eric6-${_pkgver}/eric"
-  # eric APIs
-  install -Dm644 "eric6/APIs/Python3/eric6.api" \
- "${pkgdir}/usr/share/qt/qsci/api/python/eric6.api"
-  install -Dm644 "eric6/APIs/Python3/eric6.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/python/eric6.bas"
-  # pyqt APIs
-  install -Dm644 "eric6/APIs/Python3/PyQt5.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.bas"
-  # qss APIs
-  install -Dm644 "eric6/APIs/QSS/qss.api" \
- "${pkgdir}/usr/share/qt/qsci/api/qss/qss.api"
-  # qscintilla APIs
-  install -Dm644 "eric6/APIs/Python3/QScintilla2.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/python/QScintilla2.bas"
-  # zope APIs
-  install -Dm644 "eric6/APIs/Python/zope-2.10.7.api" \
- "${pkgdir}/usr/share/qt/qsci/api/python/zope-2.10.7.api"
-  install -Dm644 "eric6/APIs/Python/zope-2.11.2.api" \
- "${pkgdir}/usr/share/qt/qsci/api/python/zope-2.11.2.api"
-  install -Dm644 "eric6/APIs/Python/zope-3.3.1.api" \
- "${pkgdir}/usr/share/qt/qsci/api/python/zope-3.3.1.api"
-  # ruby APIs
-  install -Dm644 "eric6/APIs/Ruby/Ruby-1.8.7.api" \
- "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api"
-  install -Dm644 "eric6/APIs/Ruby/Ruby-1.8.7.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.bas"
-  install -Dm644 "eric6/APIs/Ruby/Ruby-1.9.1.api" \
- "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.9.1.api"
-  install -Dm644 "eric6/APIs/Ruby/Ruby-1.9.1.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.9.1.bas"
-}
-
 package_eric() {
-  depends+=(eric-common)
-  cd "${srcdir}/eric6-${_pkgver}"
-  python install.py -c -b "/usr/bin" -i "${pkgdir}" --no-apis
+  cd eric6-$pkgver
+  python install.py -c -b "/usr/bin" -i "${pkgdir}"
 
   # fix paths in desktop files
   find "${pkgdir}" -name '*.desktop' -exec sed -i "s|${pkgdir}||g" {} \;


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

2020-04-05 Thread Antonio Rojas via arch-commits
Date: Sunday, April 5, 2020 @ 17:25:32
  Author: arojas
Revision: 611871

Update to 20.04

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 17:09:18 UTC (rev 611870)
+++ PKGBUILD2020-04-05 17:25:32 UTC (rev 611871)
@@ -5,8 +5,8 @@
 
 pkgbase=eric
 pkgname=('eric-common' 'eric')
-pkgver=20.03
-_pkgver=20.3
+pkgver=20.04
+_pkgver=20.4
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -14,7 +14,7 @@
 license=('GPL3')
 depends=('python-qscintilla-qt5' 'python-pyqtwebengine' 'python-pyqtchart' 
'qt5-svg')
 source=("https://downloads.sourceforge.net/eric-ide/eric6-${_pkgver}.tar.gz;)
-sha512sums=('7cf2371e875e5be8a79a0581fa5f850ab3cdfbd6119d7a3f09adceb6b6b7fb51561572e2af2739658e161c5167348eb1b2a8256eb13d17662e3b3fc1e88ff0ee')
+sha512sums=('a43e9b6dc5dd1e3dee2f8a85245dbab54283c3a6be19973c135cdeb5e2efd1d6b336962eeafefc87bd6fc0ba48115ba286dacbea20905b38d6b18505ef6bb7d1')
 changelog=ChangeLog
 
 package_eric-common() {


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

2020-03-20 Thread Antonio Rojas via arch-commits
Date: Friday, March 20, 2020 @ 08:59:37
  Author: arojas
Revision: 601500

Update to 20.03

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-20 08:25:34 UTC (rev 601499)
+++ PKGBUILD2020-03-20 08:59:37 UTC (rev 601500)
@@ -5,9 +5,9 @@
 
 pkgbase=eric
 pkgname=('eric-common' 'eric')
-pkgver=20.01
-_pkgver=20.1
-pkgrel=2
+pkgver=20.03
+_pkgver=20.3
+pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="https://eric-ide.python-projects.org/;
@@ -14,7 +14,7 @@
 license=('GPL3')
 depends=('python-qscintilla-qt5' 'python-pyqtwebengine' 'python-pyqtchart' 
'qt5-svg')
 source=("https://downloads.sourceforge.net/eric-ide/eric6-${_pkgver}.tar.gz;)
-sha512sums=('1c59c62b7b3c40ee012f33f9647f62d4581a85fd105cd08da81b70378ddcab01d4871376c9cd71e408a045db788687e2eca7d7b86963e627bf85b04a8319ef17')
+sha512sums=('7cf2371e875e5be8a79a0581fa5f850ab3cdfbd6119d7a3f09adceb6b6b7fb51561572e2af2739658e161c5167348eb1b2a8256eb13d17662e3b3fc1e88ff0ee')
 changelog=ChangeLog
 
 package_eric-common() {


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

2020-01-04 Thread Antonio Rojas via arch-commits
Date: Saturday, January 4, 2020 @ 09:59:35
  Author: arojas
Revision: 547859

Update to 20.01

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 09:29:46 UTC (rev 547858)
+++ PKGBUILD2020-01-04 09:59:35 UTC (rev 547859)
@@ -5,8 +5,8 @@
 
 pkgbase=eric
 pkgname=('eric-common' 'eric')
-pkgver=19.11
-_pkgver=19.11
+pkgver=20.01
+_pkgver=20.1
 pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -14,7 +14,7 @@
 license=('GPL3')
 depends=('python-qscintilla-qt5' 'python-pyqtwebengine' 'python-pyqtchart' 
'qt5-svg')
 source=("https://downloads.sourceforge.net/eric-ide/eric6-${_pkgver}.tar.gz;)
-sha512sums=('a8305c5185687d62231926bd4c484f3786ac1c20d125a1f8fb1b6bc0d42c57ba92bf00aaffd8699f8d7594c6432896bef8db13da85513ba4f217a60223f2f533')
+sha512sums=('1c59c62b7b3c40ee012f33f9647f62d4581a85fd105cd08da81b70378ddcab01d4871376c9cd71e408a045db788687e2eca7d7b86963e627bf85b04a8319ef17')
 changelog=ChangeLog
 
 package_eric-common() {


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

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 12:28:06
  Author: arojas
Revision: 524818

python 3.8 rebuild

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 12:28:06 UTC (rev 524817)
+++ PKGBUILD2019-11-09 12:28:06 UTC (rev 524818)
@@ -7,7 +7,7 @@
 pkgname=('eric-common' 'eric')
 pkgver=19.11
 _pkgver=19.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="https://eric-ide.python-projects.org/;


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

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 12:24:23
  Author: arojas
Revision: 524815

Fix dependencies

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 12:16:44 UTC (rev 524814)
+++ PKGBUILD2019-11-09 12:24:23 UTC (rev 524815)
@@ -54,9 +54,7 @@
 }
 
 package_eric() {
-  depends=('eric-common' 'python-qscintilla-qt5'  'python-pyqtwebengine' 
'qt5-svg' 'qt5-webkit')
-  optdepends=('qt5-webengine: alternative browser backend')
-
+  depends+=(eric-common)
   cd "${srcdir}/eric6-${_pkgver}"
   python install.py -c -b "/usr/bin" -i "${pkgdir}" --no-apis
 


[arch-commits] Commit in eric/trunk (PKGBUILD fix-install-dir.patch)

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 12:16:19
  Author: arojas
Revision: 524813

Update to 19.11, drop python2

Modified:
  eric/trunk/PKGBUILD
Deleted:
  eric/trunk/fix-install-dir.patch

---+
 PKGBUILD  |   40 +++-
 fix-install-dir.patch |   13 -
 2 files changed, 7 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 11:27:50 UTC (rev 524812)
+++ PKGBUILD2019-11-09 12:16:19 UTC (rev 524813)
@@ -4,34 +4,19 @@
 # See .contrib for older/other contributors
 
 pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric')
-pkgver=19.06
-_pkgver=19.6
-pkgrel=2
+pkgname=('eric-common' 'eric')
+pkgver=19.11
+_pkgver=19.11
+pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="https://eric-ide.python-projects.org/;
 license=('GPL3')
-depends=('python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'python-pyqtwebengine' 'python2-pyqtwebengine'
- 'qt5-svg' 'qt5-webengine')
-source=("https://downloads.sourceforge.net/eric-ide/eric6-${_pkgver}.tar.gz;
-"fix-install-dir.patch")
-sha512sums=('91401f73c3f009265b240a4654cdc1ca6af636f6f12afa40ca59bebdf4955854212400d18e5eb5d926de6afdd904a27f68523bb52dff68b256b67b00142f3ac8'
-
'027c79e7ec4d017e1da10f9d0256fcef28033780f3bddf29b52538b6c0128ce952adf6212607379db83bd143a8851df68c592d2c142ad02d742c9b423908fc50')
+depends=('python-qscintilla-qt5' 'python-pyqtwebengine' 'python-pyqtchart' 
'qt5-svg')
+source=("https://downloads.sourceforge.net/eric-ide/eric6-${_pkgver}.tar.gz;)
+sha512sums=('a8305c5185687d62231926bd4c484f3786ac1c20d125a1f8fb1b6bc0d42c57ba92bf00aaffd8699f8d7594c6432896bef8db13da85513ba4f217a60223f2f533')
 changelog=ChangeLog
 
-prepare() {
-  # fix no-apis option
-  cd "${srcdir}/eric6-${_pkgver}"
-  patch -p1 -i "${srcdir}/fix-install-dir.patch"
-  cp -r "${srcdir}/eric6-${_pkgver}"{,_py2}
-
-  cd "${srcdir}/eric6-${_pkgver}_py2/eric"
-  find . -name '*.py' -exec \
-sed -i -r "s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2:" {} \;
-}
-
 package_eric-common() {
   depends=()
 
@@ -79,15 +64,4 @@
   find "${pkgdir}" -name '*.desktop' -exec sed -i "s|${pkgdir}||g" {} \;
 }
 
-package_python2-eric() {
-  depends=('eric-common' 'python2-qscintilla-qt5' 'python2-pyqtwebengine' 
'qt5-svg' 'qt5-webkit')
-  optdepends=('qt5-webengine: alternative browser backend')
-
-  cd "${srcdir}/eric6-${_pkgver}_py2"
-  python2 install.py -c -b "/usr/bin" -i "${pkgdir}" --no-apis
-
-  # fix paths in desktop files
-  find "${pkgdir}" -name '*.desktop' -exec sed -i "s|${pkgdir}||g" {} \;
-}
-
 # vim:set ts=2 sw=2 et:

Deleted: fix-install-dir.patch
===
--- fix-install-dir.patch   2019-11-09 11:27:50 UTC (rev 524812)
+++ fix-install-dir.patch   2019-11-09 12:16:19 UTC (rev 524813)
@@ -1,13 +0,0 @@
-diff -ruN eric6-19.6-orig/install.py eric6-19.6/install.py
 eric6-19.6-orig/install.py 2019-06-13 19:56:12.530281194 +0300
-+++ eric6-19.6/install.py  2019-06-13 19:56:58.593612194 +0300
-@@ -828,7 +828,8 @@
- # set install prefix, if not None
- if distDir:
- for key in list(cfg.keys()):
--cfg[key] = os.path.normpath(os.path.join(distDir, cfg[key]))
-+relpath = os.path.relpath(cfg[key], start="/") if cfg[key] else ""
-+cfg[key] = os.path.normpath(os.path.join(distDir, relpath))
- 
- try:
- # Install the files


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:57:15
  Author: felixonmars
Revision: 523600

Python 3.8 rebuild

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:55:14 UTC (rev 523599)
+++ PKGBUILD2019-11-04 07:57:15 UTC (rev 523600)
@@ -7,7 +7,7 @@
 pkgname=('eric-common' 'eric' 'python2-eric')
 pkgver=19.06
 _pkgver=19.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="https://eric-ide.python-projects.org/;


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 16:01:53
  Author: foutrelis
Revision: 363093

Python 3.7 rebuild

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 16:00:29 UTC (rev 363092)
+++ PKGBUILD2018-07-23 16:01:53 UTC (rev 363093)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric')
 pkgver=18.06
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="http://eric-ide.python-projects.org/;


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

2018-01-25 Thread Balló György via arch-commits
Date: Thursday, January 25, 2018 @ 12:39:41
  Author: bgyorgy
Revision: 286804

eric: Fix optdepends

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-25 12:33:51 UTC (rev 286803)
+++ PKGBUILD2018-01-25 12:39:41 UTC (rev 286804)
@@ -15,7 +15,6 @@
 depends=('python-qscintilla' 'python2-qscintilla'
  'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'qt5-svg' 'qt5-webkit')
-optdepends=('qt5-webengine: alternative browser backend')
 source=("https://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
 
sha512sums=('54e11c30e16352df72cf923a63bf4cdde1f11d6b97db203819db695d57595f6e29d1018c24c17078aae2dd84426ac33d782d1190e1657adc5cd90a6a88b2ec1c')
 changelog=ChangeLog
@@ -66,6 +65,7 @@
 
 package_eric() {
   depends=('eric-common' 'python-qscintilla-qt5' 'qt5-svg' 'qt5-webkit')
+  optdepends=('qt5-webengine: alternative browser backend')
   conflicts=('eric-qt4')
 
   cd "${srcdir}/eric6-${pkgver}"
@@ -74,6 +74,7 @@
 
 package_python2-eric() {
   depends=('eric-common' 'python2-qscintilla-qt5' 'qt5-svg' 'qt5-webkit')
+  optdepends=('qt5-webengine: alternative browser backend')
   conflicts=('python2-eric-qt4')
 
   cd "${srcdir}/eric6-${pkgver}_py2"


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

2018-01-23 Thread Balló György via arch-commits
Date: Wednesday, January 24, 2018 @ 01:46:28
  Author: bgyorgy
Revision: 286139

eric: Add qt5-webengine to optdepends (needed for eric6_browser)

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-24 00:44:52 UTC (rev 286138)
+++ PKGBUILD2018-01-24 01:46:28 UTC (rev 286139)
@@ -15,6 +15,7 @@
 depends=('python-qscintilla' 'python2-qscintilla'
  'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'qt5-svg' 'qt5-webkit')
+optdepends=('qt5-webengine: alternative browser backend')
 source=("https://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
 
sha512sums=('7144c1fad76eb0f3ccdd2a29fb3fc369ad35d28dfbae1e6b75855b85218df34afa715f3a2df37bd6163e2f3a23a2a9a7f528cfe54f1bc21486ab81da6a69a697')
 changelog=ChangeLog


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

2016-12-27 Thread Evangelos Foutras
Date: Tuesday, December 27, 2016 @ 08:01:08
  Author: foutrelis
Revision: 203011

Python 3.6 rebuild

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 08:01:05 UTC (rev 203010)
+++ PKGBUILD2016-12-27 08:01:08 UTC (rev 203011)
@@ -8,7 +8,7 @@
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
 pkgver=16.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="http://eric-ide.python-projects.org/;


[arch-commits] Commit in eric/trunk (PKGBUILD install_py2.patch)

2014-11-30 Thread Evgeniy Alekseev
Date: Monday, December 1, 2014 @ 08:07:57
  Author: arcanis
Revision: 123312

remove patch since eric has been rereleased after contacting with devs
update hash sums

Modified:
  eric/trunk/PKGBUILD
Deleted:
  eric/trunk/install_py2.patch

---+
 PKGBUILD  |7 ++-
 install_py2.patch |   12 
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 06:09:58 UTC (rev 123311)
+++ PKGBUILD2014-12-01 07:07:57 UTC (rev 123312)
@@ -14,15 +14,12 @@
 license=('GPL3')
 depends=('python-qscintilla' 'python2-qscintilla')
 install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;
-install_py2.patch)
-md5sums=('1ffb05964068c41702f445c113565805'
- '6c870e9ec58b7d9a4cf0a5ed97415b81')
+source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;)
+md5sums=('beda6fde03304e458f2619dc4a8f975d')
 changelog=ChangeLog
 
 prepare() {
   cp -r ${srcdir}/eric5-${pkgver}{,_py2}
-  patch -p0 -i install_py2.patch
 
   cd ${srcdir}/eric5-${pkgver}_py2/eric
   find . -name '*.py' -exec \

Deleted: install_py2.patch
===
--- install_py2.patch   2014-12-01 06:09:58 UTC (rev 123311)
+++ install_py2.patch   2014-12-01 07:07:57 UTC (rev 123312)
@@ -1,12 +0,0 @@
-diff -ruN eric5-5.5.1_py2.orig/install.py eric5-5.5.1_py2/install.py
 eric5-5.5.1_py2.orig/install.py2014-12-01 03:56:19.0 +0300
-+++ eric5-5.5.1_py2/install.py 2014-12-01 03:56:46.332570642 +0300
-@@ -237,7 +237,7 @@
- text = text.replace(@MARKER@, marker)
- 
- if sys.version_info[0] == 2:
--f = codecs.open(src, w, utf-8)
-+f = codecs.open(dst, w, utf-8)
- else:
- f = open(dst, w)
- f.write(text)


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

2014-10-05 Thread Evgeniy Alekseev
Date: Sunday, October 5, 2014 @ 22:07:17
  Author: arcanis
Revision: 120182

upgpkg: eric 5.4.7-1
add eric-common package

Modified:
  eric/trunk/PKGBUILD
  eric/trunk/eric.install

--+
 PKGBUILD |   78 +++--
 eric.install |5 +--
 2 files changed, 51 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 19:43:55 UTC (rev 120181)
+++ PKGBUILD2014-10-05 20:07:17 UTC (rev 120182)
@@ -1,60 +1,80 @@
 # $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Ray Rashif schiv at archlinux dot org
+# Contributor: Brad Fanella bradfanellaat archlinux dot us
 # See .contrib for older/other contributors
 
-pkgname=eric
-pkgver=5.4.6
+pkgbase=eric
+pkgname=('eric-common' 'eric')
+pkgver=5.4.7
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;
 license=('GPL3')
-depends=('python-qscintilla' 'python=3.4')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('c998301f6ca99971a8f51f9d9b83d545'
+depends=('python-qscintilla')
+install=${pkgbase}.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;
+${pkgbase}.desktop)
+md5sums=('774d2bd1eadd694feceb129d4556c644'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {
-  cd $srcdir/eric5-$pkgver
+  cd ${srcdir}/eric5-${pkgver}
 
   # some freedesktop.org compatibility adjustments (referenced at runtime)
   # TODO: check if this is still needed, else move to package()
   for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
+sed -i s/eric5.desktop/eric.desktop/ ${i}
   done
 
   # desktop file later needed during build
   rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
+  install -Dm644 ${srcdir}/${pkgbase}.desktop eric/${pkgbase}.desktop
 }
 
-package() {
-  cd $srcdir/eric5-$pkgver
+package_eric-common() {
+  depends=()
 
-  python install.py -c -b /usr/bin -i $pkgdir
+  cd ${srcdir}/eric5-${pkgver}
+  # pyqt APIs
+  install -Dm644 eric/APIs/Python3/PyQt4.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
+  # qscintilla APIs
+  install -Dm644 eric/APIs/Python3/QScintilla2.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas
+  # zope APIs
+  install -Dm644 eric/APIs/Python/zope-2.10.7.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api
+  install -Dm644 eric/APIs/Python/zope-2.11.2.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api
+  install -Dm644 eric/APIs/Python/zope-3.3.1.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-3.3.1.api
+  # ruby APIs
+  install -Dm644 eric/APIs/Ruby/Ruby-1.8.7.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
+  install -Dm644 eric/APIs/Ruby/Ruby-1.8.7.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.bas
+  install -Dm644 eric/APIs/Ruby/Ruby-1.9.1.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.api
+  install -Dm644 eric/APIs/Ruby/Ruby-1.9.1.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.bas
+}
 
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
+package_eric() {
+  depends+=('eric-common')
 
+  cd ${srcdir}/eric5-${pkgver}
+  python install.py -c -b /usr/bin -i ${pkgdir}
+  # remove common components
+  find ${pkgdir}/usr/share/qt4/qsci/api/ -type f -not -name 'eric*' -exec rm 
{} \;
+
   # some canonical symlinks
   # TODO: might we want to just package this as eric5?
   #   upstream references them as two distinct versions...
-  cd $pkgdir/usr/bin
+  cd ${pkgdir}/usr/bin
   for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
+ln -s /usr/bin/${i} ${i/eric5/eric}
   done
 }
 

Modified: eric.install
===
--- eric.install2014-10-05 19:43:55 UTC (rev 120181)
+++ eric.install2014-10-05 20:07:17 UTC (rev 120182)
@@ -1,10 +1,9 @@
 post_install() {
-   echoUpdating desktop mime database...
-   update-desktop-database -q
+update-desktop-database -q
 }
 
 post_upgrade() {
-   

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

2014-08-24 Thread Ray Rashif
Date: Sunday, August 24, 2014 @ 16:32:17
  Author: schiv
Revision: 220621

upgpkg: eric 5.4.6-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-24 12:30:14 UTC (rev 220620)
+++ PKGBUILD2014-08-24 14:32:17 UTC (rev 220621)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.4.3
+pkgver=5.4.6
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('86b9e8010962c5e9d16c1f9097844168'
+md5sums=('c998301f6ca99971a8f51f9d9b83d545'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2014-04-09 Thread Felix Yan
Date: Thursday, April 10, 2014 @ 05:10:57
  Author: fyan
Revision: 210115

upgpkg: eric 5.4.3-1

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-10 03:10:07 UTC (rev 210114)
+++ PKGBUILD2014-04-10 03:10:57 UTC (rev 210115)
@@ -4,8 +4,8 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.4.2
-pkgrel=2
+pkgver=5.4.3
+pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('ceeaa688393d6955b95a543df0cddcb3'
+md5sums=('86b9e8010962c5e9d16c1f9097844168'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2014-03-18 Thread Ray Rashif
Date: Tuesday, March 18, 2014 @ 17:08:23
  Author: schiv
Revision: 208188

upgpkg: eric 5.4.2-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 15:57:06 UTC (rev 208187)
+++ PKGBUILD2014-03-18 16:08:23 UTC (rev 208188)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.4.0
+pkgver=5.4.2
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('75ce7b075272938bdd4c89ccb92c56bf'
+md5sums=('ceeaa688393d6955b95a543df0cddcb3'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2014-03-18 Thread Ray Rashif
Date: Tuesday, March 18, 2014 @ 17:35:08
  Author: schiv
Revision: 208197

upgpkg: eric 5.4.2-2

python 3.4 rebuild

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 16:34:57 UTC (rev 208196)
+++ PKGBUILD2014-03-18 16:35:08 UTC (rev 208197)
@@ -5,12 +5,12 @@
 
 pkgname=eric
 pkgver=5.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;
 license=('GPL3')
-depends=('python-qscintilla')
+depends=('python-qscintilla' 'python=3.4')
 conflicts=('eric5')
 provides=('eric5')
 replaces=('eric5')



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

2014-01-18 Thread Ray Rashif
Date: Saturday, January 18, 2014 @ 16:40:58
  Author: schiv
Revision: 204378

upgpkg: eric 5.4.0-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-18 15:40:08 UTC (rev 204377)
+++ PKGBUILD2014-01-18 15:40:58 UTC (rev 204378)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.9
+pkgver=5.4.0
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('7d7455652e2fb37d141cf42b9d8c8815'
+md5sums=('75ce7b075272938bdd4c89ccb92c56bf'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2014-01-04 Thread Ray Rashif
Date: Saturday, January 4, 2014 @ 15:38:27
  Author: schiv
Revision: 203162

upgpkg: eric 5.3.9-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 13:23:48 UTC (rev 203161)
+++ PKGBUILD2014-01-04 14:38:27 UTC (rev 203162)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.8
+pkgver=5.3.9
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('9f44ad5158d750244ee4a16af4f0c6cb'
+md5sums=('7d7455652e2fb37d141cf42b9d8c8815'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2013-12-07 Thread Ray Rashif
Date: Saturday, December 7, 2013 @ 20:33:04
  Author: schiv
Revision: 201280

upgpkg: eric 5.3.8-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-07 18:33:32 UTC (rev 201279)
+++ PKGBUILD2013-12-07 19:33:04 UTC (rev 201280)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.7
+pkgver=5.3.8
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('c465519ea4d7dffd517d2c5a72a858b5'
+md5sums=('9f44ad5158d750244ee4a16af4f0c6cb'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {
@@ -50,6 +50,8 @@
   rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
 
   # some canonical symlinks
+  # TODO: might we want to just package this as eric5?
+  #   upstream references them as two distinct versions...
   cd $pkgdir/usr/bin
   for i in *; do
 ln -s /usr/bin/$i ${i/eric5/eric}



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

2013-10-08 Thread Ray Rashif
Date: Tuesday, October 8, 2013 @ 22:28:10
  Author: schiv
Revision: 196221

upgpkg: eric 5.3.7-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 19:06:31 UTC (rev 196220)
+++ PKGBUILD2013-10-08 20:28:10 UTC (rev 196221)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.6
+pkgver=5.3.7
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('711605f5dbce63cc2065a5050e8d45a3'
+md5sums=('c465519ea4d7dffd517d2c5a72a858b5'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2013-08-21 Thread Ray Rashif
Date: Wednesday, August 21, 2013 @ 11:15:38
  Author: schiv
Revision: 193483

upgpkg: eric 5.3.6-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 09:15:35 UTC (rev 193482)
+++ PKGBUILD2013-08-21 09:15:38 UTC (rev 193483)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.5
+pkgver=5.3.6
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('5c92c1c5dcb0eb655790d50bf49b5a9d'
+md5sums=('711605f5dbce63cc2065a5050e8d45a3'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2013-07-07 Thread Ray Rashif
Date: Sunday, July 7, 2013 @ 18:55:17
  Author: schiv
Revision: 189760

upgpkg: eric 5.3.5-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-07 14:26:30 UTC (rev 189759)
+++ PKGBUILD2013-07-07 16:55:17 UTC (rev 189760)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.4
+pkgver=5.3.5
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('b57c16c0e70865166126bce6c54f9fda'
+md5sums=('5c92c1c5dcb0eb655790d50bf49b5a9d'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2013-06-09 Thread Ray Rashif
Date: Sunday, June 9, 2013 @ 23:04:15
  Author: schiv
Revision: 188106

upgpkg: eric 5.3.4-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-09 20:39:09 UTC (rev 188105)
+++ PKGBUILD2013-06-09 21:04:15 UTC (rev 188106)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.3
+pkgver=5.3.4
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('e324dcc478dd34ff7f765d7716fc0c8b'
+md5sums=('b57c16c0e70865166126bce6c54f9fda'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2013-05-06 Thread Ray Rashif
Date: Monday, May 6, 2013 @ 12:22:32
  Author: schiv
Revision: 184337

upgpkg: eric 5.3.3-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:04:21 UTC (rev 184336)
+++ PKGBUILD2013-05-06 10:22:32 UTC (rev 184337)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.2
+pkgver=5.3.3
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('a56a272b32f7f9eea46e8998f984aa72'
+md5sums=('e324dcc478dd34ff7f765d7716fc0c8b'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



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

2013-04-14 Thread Ray Rashif
Date: Sunday, April 14, 2013 @ 20:45:10
  Author: schiv
Revision: 182764

upgpkg: eric 5.3.2-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 18:36:26 UTC (rev 182763)
+++ PKGBUILD2013-04-14 18:45:10 UTC (rev 182764)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,19 +17,21 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('222ec8c1fe57956c74f9b2e365b64c8e'
+md5sums=('a56a272b32f7f9eea46e8998f984aa72'
  '8aa446c29e6de54e85410e040e754c6e')
 
-build() {
+prepare() {
   cd $srcdir/eric5-$pkgver
 
-  # some freedesktop.org compatibility adjustments
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
   for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
 sed -i s/eric5.desktop/eric.desktop/ $i
   done
 
+  # desktop file later needed during build
   rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
 }
 
 package() {



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

2013-03-05 Thread Ray Rashif
Date: Tuesday, March 5, 2013 @ 17:56:07
  Author: schiv
Revision: 179494

upgpkg: eric 5.3.1-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-05 16:48:53 UTC (rev 179493)
+++ PKGBUILD2013-03-05 16:56:07 UTC (rev 179494)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('fdcbdc17cdd124cf28f36adf9b92fe0a'
+md5sums=('222ec8c1fe57956c74f9b2e365b64c8e'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {
@@ -42,10 +42,10 @@
   # TODO: tell upstream to fix their stuff
   #   and allow installation of eric4 + eric5
   #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
+  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
+  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
+  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
+  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
 
   # some canonical symlinks
   cd $pkgdir/usr/bin



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

2013-02-10 Thread Ray Rashif
Date: Sunday, February 10, 2013 @ 17:33:29
  Author: schiv
Revision: 177902

upgpkg: eric 5.3.0-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-10 16:20:49 UTC (rev 177901)
+++ PKGBUILD2013-02-10 16:33:29 UTC (rev 177902)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.7
+pkgver=5.3.0
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('90720bd522963a8ab40a6304e5f3cf74'
+md5sums=('fdcbdc17cdd124cf28f36adf9b92fe0a'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2013-01-03 Thread Ray Rashif
Date: Thursday, January 3, 2013 @ 13:05:30
  Author: schiv
Revision: 174276

upgpkg: eric 5.2.7-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-03 18:00:22 UTC (rev 174275)
+++ PKGBUILD2013-01-03 18:05:30 UTC (rev 174276)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.6
+pkgver=5.2.7
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('6d3ac675eb65d077c24b17e6fbf90949'
+md5sums=('90720bd522963a8ab40a6304e5f3cf74'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2012-10-20 Thread Ray Rashif
Date: Saturday, October 20, 2012 @ 11:34:36
  Author: schiv
Revision: 169404

upgpkg: eric 5.2.6-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 11:36:54 UTC (rev 169403)
+++ PKGBUILD2012-10-20 15:34:36 UTC (rev 169404)
@@ -4,8 +4,8 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.5
-pkgrel=2
+pkgver=5.2.6
+pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('ec4f43f461ef752f863eadff0e01b7b1'
+md5sums=('6d3ac675eb65d077c24b17e6fbf90949'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2012-10-17 Thread Ray Rashif
Date: Wednesday, October 17, 2012 @ 13:19:37
  Author: schiv
Revision: 169065

upgpkg: eric 5.2.5-2

python 3.3 rebuild

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-17 16:15:25 UTC (rev 169064)
+++ PKGBUILD2012-10-17 17:19:37 UTC (rev 169065)
@@ -5,7 +5,7 @@
 
 pkgname=eric
 pkgver=5.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;



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

2012-09-12 Thread Ray Rashif
Date: Wednesday, September 12, 2012 @ 06:12:33
  Author: schiv
Revision: 166570

upgpkg: eric 5.2.5-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 06:53:18 UTC (rev 166569)
+++ PKGBUILD2012-09-12 10:12:33 UTC (rev 166570)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.4
+pkgver=5.2.5
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('727f092c60caf944ab3d64af7816d5a1'
+md5sums=('ec4f43f461ef752f863eadff0e01b7b1'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 03:44:29
  Author: schiv
Revision: 164722

upgpkg: eric 5.2.4-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 06:54:39 UTC (rev 164721)
+++ PKGBUILD2012-08-04 07:44:29 UTC (rev 164722)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.3
+pkgver=5.2.4
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('9ee14046ff8b5368e5424ca7b376dc9a'
+md5sums=('727f092c60caf944ab3d64af7816d5a1'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2012-07-06 Thread Ray Rashif
Date: Friday, July 6, 2012 @ 14:06:07
  Author: schiv
Revision: 163085

upgpkg: eric 5.2.3-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-06 17:51:41 UTC (rev 163084)
+++ PKGBUILD2012-07-06 18:06:07 UTC (rev 163085)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.2
+pkgver=5.2.3
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('dcb861386d018a508456d7991e7e0d7d'
+md5sums=('9ee14046ff8b5368e5424ca7b376dc9a'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2012-05-18 Thread Ray Rashif
Date: Friday, May 18, 2012 @ 07:59:55
  Author: schiv
Revision: 159223

upgpkg: eric 5.2.2-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-18 11:58:32 UTC (rev 159222)
+++ PKGBUILD2012-05-18 11:59:55 UTC (rev 159223)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('1cb6e3586e4cf6fa5f5ab6419212ee50'
+md5sums=('dcb861386d018a508456d7991e7e0d7d'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2012-04-21 Thread Ray Rashif
Date: Saturday, April 21, 2012 @ 11:04:26
  Author: schiv
Revision: 156599

upgpkg: eric 5.2.1-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-21 13:33:33 UTC (rev 156598)
+++ PKGBUILD2012-04-21 15:04:26 UTC (rev 156599)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('3c57e761cf70a94b94ba98ccfc1c7701'
+md5sums=('1cb6e3586e4cf6fa5f5ab6419212ee50'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2012-03-10 Thread Ray Rashif
Date: Saturday, March 10, 2012 @ 11:18:21
  Author: schiv
Revision: 152898

upgpkg: eric 5.2.0-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-10 16:04:35 UTC (rev 152897)
+++ PKGBUILD2012-03-10 16:18:21 UTC (rev 152898)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.1.8
+pkgver=5.2.0
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('5f9bbb74ed694bff10ba31c3fa27b1c2'
+md5sums=('3c57e761cf70a94b94ba98ccfc1c7701'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



[arch-commits] Commit in eric/trunk (PKGBUILD desktop.patch eric.desktop)

2012-02-05 Thread Ray Rashif
Date: Sunday, February 5, 2012 @ 10:49:25
  Author: schiv
Revision: 149055

upgpkg: eric 5.1.8-1

upstream release

Added:
  eric/trunk/eric.desktop
Modified:
  eric/trunk/PKGBUILD
Deleted:
  eric/trunk/desktop.patch

---+
 PKGBUILD  |   23 +-
 desktop.patch |   58 
 eric.desktop  |   10 +
 3 files changed, 24 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:38:18 UTC (rev 149054)
+++ PKGBUILD2012-02-05 15:49:25 UTC (rev 149055)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.1.7
+pkgver=5.1.8
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -15,20 +15,25 @@
 provides=('eric5')
 replaces=('eric5')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;
-'desktop.patch')
-md5sums=('a6bdcfba1ebc2cd9a9ade36a3af032a5'
- '6400f0f83634bfe7c332ee84ff6786c7')
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('5f9bbb74ed694bff10ba31c3fa27b1c2'
+ '8aa446c29e6de54e85410e040e754c6e')
 
 build() {
-  cd $srcdir/${pkgname}5-$pkgver
+  cd $srcdir/eric5-$pkgver
 
-  # freedesktop.org compatibility
-  patch -Np1 -i $srcdir/desktop.patch
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
 }
 
 package() {
-  cd $srcdir/${pkgname}5-$pkgver
+  cd $srcdir/eric5-$pkgver
 
   python install.py -c -b /usr/bin -i $pkgdir
 

Deleted: desktop.patch
===
--- desktop.patch   2012-02-05 15:38:18 UTC (rev 149054)
+++ desktop.patch   2012-02-05 15:49:25 UTC (rev 149055)
@@ -1,58 +0,0 @@
-diff -Nbaur eric5-5.1.7.orig/eric/eric5.desktop eric5-5.1.7/eric/eric5.desktop
 eric5-5.1.7.orig/eric/eric5.desktop2011-12-06 06:42:40.196800129 
+
-+++ eric5-5.1.7/eric/eric5.desktop 1970-01-01 00:00:00.0 +
-@@ -1,14 +0,0 @@
--[Desktop Entry]
--Type=Application
--Exec=eric5
--MimeType=application/x-eric5;
--Icon=eric
--Terminal=false
--Name=eric5
--Name[de]=eric5
--Comment=Integrated Development Environment for Python
--Comment[de]=Integrierte Entwicklungsumgebung für Python
--GenericName=Integrated Development Environment for Python
--GenericName[de]=Integrierte Entwicklungsumgebung für Python
--Categories=Qt;Python;Development;IDE;
--StartupNotify=true
-diff -Nbaur eric5-5.1.7.orig/eric/eric.desktop eric5-5.1.7/eric/eric.desktop
 eric5-5.1.7.orig/eric/eric.desktop 1970-01-01 00:00:00.0 +
-+++ eric5-5.1.7/eric/eric.desktop  2011-12-06 06:53:24.102176503 +
-@@ -0,0 +1,10 @@
-+[Desktop Entry]
-+Type=Application
-+Exec=eric5
-+MimeType=application/x-eric5;
-+Icon=eric
-+Terminal=false
-+Name=Eric
-+Comment=Python 3.x  Ruby IDE
-+Categories=Qt;Python;Development;IDE;
-+StartupNotify=true
-diff -Nbaur eric5-5.1.7.orig/install.py eric5-5.1.7/install.py
 eric5-5.1.7.orig/install.py2011-12-06 06:42:40.253467010 +
-+++ eric5-5.1.7/install.py 2011-12-06 06:58:31.401420942 +
-@@ -276,7 +276,7 @@
- # Remove the menu entry for Linux systems
- if sys.platform.startswith(linux):
- for name in [/usr/share/pixmaps/eric.png, 
-- /usr/share/applications/eric5.desktop]:
-+ /usr/share/applications/eric.desktop]:
- if os.path.exists(name):
- os.remove(name)
- 
-@@ -519,11 +519,11 @@
- dst = os.path.normpath(os.path.join(distDir, 
usr/share/applications))
- if not os.path.exists(dst):
- os.makedirs(dst)
--shutil.copy(os.path.join(sourceDir, eric5.desktop), dst)
-+shutil.copy(os.path.join(sourceDir, eric.desktop), dst)
- else:
- shutil.copy(os.path.join(sourceDir, icons, default, 
eric.png), 
- /usr/share/pixmaps)
--shutil.copy(os.path.join(sourceDir, eric5.desktop), 
-+shutil.copy(os.path.join(sourceDir, eric.desktop),
- /usr/share/applications)
- 
- # Create a Mac application bundle

Added: eric.desktop
===
--- eric.desktop(rev 0)
+++ eric.desktop2012-02-05 15:49:25 UTC (rev 149055)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric5
+MimeType=application/x-eric5;
+Icon=eric
+Terminal=false
+Name=Eric 5
+Comment=Python 3.x  Ruby IDE
+Categories=Qt;Python;Development;IDE;
+StartupNotify=true



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

2011-10-02 Thread Ray Rashif
Date: Sunday, October 2, 2011 @ 14:42:36
  Author: schiv
Revision: 139510

upgpkg: eric 5.1.6-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 17:00:45 UTC (rev 139509)
+++ PKGBUILD2011-10-02 18:42:36 UTC (rev 139510)
@@ -7,7 +7,7 @@
 # Contributor: Felix Rohrbach f...@gmx.de
 
 pkgname=eric
-pkgver=5.1.5
+pkgver=5.1.6
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('eric5')
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('483f3795b4365d68999f5c0aa4285a8b'
+md5sums=('aae03cadf252c2556429c0c4cc17acd8'
  'eb0ee7ce0b5c3ff815a9c0145f7ae536')
 
 package() {



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

2011-09-05 Thread Ray Rashif
Date: Monday, September 5, 2011 @ 13:31:53
  Author: schiv
Revision: 137034

upgpkg: eric 5.1.5-1

upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-05 17:19:25 UTC (rev 137033)
+++ PKGBUILD2011-09-05 17:31:53 UTC (rev 137034)
@@ -7,7 +7,7 @@
 # Contributor: Felix Rohrbach f...@gmx.de
 
 pkgname=eric
-pkgver=5.1.4
+pkgver=5.1.5
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('eric5')
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('17e72241d81c96ed5e25d19ee0321a75'
+md5sums=('483f3795b4365d68999f5c0aa4285a8b'
  'eb0ee7ce0b5c3ff815a9c0145f7ae536')
 
 package() {



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

2011-07-11 Thread Ray Rashif
Date: Monday, July 11, 2011 @ 16:57:31
  Author: schiv
Revision: 131197

upgpkg: eric 5.1.4-1
upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-11 17:53:36 UTC (rev 131196)
+++ PKGBUILD2011-07-11 20:57:31 UTC (rev 131197)
@@ -7,7 +7,7 @@
 # Contributor: Felix Rohrbach f...@gmx.de
 
 pkgname=eric
-pkgver=5.1.3
+pkgver=5.1.4
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('eric5')
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('2b3f86411d24d1f20ffa6730b0737726'
+md5sums=('17e72241d81c96ed5e25d19ee0321a75'
  'eb0ee7ce0b5c3ff815a9c0145f7ae536')
 
 package() {



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

2011-06-02 Thread Ray Rashif
Date: Thursday, June 2, 2011 @ 12:14:24
  Author: schiv
Revision: 126211

upgpkg: eric 5.1.3-1
upstream release

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

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-02 14:52:41 UTC (rev 126210)
+++ PKGBUILD2011-06-02 16:14:24 UTC (rev 126211)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: Ray Rashif sc...@archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
+# Contributor: Brad Fanella bradfane...@archlinux.us
 # Contributor: Eric Belanger e...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 # Contributor: Felix Rohrbach f...@gmx.de
 
 pkgname=eric
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('eric5')
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('28364712217564c4b72e65d50085ed11'
+md5sums=('2b3f86411d24d1f20ffa6730b0737726'
  'eb0ee7ce0b5c3ff815a9c0145f7ae536')
 
 package() {


Property changes on: eric/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2011-05-12 Thread Ray Rashif
Date: Thursday, May 12, 2011 @ 10:55:20
  Author: schiv
Revision: 123694

upgpkg: eric 5.1.2-1
upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-12 14:30:55 UTC (rev 123693)
+++ PKGBUILD2011-05-12 14:55:20 UTC (rev 123694)
@@ -7,7 +7,7 @@
 # Contributor: Felix Rohrbach f...@gmx.de
 
 pkgname=eric
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('eric5')
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('583060a12742cb9b5292a79f648cc3e3'
+md5sums=('28364712217564c4b72e65d50085ed11'
  'eb0ee7ce0b5c3ff815a9c0145f7ae536')
 
 package() {



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

2011-04-04 Thread Ray Rashif
Date: Monday, April 4, 2011 @ 18:44:47
  Author: schiv
Revision: 117947

upgpkg: eric 5.1.1-1
eric transition; see FS#22543

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 22:20:53 UTC (rev 117946)
+++ PKGBUILD2011-04-04 22:44:47 UTC (rev 117947)
@@ -14,6 +14,7 @@
 url=http://eric-ide.python-projects.org/;
 license=('GPL3')
 depends=('python-qt' 'python-qscintilla')
+conflicts=('eric5')
 provides=('eric5')
 replaces=('eric5')
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;



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

2011-02-09 Thread Eric Bélanger
Date: Wednesday, February 9, 2011 @ 12:09:31
  Author: eric
Revision: 109432

upgpkg: eric 4.4.12-2
Fixed eric4.pth (close FS#22823)

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-09 16:11:14 UTC (rev 109431)
+++ PKGBUILD2011-02-09 17:09:31 UTC (rev 109432)
@@ -4,7 +4,7 @@
 
 pkgname=eric
 pkgver=4.4.12
-pkgrel=1
+pkgrel=2
 pkgdesc=A full-featured Python and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/index.html;
@@ -29,6 +29,8 @@
 
python2 install.py -c -b /usr/bin -i ${pkgdir}
 
+   sed -i 's/; /\n/' ${pkgdir}/usr/lib/python2.7/site-packages/eric4.pth
+
install -D -m644 ${srcdir}/eric.desktop \
${pkgdir}/usr/share/applications/eric.desktop
install -D -m644 eric/icons/default/eric.png \



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

2011-02-08 Thread Eric Bélanger
Date: Tuesday, February 8, 2011 @ 15:18:09
  Author: eric
Revision: 109360

upgpkg: eric 4.4.12-1
Upstream update

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |   54 ++
 1 file changed, 26 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-08 20:17:16 UTC (rev 109359)
+++ PKGBUILD2011-02-08 20:18:09 UTC (rev 109360)
@@ -1,10 +1,10 @@
+# $Id$
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Eric Belanger e...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=eric
-pkgver=4.4.9
-pkgrel=2
+pkgver=4.4.12
+pkgrel=1
 pkgdesc=A full-featured Python and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/index.html;
@@ -17,49 +17,47 @@
 changelog=eric.changelog
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
 'eric.desktop')
-md5sums=('e8c9451850c70f4009785cc0d83adc25'
- '77c494bb839c5744869d34355ea69095')
+md5sums=('c2a689c57e80e794db9795e209dc3471' '77c494bb839c5744869d34355ea69095')
+sha1sums=('94fd470a3dd61859ade7f73c52c5cd03e3083e56' 
'7529658c06e6c5c9ab587f0d18a2eafd42b87fee')
 
 package() {
-   cd ${srcdir}/${pkgname}4-${pkgver}
+   cd ${srcdir}/${pkgname}4-${pkgver}
 
# our pyxml is patched
# not version-depending because not critical
sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
 
-   python2 install.py -c -b /usr/bin -i ${pkgdir}
+   python2 install.py -c -b /usr/bin -i ${pkgdir}
 
-   install -D -m644 ${srcdir}/eric.desktop \
-   ${pkgdir}/usr/share/applications/eric.desktop
+   install -D -m644 ${srcdir}/eric.desktop \
+   ${pkgdir}/usr/share/applications/eric.desktop
install -D -m644 eric/icons/default/eric.png \
-   ${pkgdir}/usr/share/pixmaps/eric.png
+   ${pkgdir}/usr/share/pixmaps/eric.png
 
# Creating version independant symlinks
-   ln -s /usr/bin/eric4 ${pkgdir}/usr/bin/eric
-   ln -s /usr/bin/eric4-api ${pkgdir}/usr/bin/eric-api
-   ln -s /usr/bin/eric4-compare ${pkgdir}/usr/bin/eric-compare
+   ln -s /usr/bin/eric4 ${pkgdir}/usr/bin/eric
+   ln -s /usr/bin/eric4-api ${pkgdir}/usr/bin/eric-api
+   ln -s /usr/bin/eric4-compare ${pkgdir}/usr/bin/eric-compare
ln -s /usr/bin/eric4-configure \
-   ${pkgdir}/usr/bin/eric-configure
-   ln -s /usr/bin/eric4-diff ${pkgdir}/usr/bin/eric-diff
-   ln -s /usr/bin/eric4-doc ${pkgdir}/usr/bin/eric-doc
-   ln -s /usr/bin/eric4-editor ${pkgdir}/usr/bin/eric-editor
-   ln -s /usr/bin/eric4-helpviewer \
-   ${pkgdir}/usr/bin/eric-helpviewer
+   ${pkgdir}/usr/bin/eric-configure
+   ln -s /usr/bin/eric4-diff ${pkgdir}/usr/bin/eric-diff
+   ln -s /usr/bin/eric4-doc ${pkgdir}/usr/bin/eric-doc
+   ln -s /usr/bin/eric4-editor ${pkgdir}/usr/bin/eric-editor
ln -s /usr/bin/eric4-plugininstall \
-   ${pkgdir}/usr/bin/eric-plugininstall
+   ${pkgdir}/usr/bin/eric-plugininstall
ln -s /usr/bin/eric4-pluginrepository \
-   ${pkgdir}/usr/bin/eric-pluginrepository
+   ${pkgdir}/usr/bin/eric-pluginrepository
ln -s /usr/bin/eric4-pluginuninstall \
-   ${pkgdir}/usr/bin/eric-pluginuninstall
-   ln -s /usr/bin/eric4-qregexp ${pkgdir}/usr/bin/eric-qregexp
-   ln -s /usr/bin/eric4-re ${pkgdir}/usr/bin/eric-re
-   ln -s /usr/bin/eric4-tray ${pkgdir}/usr/bin/eric-tray
+   ${pkgdir}/usr/bin/eric-pluginuninstall
+   ln -s /usr/bin/eric4-qregexp ${pkgdir}/usr/bin/eric-qregexp
+   ln -s /usr/bin/eric4-re ${pkgdir}/usr/bin/eric-re
+   ln -s /usr/bin/eric4-tray ${pkgdir}/usr/bin/eric-tray
ln -s /usr/bin/eric4-trpreviewer \
-   ${pkgdir}/usr/bin/eric-trpreviewer
+   ${pkgdir}/usr/bin/eric-trpreviewer
ln -s /usr/bin/eric4-uipreviewer \
-   ${pkgdir}/usr/bin/eric-uipreviewer
+   ${pkgdir}/usr/bin/eric-uipreviewer
ln -s /usr/bin/eric4-unittest \
-   ${pkgdir}/usr/bin/eric-unittest
+   ${pkgdir}/usr/bin/eric-unittest
 }
 
 # vim:set ts=2 sw=2 et:



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

2011-01-20 Thread Ray Rashif
Date: Thursday, January 20, 2011 @ 04:49:18
  Author: schiv
Revision: 106982

upgpkg: eric 4.4.9-2
python-qscintilla - python2-qscintilla

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-20 07:06:34 UTC (rev 106981)
+++ PKGBUILD2011-01-20 09:49:18 UTC (rev 106982)
@@ -4,7 +4,7 @@
 
 pkgname=eric
 pkgver=4.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A full-featured Python and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/index.html;



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

2011-01-20 Thread Ray Rashif
Date: Thursday, January 20, 2011 @ 04:59:08
  Author: schiv
Revision: 106983

upgpkg: eric 4.4.9-2
python-qscintilla - python2-qscintilla (add python2-qt dep)

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-20 09:49:18 UTC (rev 106982)
+++ PKGBUILD2011-01-20 09:59:08 UTC (rev 106983)
@@ -9,7 +9,7 @@
 arch=('any')
 url=http://eric-ide.python-projects.org/index.html;
 license=('GPL3')
-depends=('python2-qscintilla')
+depends=('python2-qt' 'python2-qscintilla')
 conflicts=('eric4')
 replaces=('eric4')
 provides=('eric4')



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

2011-01-11 Thread Andrea Scarpino
Date: Tuesday, January 11, 2011 @ 16:14:12
  Author: andrea
Revision: 105807

python-qscintilla has been renamed to python2-qscintilla

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-11 21:07:39 UTC (rev 105806)
+++ PKGBUILD2011-01-11 21:14:12 UTC (rev 105807)
@@ -9,7 +9,7 @@
 arch=('any')
 url=http://eric-ide.python-projects.org/index.html;
 license=('GPL3')
-depends=('python-qscintilla')
+depends=('python2-qscintilla')
 conflicts=('eric4')
 replaces=('eric4')
 provides=('eric4')



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

2010-09-04 Thread Rémy Oudompheng
Date: Saturday, September 4, 2010 @ 02:08:47
  Author: remy
Revision: 89804

upgpkg: eric 4.4.5-2
Rebuild for python2.

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-04 06:05:22 UTC (rev 89803)
+++ PKGBUILD2010-09-04 06:08:47 UTC (rev 89804)
@@ -4,7 +4,7 @@
 
 pkgname=eric
 pkgver=4.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
 url=http://eric-ide.python-projects.org/index.html;
@@ -26,7 +26,7 @@
 package() {
cd ${srcdir}/${pkgname}4-${pkgver}
 
-   python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir} || return 1
+   python2 install.py -c -b /usr/bin -i ${pkgdir} || return 1
 
install -D -m644 ${srcdir}/eric.desktop \
${pkgdir}/usr/share/applications/eric.desktop || return 1



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

2010-06-30 Thread Daniel Griffiths
Date: Wednesday, June 30, 2010 @ 18:53:28
  Author: dgriffiths
Revision: 84556

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-30 21:55:45 UTC (rev 84555)
+++ PKGBUILD2010-06-30 22:53:28 UTC (rev 84556)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=eric
-pkgver=4.4.4a
-pkgrel=2
+pkgver=4.4.5
+pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
 url=http://eric-ide.python-projects.org/index.html;
@@ -16,7 +16,7 @@
 install=eric.install
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
'eric.desktop')
-md5sums=('4160450ec49086e1d2c8c7a12b86a6df'
+md5sums=('4d03bf835a7c65e7b626446615fc926e'
 '77c494bb839c5744869d34355ea69095')
 
 build() {



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

2010-05-20 Thread Daniel Griffiths
Date: Thursday, May 20, 2010 @ 20:34:30
  Author: dgriffiths
Revision: 80748

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-20 23:26:44 UTC (rev 80747)
+++ PKGBUILD2010-05-21 00:34:30 UTC (rev 80748)
@@ -4,7 +4,7 @@
 
 pkgname=eric
 pkgver=4.4.4a
-pkgrel=1
+pkgrel=2
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
 url=http://eric-ide.python-projects.org/index.html;
@@ -12,6 +12,7 @@
 depends=('python-qscintilla')
 conflicts=('eric4')
 replaces=('eric4')
+options=(force)
 install=eric.install
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
'eric.desktop')



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

2010-05-19 Thread Daniel Griffiths
Date: Wednesday, May 19, 2010 @ 18:23:29
  Author: dgriffiths
Revision: 80588

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-19 21:41:46 UTC (rev 80587)
+++ PKGBUILD2010-05-19 22:23:29 UTC (rev 80588)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=eric
-pkgver=4.4.4
+pkgver=4.4.4a
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -15,7 +15,7 @@
 install=eric.install
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
'eric.desktop')
-md5sums=('38c84549ae04db63d567ca85d66ffc8e'
+md5sums=('4160450ec49086e1d2c8c7a12b86a6df'
 '77c494bb839c5744869d34355ea69095')
 
 build() {



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

2010-05-16 Thread Daniel Griffiths
Date: Sunday, May 16, 2010 @ 17:06:25
  Author: dgriffiths
Revision: 80376

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-16 20:23:56 UTC (rev 80375)
+++ PKGBUILD2010-05-16 21:06:25 UTC (rev 80376)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=eric
-pkgver=4.4.3
+pkgver=4.4.4
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -15,7 +15,7 @@
 install=eric.install
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
'eric.desktop')
-md5sums=('10b46b03e7bee8a6567252f052a37b57'
+md5sums=('38c84549ae04db63d567ca85d66ffc8e'
 '77c494bb839c5744869d34355ea69095')
 
 build() {



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

2010-04-15 Thread Daniel Griffiths
Date: Thursday, April 15, 2010 @ 19:35:24
  Author: dgriffiths
Revision: 77570

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-15 22:58:05 UTC (rev 77569)
+++ PKGBUILD2010-04-15 23:35:24 UTC (rev 77570)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=eric
-pkgver=4.4.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -15,7 +15,7 @@
 install=eric.install
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
'eric.desktop')
-md5sums=('818d982d43ae9273ede5b4ba326789c4'
+md5sums=('10b46b03e7bee8a6567252f052a37b57'
 '77c494bb839c5744869d34355ea69095')
 
 build() {



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

2010-03-18 Thread Daniel Griffiths
Date: Thursday, March 18, 2010 @ 14:39:13
  Author: dgriffiths
Revision: 72606

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-18 18:34:47 UTC (rev 72605)
+++ PKGBUILD2010-03-18 18:39:13 UTC (rev 72606)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=eric
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -15,7 +15,7 @@
 install=eric.install
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
'eric.desktop')
-md5sums=('b2195e6be161366fcc33db890fc38d91'
+md5sums=('818d982d43ae9273ede5b4ba326789c4'
 '77c494bb839c5744869d34355ea69095')
 
 build() {



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

2010-02-09 Thread Daniel Griffiths
Date: Tuesday, February 9, 2010 @ 15:27:37
  Author: dgriffiths
Revision: 67927

Move to splitpkg format

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |   63 -
 1 file changed, 38 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-09 19:58:32 UTC (rev 67926)
+++ PKGBUILD2010-02-09 20:27:37 UTC (rev 67927)
@@ -1,7 +1,6 @@
-# $Id$
-# Maintainer:
 # Contributor: Eric Belanger e...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=eric
 pkgver=4.4.1
@@ -17,32 +16,46 @@
 source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
'eric.desktop')
 md5sums=('b2195e6be161366fcc33db890fc38d91'
-   '77c494bb839c5744869d34355ea69095')
+'77c494bb839c5744869d34355ea69095')
 
 build() {
-  cd ${srcdir}/${pkgname}4-${pkgver}
+   /bin/true
+}
 
-  python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir} || return 1
+package() {
+   cd ${srcdir}/${pkgname}4-${pkgver}
 
-  install -D -m644 ${srcdir}/eric.desktop 
${pkgdir}/usr/share/applications/eric.desktop || return 1
-  install -D -m644 eric/icons/default/eric.png 
${pkgdir}/usr/share/pixmaps/eric.png || return 1
+   python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir} || return 1
 
-# Creating version independant symlinks
-  ln -s /usr/bin/eric4 ${pkgdir}/usr/bin/eric || return 1
-  ln -s /usr/bin/eric4-api ${pkgdir}/usr/bin/eric-api || return 1
-  ln -s /usr/bin/eric4-compare ${pkgdir}/usr/bin/eric-compare || return 1
-  ln -s /usr/bin/eric4-configure ${pkgdir}/usr/bin/eric-configure || return 1
-  ln -s /usr/bin/eric4-diff ${pkgdir}/usr/bin/eric-diff || return 1
-  ln -s /usr/bin/eric4-doc ${pkgdir}/usr/bin/eric-doc || return 1
-  ln -s /usr/bin/eric4-editor ${pkgdir}/usr/bin/eric-editor || return 1
-  ln -s /usr/bin/eric4-helpviewer ${pkgdir}/usr/bin/eric-helpviewer || 
return 1
-  ln -s /usr/bin/eric4-plugininstall ${pkgdir}/usr/bin/eric-plugininstall || 
return 1
-  ln -s /usr/bin/eric4-pluginrepository 
${pkgdir}/usr/bin/eric-pluginrepository || return 1
-  ln -s /usr/bin/eric4-pluginuninstall 
${pkgdir}/usr/bin/eric-pluginuninstall || return 1
-  ln -s /usr/bin/eric4-qregexp ${pkgdir}/usr/bin/eric-qregexp || return 1
-  ln -s /usr/bin/eric4-re ${pkgdir}/usr/bin/eric-re || return 1
-  ln -s /usr/bin/eric4-tray ${pkgdir}/usr/bin/eric-tray || return 1
-  ln -s /usr/bin/eric4-trpreviewer ${pkgdir}/usr/bin/eric-trpreviewer || 
return 1
-  ln -s /usr/bin/eric4-uipreviewer ${pkgdir}/usr/bin/eric-uipreviewer || 
return 1
-  ln -s /usr/bin/eric4-unittest ${pkgdir}/usr/bin/eric-unittest || return 1
+   install -D -m644 ${srcdir}/eric.desktop \
+   ${pkgdir}/usr/share/applications/eric.desktop || return 1
+   install -D -m644 eric/icons/default/eric.png \
+   ${pkgdir}/usr/share/pixmaps/eric.png || return 1
+
+   # Creating version independant symlinks
+   ln -s /usr/bin/eric4 ${pkgdir}/usr/bin/eric || return 1
+   ln -s /usr/bin/eric4-api ${pkgdir}/usr/bin/eric-api || return 1
+   ln -s /usr/bin/eric4-compare ${pkgdir}/usr/bin/eric-compare || return 1
+   ln -s /usr/bin/eric4-configure \
+   ${pkgdir}/usr/bin/eric-configure || return 1
+   ln -s /usr/bin/eric4-diff ${pkgdir}/usr/bin/eric-diff || return 1
+   ln -s /usr/bin/eric4-doc ${pkgdir}/usr/bin/eric-doc || return 1
+   ln -s /usr/bin/eric4-editor ${pkgdir}/usr/bin/eric-editor || return 1
+   ln -s /usr/bin/eric4-helpviewer \
+   ${pkgdir}/usr/bin/eric-helpviewer || return 1
+   ln -s /usr/bin/eric4-plugininstall \
+   ${pkgdir}/usr/bin/eric-plugininstall || return 1
+   ln -s /usr/bin/eric4-pluginrepository \
+   ${pkgdir}/usr/bin/eric-pluginrepository || return 1
+   ln -s /usr/bin/eric4-pluginuninstall \
+   ${pkgdir}/usr/bin/eric-pluginuninstall || return 1
+   ln -s /usr/bin/eric4-qregexp ${pkgdir}/usr/bin/eric-qregexp || return 1
+   ln -s /usr/bin/eric4-re ${pkgdir}/usr/bin/eric-re || return 1
+   ln -s /usr/bin/eric4-tray ${pkgdir}/usr/bin/eric-tray || return 1
+   ln -s /usr/bin/eric4-trpreviewer \
+   ${pkgdir}/usr/bin/eric-trpreviewer || return 1
+   ln -s /usr/bin/eric4-uipreviewer \
+   ${pkgdir}/usr/bin/eric-uipreviewer || return 1
+   ln -s /usr/bin/eric4-unittest \
+   ${pkgdir}/usr/bin/eric-unittest || return 1
 }



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

2010-02-06 Thread Andrea Scarpino
Date: Saturday, February 6, 2010 @ 10:33:17
  Author: andrea
Revision: 67388

upgpkg: eric 4.4.1-1
upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-06 15:27:38 UTC (rev 67387)
+++ PKGBUILD2010-02-06 15:33:17 UTC (rev 67388)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer:
 # Contributor: Eric Belanger e...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=eric
-pkgver=4.3.10
+pkgver=4.4.1
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -13,9 +14,9 @@
 conflicts=('eric4')
 replaces=('eric4')
 install=eric.install
-source=(http://downloads.sourceforge.net/eric-ide/eric4-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/eric-ide/${pkgname}4-${pkgver}.tar.gz
'eric.desktop')
-md5sums=('946cab99f7ac86f50d8c811887bd1da0'
+md5sums=('b2195e6be161366fcc33db890fc38d91'
'77c494bb839c5744869d34355ea69095')
 
 build() {



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

2009-12-15 Thread Andrea Scarpino
Date: Tuesday, December 15, 2009 @ 06:34:51
  Author: andrea
Revision: 61283

upgpkg: eric 4.3.10-1
upstream release

Modified:
  eric/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-15 04:43:50 UTC (rev 61282)
+++ PKGBUILD2009-12-15 11:34:51 UTC (rev 61283)
@@ -3,7 +3,7 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=eric
-pkgver=4.3.9
+pkgver=4.3.10
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -15,11 +15,11 @@
 install=eric.install
 source=(http://downloads.sourceforge.net/eric-ide/eric4-${pkgver}.tar.gz
'eric.desktop')
-md5sums=('5bb853cb716df0c2c4e416799169277f'
+md5sums=('946cab99f7ac86f50d8c811887bd1da0'
'77c494bb839c5744869d34355ea69095')
 
 build() {
-  cd ${srcdir}/eric4-${pkgver}
+  cd ${srcdir}/${pkgname}4-${pkgver}
 
   python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir} || return 1
 



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

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 14:34:51
  Author: andrea
Revision: 58586

upgpkg: eric 4.3.9-1
upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-11-09 17:39:21 UTC (rev 58585)
+++ PKGBUILD2009-11-09 19:34:51 UTC (rev 58586)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=eric
-pkgver=4.3.8
+pkgver=4.3.9
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -13,16 +13,17 @@
 conflicts=('eric4')
 replaces=('eric4')
 install=eric.install
-source=(http://downloads.sourceforge.net/sourceforge/eric-ide/eric4-${pkgver}.tar.gz
 eric.desktop)
-md5sums=('528fabc0cc57171143fe801282b9f2c3' '77c494bb839c5744869d34355ea69095')
-sha1sums=('e9479c09fba9b82068fa304cd07be13a34a75e26' 
'7529658c06e6c5c9ab587f0d18a2eafd42b87fee')
+source=(http://downloads.sourceforge.net/eric-ide/eric4-${pkgver}.tar.gz
+   'eric.desktop')
+md5sums=('5bb853cb716df0c2c4e416799169277f'
+   '77c494bb839c5744869d34355ea69095')
 
 build() {
   cd ${srcdir}/eric4-${pkgver}
 
-  python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir}
+  python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir} || return 1
 
-  install -D -m644 ../eric.desktop 
${pkgdir}/usr/share/applications/eric.desktop || return 1
+  install -D -m644 ${srcdir}/eric.desktop 
${pkgdir}/usr/share/applications/eric.desktop || return 1
   install -D -m644 eric/icons/default/eric.png 
${pkgdir}/usr/share/pixmaps/eric.png || return 1
 
 # Creating version independant symlinks