[arch-commits] Commit in eric4/repos (6 files)
Evgeniy Alekseev
arcanis at archlinux.org
Sun Oct 5 20:09:54 UTC 2014
Date: Sunday, October 5, 2014 @ 22:09:54
Author: arcanis
Revision: 120185
archrelease: copy trunk to community-testing-any
Added:
eric4/repos/community-testing-any/
eric4/repos/community-testing-any/.contrib
(from rev 120184, eric4/trunk/.contrib)
eric4/repos/community-testing-any/ChangeLog
(from rev 120184, eric4/trunk/ChangeLog)
eric4/repos/community-testing-any/PKGBUILD
(from rev 120184, eric4/trunk/PKGBUILD)
eric4/repos/community-testing-any/eric4.desktop
(from rev 120184, eric4/trunk/eric4.desktop)
eric4/repos/community-testing-any/eric4.install
(from rev 120184, eric4/trunk/eric4.install)
---------------+
.contrib | 4 ++++
ChangeLog | 2 ++
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
eric4.desktop | 10 ++++++++++
eric4.install | 9 +++++++++
5 files changed, 60 insertions(+)
Copied: eric4/repos/community-testing-any/.contrib (from rev 120184, eric4/trunk/.contrib)
===================================================================
--- community-testing-any/.contrib (rev 0)
+++ community-testing-any/.contrib 2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai <riai at bigfoot.com>
+Ben <ben at benmazer.net>
Copied: eric4/repos/community-testing-any/ChangeLog (from rev 120184, eric4/trunk/ChangeLog)
===================================================================
--- community-testing-any/ChangeLog (rev 0)
+++ community-testing-any/ChangeLog 2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,2 @@
+4.5.25-1:
+upstream update. Create eric-common package
Copied: eric4/repos/community-testing-any/PKGBUILD (from rev 120184, eric4/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Ray Rashif <schiv at archlinux dot org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux dot us>
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.25
+pkgrel=1
+pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
+arch=('any')
+url="http://eric-ide.python-projects.org/"
+license=('GPL3')
+depends=('eric-common' 'python2-qscintilla')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/eric-ide/${pkgname}-${pkgver}.tar.gz"
+ "${pkgname}.desktop")
+md5sums=('f68cdadacfa10298c89300e0c4036324'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+changelog=ChangeLog
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ python2 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 {} \;
+
+ # freedesktop.org compatibility
+ install -Dm644 "${srcdir}/${pkgname}.desktop" \
+ "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ install -Dm644 eric/icons/default/eric.png \
+ "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: eric4/repos/community-testing-any/eric4.desktop (from rev 120184, eric4/trunk/eric4.desktop)
===================================================================
--- community-testing-any/eric4.desktop (rev 0)
+++ community-testing-any/eric4.desktop 2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric4
+MimeType=application/x-eric4;
+Icon=eric4
+Terminal=false
+Name=Eric 4
+Comment=Python 2.x & Ruby IDE
+Categories=Qt;Python;Development;IDE;
+StartupNotify=true
Copied: eric4/repos/community-testing-any/eric4.install (from rev 120184, eric4/trunk/eric4.install)
===================================================================
--- community-testing-any/eric4.install (rev 0)
+++ community-testing-any/eric4.install 2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,9 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list