[arch-commits] Commit in cinnamon-translations/repos (2 files)

Balló György bgyorgy at archlinux.org
Fri Nov 20 18:43:58 UTC 2015


    Date: Friday, November 20, 2015 @ 19:43:58
  Author: bgyorgy
Revision: 147237

archrelease: copy trunk to community-testing-any

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

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

Copied: cinnamon-translations/repos/community-testing-any/PKGBUILD (from rev 147236, cinnamon-translations/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-11-20 18:43:58 UTC (rev 147237)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+
+pkgname=cinnamon-translations
+pkgver=2.8.2
+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=('062f8d76d448500aea175889b68fdc00b582b957a972e7dd1e05f34bc9ed4c7f')
+
+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/
+}



More information about the arch-commits mailing list