[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

Evgeniy Alekseev arcanis at archlinux.org
Mon Feb 8 03:39:28 UTC 2016


    Date: Monday, February 8, 2016 @ 04:39:28
  Author: arcanis
Revision: 160844

upgpkg: eric-i18n 6.1.2-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |   39 +++++++++++++++++++--------------------
 2 files changed, 22 insertions(+), 20 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2016-02-08 03:33:23 UTC (rev 160843)
+++ ChangeLog	2016-02-08 03:39:28 UTC (rev 160844)
@@ -1,3 +1,6 @@
+6.1.2-1:
+upstream update
+
 6.1.1-2:
 fix FS#47677
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-08 03:33:23 UTC (rev 160843)
+++ PKGBUILD	2016-02-08 03:39:28 UTC (rev 160844)
@@ -3,8 +3,8 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.1.1
-pkgrel=2
+pkgver=6.1.2
+pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
 depends=()
@@ -22,7 +22,7 @@
             'pt             "Portuguese"'
             'ru             "Russian"'
             'tr             "Turkish"'
-            'zh_CN.GB2312   "Chinese (Simplified)"')
+            'zh_CN          "Chinese (Simplified)"')
 
 pkgname=()
 source=()
@@ -29,15 +29,14 @@
 _url=http://downloads.sourceforge.net/eric-ide/
 
 for _lang in "${_languages[@]}"; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
+  _locale=${_lang%% *}
 
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
+  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 ${_lang} ${_qtver}
+    eval "package_eric${_qtver}-i18n-${_locale}() {
+      _package ${_locale} ${_qtver}
     }"
   done
 done
@@ -48,16 +47,16 @@
 
   [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
   install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
-                 "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1%%.*}.qm"
+                 "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('f4d04eba4364869186670843f013a853'
-         'ffda145cb945cac285d1956fe0c01347'
-         '8a01878a1b06e43d453cbe091e176db8'
-         '10d4ac449086f3411dce1d7999e429fd'
-         '0295612ea4562c5123890600135a2a2e'
-         '26ff06a42e0424b6f0d8c3b61fb1b1f7'
-         '18de572a79951e4e056ee0e21594e109'
-         '22a217086a734a29d94467083b9b83fa'
-         '8d29c5b703ea1b2fa64490b761c9f6a8'
-         '7a3790199d84e95f308b5af61c947bf0')
+md5sums=('bf362f39bc94231849f3c18bd5398a73'
+         'dffb2de2c5afcb952ae5937bdac7d3fa'
+         '9daf265f237412df09e3c4f8ff7a56a6'
+         '61add709c3772b8cf55b7fb1b1a70efb'
+         'f89a21a68c0247dc8430bad59e7c6d04'
+         'eb0916c9333883873db8490953bdacfc'
+         'd7a4792a1ae7bc49152634d6e09ab7f0'
+         'e7f48edea4089827c87e3e6a6126c83f'
+         '1d4b5ff1b5720156e78ba3e7f2a95341'
+         '4e1bc3da7a950230e53038f4f40412d3')



More information about the arch-commits mailing list