public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/flatpak-app-config] f45: Add nodejs24 SDK extension
Date: Thu, 10 Sep 2026 21:36:32 GMT [thread overview]
Message-ID: <178907619212.1.2778869256685396616.rpms-flatpak-app-config-cf900aead1bf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/flatpak-app-config
Branch : f45
Commit : cf900aead1bf717436990e702851cfdb46eaec45
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2025-07-30T17:11:58-04:00
Stats : +17/-0 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/flatpak-app-config/c/cf900aead1bf717436990e702851cfdb46eaec45?branch=f45
Log:
Add nodejs24 SDK extension
---
diff --git a/enable.sh.nodejs24 b/enable.sh.nodejs24
new file mode 100644
index 0000000..a08f2f2
--- /dev/null
+++ b/enable.sh.nodejs24
@@ -0,0 +1,3 @@
+#! /bin/sh
+export PATH="$PATH:/usr/lib/sdk/node24/bin"
+export npm_config_nodedir=/usr/lib/sdk/node24
diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
index 7823f67..4cfe294 100644
--- a/flatpak-app-config.spec
+++ b/flatpak-app-config.spec
@@ -89,6 +89,7 @@ RemovePathPostfixes: .%{pkgname}\
%add_subpkg -n llvm19 -i %{sdk_ext}.llvm19 -e
%add_subpkg -n llvm20 -i %{sdk_ext}.llvm20 -e
%add_subpkg -n nodejs22 -i %{sdk_ext}.node22 -e -I
+%add_subpkg -n nodejs24 -i %{sdk_ext}.node24 -e -I
%add_subpkg -n pandoc -i %{sdk_ext}.pandoc -e
%add_subpkg -n rust -i %{sdk_ext}.rust-stable -e
%add_subpkg -n texlive -i %{sdk_ext}.texlive -e
diff --git a/install.sh.nodejs24 b/install.sh.nodejs24
new file mode 100644
index 0000000..0519c04
--- /dev/null
+++ b/install.sh.nodejs24
@@ -0,0 +1,2 @@
+#! /bin/sh
+install -D -m0755 /usr/lib/sdk/node24/bin/node /app/node/bin/node
diff --git a/org.fedoraproject.Sdk.Extension.node24.metainfo.xml b/org.fedoraproject.Sdk.Extension.node24.metainfo.xml
new file mode 100644
index 0000000..e48ac85
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.node24.metainfo.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+ <id>org.fedoraproject.Sdk.Extension.node24</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <name>Node.js 24 Sdk extension</name>
+ <summary>Node.js 24 interpreter and tools extension for the Fedora flatpak SDK</summary>
+ <developer id="org.fedoraproject">
+ <name>Fedora</name>
+ </developer>
+ <url type="homepage">https://nodejs.org/</url>
+</component>
reply other threads:[~2026-09-10 21:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178907619212.1.2778869256685396616.rpms-flatpak-app-config-cf900aead1bf@fedoraproject.org \
--to=yselkowi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox