Date: Wednesday, May 17, 2023 @ 10:45:01 Author: felixonmars Revision: 1462933
archrelease: copy trunk to community-x86_64 Added: nodejs/repos/community-x86_64/PKGBUILD (from rev 1462932, nodejs/trunk/PKGBUILD) nodejs/repos/community-x86_64/rebuild.list (from rev 1462932, nodejs/trunk/rebuild.list) Deleted: nodejs/repos/community-x86_64/PKGBUILD nodejs/repos/community-x86_64/rebuild.list --------------+ PKGBUILD | 120 ++++++++++++++++++++++++++++----------------------------- rebuild.list | 2 2 files changed, 61 insertions(+), 61 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-05-17 10:44:44 UTC (rev 1462932) +++ PKGBUILD 2023-05-17 10:45:01 UTC (rev 1462933) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor Bartłomiej Piotrowski <bpiotrow...@archlinux.org> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: James Campos <james.r.cam...@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 <tianyi...@gmail.com> - -pkgname=nodejs -pkgver=20.1.0 -_commit=68ef4a687d5a1802b9f585d7f464c44ce6caa766 -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=('git' 'python' 'procps-ng') -optdepends=('npm: nodejs package manager') -source=("git+https://github.com/nodejs/node.git#commit=$_commit") -sha512sums=('SKIP') - -build() { - cd node - - ./configure \ - --prefix=/usr \ - --with-intl=system-icu \ - --without-npm \ - --shared \ - --shared-openssl \ - --shared-zlib \ - --shared-libuv \ - --experimental-http-parser \ - --shared-nghttp2 \ - --shared-cares \ - --shared-brotli - # --shared-v8 - # --shared-http-parser - - make -} - -check() { - cd node - make test || : -} - -package() { - cd node - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/nodejs/ - - cd "$pkgdir"/usr/lib - ln -s libnode.so.* libnode.so -} - -# vim:set ts=2 sw=2 et: Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 1462932, nodejs/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-05-17 10:45:01 UTC (rev 1462933) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: James Campos <james.r.cam...@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 <tianyi...@gmail.com> + +pkgname=nodejs +pkgver=20.2.0 +_commit=258e9e767e3d048dae69658d4019a93906522a42 +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=('git' 'python' 'procps-ng') +optdepends=('npm: nodejs package manager') +source=("git+https://github.com/nodejs/node.git#commit=$_commit") +sha512sums=('SKIP') + +build() { + cd node + + ./configure \ + --prefix=/usr \ + --with-intl=system-icu \ + --without-npm \ + --shared \ + --shared-openssl \ + --shared-zlib \ + --shared-libuv \ + --experimental-http-parser \ + --shared-nghttp2 \ + --shared-cares \ + --shared-brotli + # --shared-v8 + # --shared-http-parser + + make +} + +check() { + cd node + make test || : +} + +package() { + cd node + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/nodejs/ + + cd "$pkgdir"/usr/lib + ln -s libnode.so.* libnode.so +} + +# vim:set ts=2 sw=2 et: Deleted: rebuild.list =================================================================== --- rebuild.list 2023-05-17 10:44:44 UTC (rev 1462932) +++ rebuild.list 2023-05-17 10:45:01 UTC (rev 1462933) @@ -1 +0,0 @@ -bash-language-server Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 1462932, nodejs/trunk/rebuild.list) =================================================================== --- rebuild.list (rev 0) +++ rebuild.list 2023-05-17 10:45:01 UTC (rev 1462933) @@ -0,0 +1 @@ +bash-language-server