[arch-commits] Commit in eric-i18n/repos/community-any (4 files)
Evgeniy Alekseev
arcanis at archlinux.org
Sun Oct 18 08:04:05 UTC 2015
Date: Sunday, October 18, 2015 @ 10:04:04
Author: arcanis
Revision: 144321
archrelease: copy trunk to community-any
Added:
eric-i18n/repos/community-any/ChangeLog
(from rev 144320, eric-i18n/trunk/ChangeLog)
eric-i18n/repos/community-any/PKGBUILD
(from rev 144320, eric-i18n/trunk/PKGBUILD)
Deleted:
eric-i18n/repos/community-any/ChangeLog
eric-i18n/repos/community-any/PKGBUILD
-----------+
ChangeLog | 85 ++++++++++++++++++++--------------------
PKGBUILD | 126 ++++++++++++++++++++++++++++++------------------------------
2 files changed, 107 insertions(+), 104 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2015-10-18 08:03:53 UTC (rev 144320)
+++ ChangeLog 2015-10-18 08:04:04 UTC (rev 144321)
@@ -1,41 +0,0 @@
-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-any/ChangeLog (from rev 144320, eric-i18n/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2015-10-18 08:04:04 UTC (rev 144321)
@@ -0,0 +1,44 @@
+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
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-18 08:03:53 UTC (rev 144320)
+++ PKGBUILD 2015-10-18 08:04:04 UTC (rev 144321)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.9
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-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.GB2312 "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
- _path=${_lang%% *}
- _locale=${_path%%.*}
-
- pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
- source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
-
- for _qtver in '-qt4' ''; do
- eval "package_eric${_qtver}-i18n-${_locale,,}() {
- _package ${_lang} ${_qtver}
- }"
- done
-done
-
-_package() {
- pkgdesc="${2} language pack for Eric IDE"
- depends=("eric-common${3}>=${pkgver}")
-
- [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
- install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('73232c56cfcb0a1fee159f31161d83f8'
- 'd36f7f7934c50eec1cdb6e431b6c0f19'
- 'c8ce4400b7f4f5eba6a688c6ed685dd4'
- '4be9ac4c1649dc2110af504883b09b78'
- '7f1c8b34653cd21997920969d6ab957f'
- 'd54c3b15116c36f8edcf73f1f84a69f0'
- '65c4b790a6442f014e100c709f559f32'
- '6bcc015796f8ac05b8cfff104ecfa3c5'
- 'ae167815dc33c79362a3541150bcd8ef'
- '3b85cb2a1398ef676a48b697d513b3b3')
Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 144320, eric-i18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-10-18 08:04:04 UTC (rev 144321)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.10
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+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.GB2312 "Chinese (Simplified)"')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in "${_languages[@]}"; do
+ _path=${_lang%% *}
+ _locale=${_path%%.*}
+
+ pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
+ source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
+
+ for _qtver in '-qt4' ''; do
+ eval "package_eric${_qtver}-i18n-${_locale,,}() {
+ _package ${_lang} ${_qtver}
+ }"
+ done
+done
+
+_package() {
+ pkgdesc="${2} language pack for Eric IDE"
+ depends=("eric-common${3}>=${pkgver}")
+
+ [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
+ install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
+ "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
+}
+
+md5sums=('bb73aeec4c2c020dc92aecb033da00e2'
+ '78928e81377867c831a23e64ec8504ca'
+ '516edb7f4eef40f2f2344950fe20436f'
+ '6e2ae0df2c9a604706822b4439d520d8'
+ '52517b7db8b2c5a8fdc55a043325d85e'
+ 'ade9200178719d26c675d6c0c76c781d'
+ '7a709999d5e0a33cbcc4b2a907bdeea6'
+ '0db9e5926c8a8fc531ac3d473f682226'
+ '67c2625da80737c892846a1fbf80d5c2'
+ 'd13aaa9aa46a021bd73a19927fafaea4')
More information about the arch-commits
mailing list