[arch-commits] Commit in nodejs/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Sep 8 21:19:58 UTC 2022
Date: Thursday, September 8, 2022 @ 21:19:58
Author: felixonmars
Revision: 1296922
archrelease: copy trunk to community-x86_64
Added:
nodejs/repos/community-x86_64/PKGBUILD
(from rev 1296921, nodejs/trunk/PKGBUILD)
nodejs/repos/community-x86_64/rebuild.list
(from rev 1296921, nodejs/trunk/rebuild.list)
Deleted:
nodejs/repos/community-x86_64/PKGBUILD
nodejs/repos/community-x86_64/rebuild.list
--------------+
PKGBUILD | 116 ++++++++++++++++++++++++++++-----------------------------
rebuild.list | 4 -
2 files changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-08 21:19:45 UTC (rev 1296921)
+++ PKGBUILD 2022-09-08 21:19:58 UTC (rev 1296922)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos <james.r.campos at gmail.com>
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai <dongsheng at moodle dot com>
-# Contributor: Masutu Subric <masutu.arch at googlemail dot com>
-# Contributor: TIanyi Cui <tianyicui at gmail.com>
-
-pkgname=nodejs
-pkgver=18.8.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-options=(!lto)
-depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz")
-sha512sums=('3ea2d0c3bf5d9d6de74692f8b23109cefddd3c7f3cc56ceddb4b6c0f686d480c037abeec7dfd32923f869ba7bfca9a3709124d492d20cc8f9a5d3210876eab91')
-
-build() {
- cd node-$pkgver
-
- ./configure \
- --prefix=/usr \
- --with-intl=system-icu \
- --without-npm \
- --shared-openssl \
- --shared-zlib \
- --shared-libuv \
- --experimental-http-parser \
- --shared-nghttp2 \
- --shared-cares \
- --shared-brotli
- # --shared-v8
- # --shared-http-parser
-
- make
-}
-
-check() {
- cd node-$pkgver
- make test || :
-}
-
-package() {
- cd node-$pkgver
-
- make DESTDIR="$pkgdir" install
-
- install -D -m644 LICENSE \
- "$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 1296921, nodejs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-08 21:19:58 UTC (rev 1296922)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos <james.r.campos at gmail.com>
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai <dongsheng at moodle dot com>
+# Contributor: Masutu Subric <masutu.arch at googlemail dot com>
+# Contributor: TIanyi Cui <tianyicui at gmail.com>
+
+pkgname=nodejs
+pkgver=18.9.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+options=(!lto)
+depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz")
+sha512sums=('a0e205cf6efb8fa000ccf6ba9f667fe623e32ebecd4a9b0fde1ed08804c69cd4b193b204fab322695caf1a5c8053c407b36d574eba39ee6527dfff5f52c55bce')
+
+build() {
+ cd node-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --with-intl=system-icu \
+ --without-npm \
+ --shared-openssl \
+ --shared-zlib \
+ --shared-libuv \
+ --experimental-http-parser \
+ --shared-nghttp2 \
+ --shared-cares \
+ --shared-brotli
+ # --shared-v8
+ # --shared-http-parser
+
+ make
+}
+
+check() {
+ cd node-$pkgver
+ make test || :
+}
+
+package() {
+ cd node-$pkgver
+
+ make DESTDIR="$pkgdir" install
+
+ install -D -m644 LICENSE \
+ "$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: rebuild.list
===================================================================
--- rebuild.list 2022-09-08 21:19:45 UTC (rev 1296921)
+++ rebuild.list 2022-09-08 21:19:58 UTC (rev 1296922)
@@ -1,2 +0,0 @@
-apm
-bash-language-server
Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 1296921, nodejs/trunk/rebuild.list)
===================================================================
--- rebuild.list (rev 0)
+++ rebuild.list 2022-09-08 21:19:58 UTC (rev 1296922)
@@ -0,0 +1,2 @@
+apm
+bash-language-server
More information about the arch-commits
mailing list