[arch-commits] Commit in nodejs-material-design-icons/repos/community-any (2 files)

Antonio Rojas arojas at archlinux.org
Tue Nov 27 21:37:58 UTC 2018


    Date: Tuesday, November 27, 2018 @ 21:37:58
  Author: arojas
Revision: 410167

archrelease: copy trunk to community-any

Added:
  nodejs-material-design-icons/repos/community-any/PKGBUILD
    (from rev 410166, nodejs-material-design-icons/trunk/PKGBUILD)
Deleted:
  nodejs-material-design-icons/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 21:37:49 UTC (rev 410166)
+++ PKGBUILD	2018-11-27 21:37:58 UTC (rev 410167)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-_npmname=material-design-icons
-pkgname=nodejs-$_npmname
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Material Design icons by Google"
-arch=('any')
-url="http://google.github.io/material-design-icons/"
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('e883868c34b21355763fc69d117d658d9c0f4be35711fa6654e57342e6201f7b')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: nodejs-material-design-icons/repos/community-any/PKGBUILD (from rev 410166, nodejs-material-design-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-27 21:37:58 UTC (rev 410167)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_npmname=material-design-icons
+pkgname=nodejs-$_npmname
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="Material Design icons by Google"
+arch=('any')
+url="http://google.github.io/material-design-icons/"
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
+noextract=($_npmname-$pkgver.tgz)
+sha256sums=('e883868c34b21355763fc69d117d658d9c0f4be35711fa6654e57342e6201f7b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$_npmname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}



More information about the arch-commits mailing list