Package Details: eclipse-i18n-fr 4.7.0.v20170819060001-1

Git Clone URL: https://aur.archlinux.org/eclipse-i18n-fr.git (read-only, click to copy)
Package Base: eclipse-i18n-fr
Description: French language for eclipse IDE
Upstream URL: http://babel.eclipse.org
Licenses: EPL
Submitter: dguihal
Maintainer: None
Last Packager: Thulu
Votes: 12
Popularity: 0.000000
First Submitted: 2009-02-25 16:38 (UTC)
Last Updated: 2017-11-11 21:51 (UTC)

Dependencies (1)

Required by (0)

Sources (16)

Latest Comments

triaxx commented on 2015-03-19 05:57 (UTC)

pkgname=eclipse-i18n-fr pkgver=4.4.0 pkgbuild=v20141223043836 pkgrel=2 pkgdesc="French language for eclipse IDE" url="http://babel.eclipse.org" arch=('any') license=('EPL') depends=('eclipse') makedepends=('unzip') source=("http://download.eclipse.org/technology/babel/babel_language_packs/R0.12.1/luna/BabelLanguagePack-eclipse-fr_${pkgver}.${pkgbuild}.zip") sha256sums=('0dfc9ab23baa8f0e8e96001d4751d18df7f8cb4636b6fe02f0bc7bd2ef90f627') package() { mkdir -p ${pkgdir}/usr/share/ cp -R ${srcdir}/eclipse ${pkgdir}/usr/share/ }

hickop commented on 2015-01-14 12:41 (UTC)

curl: (22) The requested URL returned error: 404 Not Found ==> ERREUR : Erreur lors du téléchargement de BabelLanguagePack-eclipse-fr_4.4.0.v20140623020002.zip Abandon... ==> ERREUR: Makepkg n'a pas pu construire eclipse-i18n-fr.

sigo commented on 2012-12-20 10:00 (UTC)

to solve 404 # Maintainer: Stéphane Marguet - Stemp <smarguet@gmail.com> pkgname=eclipse-i18n-fr pkgver=4.2.0 _pkgbuild=v20120721043402 pkgrel=4 pkgdesc="French language for eclipse IDE" url="http://babel.eclipse.org/" arch=('any') license=('EPL') changelog=ChangeLog depends=('eclipse') makedepends=('unzip') conflicts=('eclipse-i18n-fr-pack') source=("http://eclipse.ialto.com/technology/babel/babel_language_packs/R0.10.0/juno/BabelLanguagePack-eclipse-fr_${pkgver}.${_pkgbuild}.zip") sha256sums=('3ce5236b355881412ea7d3ab948a158344a3b58cb41b3af3c56dfb1a1eb927dd') build() { mkdir -p ${pkgdir}/usr/share/ cp -R ${srcdir}/eclipse ${pkgdir}/usr/share/ }

<deleted-account> commented on 2010-11-30 18:15 (UTC)

# Contributor: Damien Guihal <dguihal@gmail.com> # Very heavily based on eclipse-cdt-i18n-pl by Piotr Beling <qwak@w8.pl> pkgname=eclipse-i18n-fr pkgver=3.6.0.v20100814043401 pkgrel=1 __lang=fr __name=eclipse pkgdesc="French language pack for eclipse IDE" url="http://babel.eclipse.org/" depends=('eclipse>=3.6') arch=('any') source=("http://eclipse.ialto.com/technology/babel/babel_language_packs/R0.8.0/BabelLanguagePack-birt-${__lang}_${pkgver}.zip") license=('EPL') md5sums=('37e92fa155c283132c9fefbe28ce42c0') build() { local eclipsedir=${pkgdir}/usr/share/ && \ install -d $eclipsedir && \ cp -R ${srcdir}/eclipse $eclipsedir || return 1 }