Date: Sunday, October 6, 2013 @ 02:05:56
  Author: faidoc
Revision: 98098

archrelease: copy trunk to community-testing-any

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

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

Copied: cinnamon-translations/repos/community-testing-any/PKGBUILD (from rev 
98097, cinnamon-translations/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2013-10-06 00:05:56 UTC (rev 98098)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira <[email protected]>
+
+pkgname=cinnamon-translations
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+depends=('cinnamon')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha256sums=('618e730f9b043cad000c69a078e7b4c118e7954d36da10221ab7715dde6e12d0')
+
+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