commit 35cb35767454423aa5cc833188e8a8593d15f25e Author: Jaroslav Lichtblau Date: Mon Dec 1 21:25:11 2014 +0100 eric4-i18n-4.5.25-1 diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..4deb3435c958 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,27 @@ +pkgbase = eric4-i18n + pkgdesc = Translations for the Eric IDE (cs-de-es-it-fr-ru-tr-zh_cn) + pkgver = 4.5.25 + pkgrel = 1 + url = http://eric-ide.python-projects.org/index.html + arch = any + license = GPL + depends = eric4 + source = http://downloads.sourceforge.net/eric-ide/eric4-i18n-cs-4.5.25.tar.gz + source = http://downloads.sourceforge.net/eric-ide/eric4-i18n-de-4.5.25.tar.gz + source = http://downloads.sourceforge.net/eric-ide/eric4-i18n-es-4.5.25.tar.gz + source = http://downloads.sourceforge.net/eric-ide/eric4-i18n-fr-4.5.25.tar.gz + source = http://downloads.sourceforge.net/eric-ide/eric4-i18n-it-4.5.25.tar.gz + source = http://downloads.sourceforge.net/eric-ide/eric4-i18n-ru-4.5.25.tar.gz + source = http://downloads.sourceforge.net/eric-ide/eric4-i18n-tr-4.5.25.tar.gz + source = http://downloads.sourceforge.net/eric-ide/eric4-i18n-zh_CN.GB2312-4.5.25.tar.gz + md5sums = 7e62ddae2bd85fe14888dbbf4a8c4f2f + md5sums = 6fdde79ecaf8d19c12078406d0f72b80 + md5sums = f97682c7b1eb973b07f1c7c5e55e5280 + md5sums = d2995d9157c3adbcc2673479155492e2 + md5sums = 2c4d8776010fe03888453051f717286c + md5sums = fc45341b525363af7f8abe6e731515d9 + md5sums = caf114f5c217125b6567fb71dbd9d7bf + md5sums = 4b6bc9dd37a002be1b8adf3ddb489bc3 + +pkgname = eric4-i18n + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000000..e6368ce1ec29 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer: Jaroslav Lichtblau + +pkgname=eric4-i18n +pkgver=4.5.25 +pkgrel=1 +pkgdesc="Translations for the Eric IDE (cs-de-es-it-fr-ru-tr-zh_cn)" +arch=('any') +url="http://eric-ide.python-projects.org/index.html" +license=('GPL') +depends=('eric4') +source=(http://downloads.sourceforge.net/eric-ide/eric4-i18n-cs-$pkgver.tar.gz + http://downloads.sourceforge.net/eric-ide/eric4-i18n-de-$pkgver.tar.gz + http://downloads.sourceforge.net/eric-ide/eric4-i18n-es-$pkgver.tar.gz + http://downloads.sourceforge.net/eric-ide/eric4-i18n-fr-$pkgver.tar.gz + http://downloads.sourceforge.net/eric-ide/eric4-i18n-it-$pkgver.tar.gz + http://downloads.sourceforge.net/eric-ide/eric4-i18n-ru-$pkgver.tar.gz + http://downloads.sourceforge.net/eric-ide/eric4-i18n-tr-$pkgver.tar.gz + http://downloads.sourceforge.net/eric-ide/eric4-i18n-zh_CN.GB2312-$pkgver.tar.gz) +md5sums=('7e62ddae2bd85fe14888dbbf4a8c4f2f' + '6fdde79ecaf8d19c12078406d0f72b80' + 'f97682c7b1eb973b07f1c7c5e55e5280' + 'd2995d9157c3adbcc2673479155492e2' + '2c4d8776010fe03888453051f717286c' + 'fc45341b525363af7f8abe6e731515d9' + 'caf114f5c217125b6567fb71dbd9d7bf' + '4b6bc9dd37a002be1b8adf3ddb489bc3') + +package() { + cd "${srcdir}" + + install -d "${pkgdir}"/usr/lib/python2.7/site-packages/eric4/i18n + install -m644 "${srcdir}"/eric4-$pkgver/eric/i18n/* \ + "${pkgdir}"/usr/lib/python2.7/site-packages/eric4/i18n +}