[arch-commits] Commit in eric/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Dec 27 08:01:17 UTC 2016


    Date: Tuesday, December 27, 2016 @ 08:01:16
  Author: foutrelis
Revision: 203013

archrelease: copy trunk to community-staging-any

Added:
  eric/repos/community-staging-any/
  eric/repos/community-staging-any/.contrib
    (from rev 203011, eric/trunk/.contrib)
  eric/repos/community-staging-any/ChangeLog
    (from rev 203012, eric/trunk/ChangeLog)
  eric/repos/community-staging-any/PKGBUILD
    (from rev 203012, eric/trunk/PKGBUILD)

-----------+
 .contrib  |    7 +++
 ChangeLog |  101 +++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD  |  138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 246 insertions(+)

Copied: eric/repos/community-staging-any/.contrib (from rev 203011, eric/trunk/.contrib)
===================================================================
--- community-staging-any/.contrib	                        (rev 0)
+++ community-staging-any/.contrib	2016-12-27 08:01:16 UTC (rev 203013)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger <eric at archlinux.org>
+riai <riai at bigfoot.com>
+Ben <ben at benmazer.net>
+Daniel J Griffiths <ghost1227 at archlinux.us>
+Felix Rohrbach <fxrh at gmx.de>

Copied: eric/repos/community-staging-any/ChangeLog (from rev 203012, eric/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog	                        (rev 0)
+++ community-staging-any/ChangeLog	2016-12-27 08:01:16 UTC (rev 203013)
@@ -0,0 +1,101 @@
+16.12-1:
+upstream update
+
+16.11-1:
+upstream update
+
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-1:
+upstream update
+
+6.1.4-2:
+drop install file, move to pacman hooks
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Copied: eric/repos/community-staging-any/PKGBUILD (from rev 203012, eric/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 08:01:16 UTC (rev 203013)
@@ -0,0 +1,138 @@
+# $Id$
+# 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
+
+pkgbase=eric
+pkgname=('eric-common' 'eric' 'python2-eric'
+         'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
+pkgver=16.12
+pkgrel=2
+pkgdesc="A full-featured Python and Ruby IDE in PyQt"
+arch=('any')
+url="http://eric-ide.python-projects.org/"
+license=('GPL3')
+depends=('python-qscintilla' 'python2-qscintilla'
+         'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+         'qt5-svg' 'qt5-webkit')
+source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz")
+md5sums=('298893b0cfc75129453960fea3a7fefd')
+changelog=ChangeLog
+
+prepare() {
+  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:" {} \;
+
+  cp -r "${srcdir}/eric6-${pkgver}"{,-qt4}
+  cp -r "${srcdir}/eric6-${pkgver}_py2"{,-qt4}
+}
+
+package_eric-common-qt4() {
+  depends=()
+
+  cd "${srcdir}/eric6-${pkgver}/eric"
+  # eric APIs
+  install -Dm644 "APIs/Python3/eric6.api" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api"
+  install -Dm644 "APIs/Python3/eric6.bas" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.bas"
+  # pyqt APIs
+  install -Dm644 "APIs/Python3/PyQt4.bas" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas"
+  # qss APIs
+  install -Dm644 "APIs/QSS/qss.api" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api"
+  # qscintilla APIs
+  install -Dm644 "APIs/Python3/QScintilla2.bas" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas"
+  # zope APIs
+  install -Dm644 "APIs/Python/zope-2.10.7.api" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api"
+  install -Dm644 "APIs/Python/zope-2.11.2.api" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api"
+  install -Dm644 "APIs/Python/zope-3.3.1.api" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/python/zope-3.3.1.api"
+  # ruby APIs
+  install -Dm644 "APIs/Ruby/Ruby-1.8.7.api" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api"
+  install -Dm644 "APIs/Ruby/Ruby-1.8.7.bas" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.bas"
+  install -Dm644 "APIs/Ruby/Ruby-1.9.1.api" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.api"
+  install -Dm644 "APIs/Ruby/Ruby-1.9.1.bas" \
+                 "${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.bas"
+}
+
+package_eric-qt4() {
+  depends=('eric-common-qt4' 'python-qscintilla')
+  conflicts=('eric')
+
+  cd "${srcdir}/eric6-${pkgver}-qt4"
+  python install.py -c -b /usr/bin -i "${pkgdir}" --noapis --pyqt=4
+}
+
+package_python2-eric-qt4() {
+  depends=('eric-common-qt4' 'python2-qscintilla')
+  conflicts=('python2-eric-qt4')
+
+  cd "${srcdir}/eric6-${pkgver}_py2-qt4"
+  python2 install.py -c -b /usr/bin -i "${pkgdir}" -y --noapis --pyqt=4
+}
+
+package_eric-common() {
+  depends=()
+
+  cd "${srcdir}/eric6-${pkgver}/eric"
+  # eric APIs
+  install -Dm644 "APIs/Python3/eric6.api" \
+                 "${pkgdir}/usr/share/qt/qsci/api/python/eric6.api"
+  install -Dm644 "APIs/Python3/eric6.bas" \
+                 "${pkgdir}/usr/share/qt/qsci/api/python/eric6.bas"
+  # pyqt APIs
+  install -Dm644 "APIs/Python3/PyQt5.bas" \
+                 "${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.bas"
+  # qss APIs
+  install -Dm644 "APIs/QSS/qss.api" \
+                 "${pkgdir}/usr/share/qt/qsci/api/qss/qss.api"
+  # qscintilla APIs
+  install -Dm644 "APIs/Python3/QScintilla2.bas" \
+                 "${pkgdir}/usr/share/qt/qsci/api/python/QScintilla2.bas"
+  # zope APIs
+  install -Dm644 "APIs/Python/zope-2.10.7.api" \
+                 "${pkgdir}/usr/share/qt/qsci/api/python/zope-2.10.7.api"
+  install -Dm644 "APIs/Python/zope-2.11.2.api" \
+                 "${pkgdir}/usr/share/qt/qsci/api/python/zope-2.11.2.api"
+  install -Dm644 "APIs/Python/zope-3.3.1.api" \
+                 "${pkgdir}/usr/share/qt/qsci/api/python/zope-3.3.1.api"
+  # ruby APIs
+  install -Dm644 "APIs/Ruby/Ruby-1.8.7.api" \
+                 "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api"
+  install -Dm644 "APIs/Ruby/Ruby-1.8.7.bas" \
+                 "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.bas"
+  install -Dm644 "APIs/Ruby/Ruby-1.9.1.api" \
+                 "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.9.1.api"
+  install -Dm644 "APIs/Ruby/Ruby-1.9.1.bas" \
+                 "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.9.1.bas"
+}
+
+package_eric() {
+  depends=('eric-common' 'python-qscintilla-qt5' 'qt5-svg' 'qt5-webkit')
+  conflicts=('eric-qt4')
+
+  cd "${srcdir}/eric6-${pkgver}"
+  python install.py -c -b /usr/bin -i "${pkgdir}" --noapis
+}
+
+package_python2-eric() {
+  depends=('eric-common' 'python2-qscintilla-qt5' 'qt5-svg' 'qt5-webkit')
+  conflicts=('python2-eric-qt4')
+
+  cd "${srcdir}/eric6-${pkgver}_py2"
+  python2 install.py -c -b /usr/bin -i "${pkgdir}" -y --noapis
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list