Date: Monday, April 14, 2014 @ 02:58:36
  Author: faidoc
Revision: 109360

archrelease: copy trunk to community-testing-any

Added:
  cinnamon-translations/repos/community-testing-any/
  cinnamon-translations/repos/community-testing-any/PKGBUILD
    (from rev 109359, cinnamon-translations/trunk/PKGBUILD)

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

Copied: cinnamon-translations/repos/community-testing-any/PKGBUILD (from rev 
109359, cinnamon-translations/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2014-04-14 00:58:36 UTC (rev 109360)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-translations
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha256sums=('c98d394d2c7515b7fcab817aa4717a65c66f39f80507b22dc73160795e3adfe8')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
+  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
+}

Reply via email to