nodejs ver. bump

This commit is contained in:
Rmys
2021-07-09 16:43:41 +03:00
committed by GitHub
parent 25c8bea7fe
commit 2c8e6a0d26
2 changed files with 23 additions and 7 deletions
+6 -3
View File
@@ -17,8 +17,11 @@ shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j2"))
def setup():
autotools.rawConfigure("--prefix=/usr \
--with-intl=system-icu \
--shared-openssl")
--shared-libuv \
--shared-openssl \
--shared-nghttp2 \
--shared-zlib \
--with-intl=system-icu")
def build():
autotools.make()
@@ -26,4 +29,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README*")
pisitools.dodoc("AUTHORS", "README*")
+17 -4
View File
@@ -13,10 +13,13 @@
<IsA>app:console</IsA>
<Summary>Evented I/O for V8 javascript</Summary>
<Description>Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.</Description>
<Archive sha1sum="c91c65f1957ffd2ae8d4e2fb5b7aa9851d40d801" type="tarxz">https://nodejs.org/dist/v15.10.0/node-v15.10.0.tar.xz</Archive>
<Archive sha1sum="87f9a9fc885da59367bae97cc197abe069a02c36" type="tarxz">https://nodejs.org/dist/v16.4.2/node-v16.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>libuv-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libnghttp2-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">nodejs-v8-icu59.patch</Patch> -->
@@ -27,9 +30,12 @@
<Name>nodejs</Name>
<Summary>Node.js JavaScript runtime</Summary>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>zlib</Dependency>
<!-- <Dependency>libuv</Dependency> -->
<Dependency>libgcc</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libnghttp2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/node_modules</Path>
@@ -42,6 +48,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-07-09</Date>
<Version>16.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-02-27</Date>
<Version>15.10.0</Version>