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

Evgeniy Alekseev arcanis at archlinux.org
Mon Feb 6 08:37:44 UTC 2017


    Date: Monday, February 6, 2017 @ 08:37:43
  Author: arcanis
Revision: 210348

upgpkg: eric-i18n 17.02.1-1

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

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |   39 ++++++++++++++++++---------------------
 2 files changed, 22 insertions(+), 21 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2017-02-06 08:36:14 UTC (rev 210347)
+++ ChangeLog	2017-02-06 08:37:43 UTC (rev 210348)
@@ -1,3 +1,7 @@
+17.02-1:
+* upstream update
+* drop qt4 versions as soon as they depend on qtwebkit
+
 17.01-1:
 upstream update
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-06 08:36:14 UTC (rev 210347)
+++ PKGBUILD	2017-02-06 08:37:43 UTC (rev 210348)
@@ -3,11 +3,11 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=17.01
+pkgver=17.02.1
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
-makedepends=("eric-common>=${pkgver}" "eric-common-qt4>=${pkgver}")
+makedepends=("eric-common>=${pkgver}")
 depends=()
 url="http://eric-ide.python-projects.org/index.html"
 license=('GPL3')
@@ -32,32 +32,29 @@
 for _lang in "${_languages[@]}"; do
   _locale=${_lang%% *}
 
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
+  pkgname+=(eric-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
+  eval "package_eric-i18n-${_locale,,}() {
+    _package ${_locale}
+  }"
 done
 
 _package() {
   pkgdesc="${1} language pack for Eric IDE"
-  depends=("eric-common${2}>=${pkgver}")
+  depends=("eric-common>=${pkgver}")
 
-  [ -z ${2} ] && _qtver="qt" || _qtver="qt4"
   install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
-                 "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
+                 "${pkgdir}/usr/share/qt/translations/eric6_${1}.qm"
 }
 
-md5sums=('1ff4ae708ce0fa494df1d315f939d461'
-         '8c6bcc41b310f21db85d4aa9763c57cf'
-         '262e54e382c964fd93ae5ffc2a5d22db'
-         'c5885e837ab08b1bc0224131342b37c9'
-         'a1bb7b36d63eb95d4e3baf73ff8e4058'
-         '4bf5fb9ce99acde9149160f721fcdcbf'
-         '8f0fbe63aa138bd46c23b8ca5349b379'
-         '9af90303b3bd9099339f4bf4c2ab16e2'
-         'bd66bf3c283427f117f0004f7fb1c8a0'
-         'aacbf46c05fbe420d56131378cea0b3d')
+md5sums=('8ae1d8a14b636d991de4cce914103968'
+         'c0a1549f953b4eb82c4dd6dc276a43ea'
+         '152ac4772ce5d06817af1c1581a98a05'
+         '1b4eb208201cabb463120e68a0b986fa'
+         'd3dba70ee2d99181b518b40b855c90f4'
+         '8fc93a6423cfd09de1bf9cb1167ba49f'
+         '1ceaf8290fcf64ae411a09be71523cd0'
+         '125c4aeac7f19c8b585194dd90273f63'
+         'b24aaa3208299822142dc61335ecf9e5'
+         '134aba79bdf11fa56f3893f396be7e9c')



More information about the arch-commits mailing list