Date: Sunday, September 10, 2017 @ 09:24:07
  Author: lfleischer
Revision: 256730

extra2community: Moving translate-toolkit from extra to community

Added:
  translate-toolkit/
  translate-toolkit/repos/
  translate-toolkit/trunk/
  translate-toolkit/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: translate-toolkit/trunk/PKGBUILD
===================================================================
--- translate-toolkit/trunk/PKGBUILD                            (rev 0)
+++ translate-toolkit/trunk/PKGBUILD    2017-09-10 09:24:07 UTC (rev 256730)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: Hugo Doria <hugodoria at gmail.com>
+
+pkgname=translate-toolkit
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="http://toolkit.translatehouse.org/";
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six')
+makedepends=('python-setuptools')
+optdepends=('python-iniparse: for ini2po'
+            'gaupol: for po2sub')
+source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('4ff21c47bf16e0855b913246ae397a58')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.6/site-packages/translate
+}


Property changes on: translate-toolkit/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to