Date: Friday, November 10, 2017 @ 18:11:12
  Author: arojas
Revision: 266128

archrelease: copy trunk to community-staging-any

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

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

Copied: cinnamon-translations/repos/community-staging-any/PKGBUILD (from rev 
266127, cinnamon-translations/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2017-11-10 18:11:12 UTC (rev 266128)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira <[email protected]>
+
+pkgname=cinnamon-translations
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="https://github.com/linuxmint/cinnamon-translations";
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha512sums=('65eb3ca7c4755e0bb7064feab5efb8cc13b657476174bd18627c1c35e718945b404624eb665f9546f3687bb421182e4d7bb05681e74ec87d79b2311e04a61f5f')
+
+build() {
+       cd ${pkgname}-${pkgver}
+       make
+}
+
+package() {
+       cd ${pkgname}-${pkgver}
+
+       install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+       cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
+}

Reply via email to