[arch-commits] Commit in eric-i18n/repos/community-any (4 files)
Evgeniy Alekseev
arcanis at archlinux.org
Sun Sep 6 22:29:43 UTC 2015
Date: Monday, September 7, 2015 @ 00:29:42
Author: arcanis
Revision: 139419
archrelease: copy trunk to community-any
Added:
eric-i18n/repos/community-any/ChangeLog
(from rev 139418, eric-i18n/trunk/ChangeLog)
eric-i18n/repos/community-any/PKGBUILD
(from rev 139418, eric-i18n/trunk/PKGBUILD)
Deleted:
eric-i18n/repos/community-any/ChangeLog
eric-i18n/repos/community-any/PKGBUILD
-----------+
ChangeLog | 79 +++++++++++++++++++------------------
PKGBUILD | 126 ++++++++++++++++++++++++++++++------------------------------
2 files changed, 104 insertions(+), 101 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2015-09-06 22:29:32 UTC (rev 139418)
+++ ChangeLog 2015-09-06 22:29:42 UTC (rev 139419)
@@ -1,38 +0,0 @@
-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 139418, eric-i18n/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2015-09-06 22:29:42 UTC (rev 139419)
@@ -0,0 +1,41 @@
+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-09-06 22:29:32 UTC (rev 139418)
+++ PKGBUILD 2015-09-06 22:29:42 UTC (rev 139419)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.8
-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=('2713e8b0d4d909c81611cb81c40fcfca'
- 'fb12367ab65ecd9ed0fa441399878c4c'
- '53edda4f215b489d40af314850e327ec'
- 'b058f1d221506981a5670a32884df796'
- '5fe7616bf632c3770a0915bd5a4f1704'
- 'eb97c043d7bfadab6db70efe046ad465'
- '944c94d5c096e0d0521da1c81c15ff9c'
- '0d2b8d515abf15c0a1dc69baa5068834'
- 'b4967c58437e35b46ee65db88e60d927'
- '7ab7542bd3544ee36ced5fb958c23c89')
Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 139418, eric-i18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-06 22:29:42 UTC (rev 139419)
@@ -0,0 +1,63 @@
+# $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')
More information about the arch-commits
mailing list