Date: Monday, April 25, 2016 @ 22:11:24
  Author: faidoc
Revision: 171832

archrelease: copy trunk to community-staging-any

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

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

Copied: cinnamon-translations/repos/community-staging-any/PKGBUILD (from rev 
171831, cinnamon-translations/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2016-04-25 20:11:24 UTC (rev 171832)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-translations
+pkgver=3.0.0
+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";)
+sha256sums=('a9eb548660308011edc127deaeb5d0e5bacede44866a4c1b00066179c742b432')
+
+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