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

Evgeniy Alekseev arcanis at archlinux.org
Thu Jun 9 23:59:33 UTC 2016


    Date: Friday, June 10, 2016 @ 01:59:32
  Author: arcanis
Revision: 178910

archrelease: copy trunk to community-testing-any

Added:
  eric-i18n/repos/community-testing-any/
  eric-i18n/repos/community-testing-any/ChangeLog
    (from rev 178909, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-testing-any/PKGBUILD
    (from rev 178909, eric-i18n/trunk/PKGBUILD)

-----------+
 ChangeLog |   81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD  |   63 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 144 insertions(+)

Copied: eric-i18n/repos/community-testing-any/ChangeLog (from rev 178909, eric-i18n/trunk/ChangeLog)
===================================================================
--- community-testing-any/ChangeLog	                        (rev 0)
+++ community-testing-any/ChangeLog	2016-06-09 23:59:32 UTC (rev 178910)
@@ -0,0 +1,81 @@
+6.1.6-1:
+upstream update
+
+6.1.5-2:
+fix broken Qt4 translations
+
+6.1.5-1:
+upstream update
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+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.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Copied: eric-i18n/repos/community-testing-any/PKGBUILD (from rev 178909, eric-i18n/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-06-09 23:59:32 UTC (rev 178910)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.1.6
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+makedepends=("eric-common>=${pkgver}" "eric-common-qt4>=${pkgver}")
+depends=()
+url="http://eric-ide.python-projects.org/index.html"
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs             "Czech"'
+            'de             "German"'
+            'en             "English"'
+            'es             "Spanish"'
+            'fr             "French"'
+            'it             "Italian"'
+            'pt             "Portuguese"'
+            'ru             "Russian"'
+            'tr             "Turkish"'
+            'zh_CN          "Chinese (Simplified)"')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+
+  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
+  source+=("${_url}/eric6-i18n-${_locale}-${pkgver}.tar.gz")
+
+  for _qtver in '-qt4' ''; do
+    eval "package_eric${_qtver}-i18n-${_locale,,}() {
+      _package ${_locale} ${_qtver}
+    }"
+  done
+done
+
+_package() {
+  pkgdesc="${1} language pack for Eric IDE"
+  depends=("eric-common${2}>=${pkgver}")
+
+  [ -z ${2} ] && _qtver="qt" || _qtver="qt4"
+  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
+                 "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
+}
+
+md5sums=('3ef51a60d4a9ee1064b07e97c62e4185'
+         '12ea3367f95817e63365baa88ff76d6a'
+         '5e9ad593eb7f9db5dfe86996742b3d5d'
+         '118a8fec54eea5a023698bdabf1e768e'
+         'dd3f8bf9e087583cc4978594f00984c3'
+         'f00f5d2995a8972d8b11057e6784901e'
+         '3083d072c1678c3bcd8397ab111c274f'
+         'fa801ea0135d2090d91be821814e40df'
+         '6317980457ac22157f7f2c0c5b9b9b58'
+         '627d9736fe442bde640e3058f9714ac4')



More information about the arch-commits mailing list