[arch-commits] Commit in jake/repos/community-any (4 files)

Felix Yan felixonmars at archlinux.org
Sat Aug 4 17:19:33 UTC 2018


    Date: Saturday, August 4, 2018 @ 17:19:33
  Author: felixonmars
Revision: 368060

archrelease: copy trunk to community-any

Added:
  jake/repos/community-any/PKGBUILD
    (from rev 368059, jake/trunk/PKGBUILD)
  jake/repos/community-any/jake.install
    (from rev 368059, jake/trunk/jake.install)
Deleted:
  jake/repos/community-any/PKGBUILD
  jake/repos/community-any/jake.install

--------------+
 PKGBUILD     |   44 +++++++++++++++++++++++---------------------
 jake.install |   22 +++++++++++-----------
 2 files changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-04 17:19:18 UTC (rev 368059)
+++ PKGBUILD	2018-08-04 17:19:33 UTC (rev 368060)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=jake
-pkgver=8.0.16
-pkgrel=1
-pkgdesc="JavaScript build tool, similar to Make or Rake"
-arch=('any')
-url="http://jakejs.com"
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a944ce542285922cf7b47815d56332ec74f10d9828fac3b85fd1b114b014f8c92ce16b0319ef7e38d1caead3ec4a9f08df1eac3e5d13c066d71f04ce853cb3a2')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}

Copied: jake/repos/community-any/PKGBUILD (from rev 368059, jake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-04 17:19:33 UTC (rev 368060)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=jake
+pkgver=8.0.18
+pkgrel=1
+pkgdesc="JavaScript build tool, similar to Make or Rake"
+arch=('any')
+url="http://jakejs.com"
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('292177407fee351ee929c5a006e4bb5359d8a1875caa2b4b101f3a9ef21c633b62883b1e3e49f6fc9a12bad88a3fbeced4c4cd95b85388d1e8ac8ae5a72cb8b0')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+}

Deleted: jake.install
===================================================================
--- jake.install	2018-08-04 17:19:18 UTC (rev 368059)
+++ jake.install	2018-08-04 17:19:33 UTC (rev 368060)
@@ -1,11 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
-    /usr/lib/node_modules/jake/node_modules \
-    /usr/lib/node_modules/jake/node_modules/.bin \
-    /usr/lib/node_modules/jake/node_modules/filelist/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: jake/repos/community-any/jake.install (from rev 368059, jake/trunk/jake.install)
===================================================================
--- jake.install	                        (rev 0)
+++ jake.install	2018-08-04 17:19:33 UTC (rev 368060)
@@ -0,0 +1,11 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+    /usr/lib/node_modules/jake/node_modules \
+    /usr/lib/node_modules/jake/node_modules/.bin \
+    /usr/lib/node_modules/jake/node_modules/filelist/node_modules
+}
+
+post_upgrade() {
+  post_install
+}



More information about the arch-commits mailing list