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 dotnet10 SDK extension
Date: Thu, 10 Sep 2026 21:36:40 GMT	[thread overview]
Message-ID: <178907620055.1.15266643904312952190.rpms-flatpak-app-config-864fccd42a1a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/flatpak-app-config
Branch : f45
Commit : 864fccd42a1ae13681af13da02653fee7cd2cece
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-05-14T20:26:26-04:00
Stats  : +17/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/flatpak-app-config/c/864fccd42a1ae13681af13da02653fee7cd2cece?branch=f45

Log:
Add dotnet10 SDK extension

---
diff --git a/enable.sh.dotnet-sdk-10.0 b/enable.sh.dotnet-sdk-10.0
new file mode 100644
index 0000000..98b583c
--- /dev/null
+++ b/enable.sh.dotnet-sdk-10.0
@@ -0,0 +1,5 @@
+#! /bin/sh
+export DOTNET_CLI_TELEMETRY_OPTOUT=true
+export DOTNET_NOLOGO=true
+export DOTNET_ROOT=/usr/lib/sdk/dotnet10/lib
+export PATH="$PATH:/usr/lib/sdk/dotnet10/bin"

diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
index f92f9b7..3ad7516 100644
--- a/flatpak-app-config.spec
+++ b/flatpak-app-config.spec
@@ -88,6 +88,7 @@ RemovePathPostfixes: .%{pkgname}\
 # common app extensions
 %add_subpkg -n yt-dlp -i %{plat_id}.YtDlp
 # SDK extensions
+%add_subpkg -n dotnet-sdk-10.0 -i %{sdk_ext}.dotnet10 -e
 %add_subpkg -n golang -i %{sdk_ext}.golang -e
 %add_subpkg -n java-25-openjdk -i %{sdk_ext}.openjdk25 -e -I
 %add_subpkg -n llvm19 -i %{sdk_ext}.llvm19 -e

diff --git a/org.fedoraproject.Sdk.Extension.dotnet10.metainfo.xml b/org.fedoraproject.Sdk.Extension.dotnet10.metainfo.xml
new file mode 100644
index 0000000..57ff461
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.dotnet10.metainfo.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.dotnet10</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>.NET 10 Sdk extension</name>
+  <summary>.NET 10 interpreter and tools extension for the Fedora flatpak SDK</summary>
+  <developer id="org.fedoraproject">
+    <name>Fedora</name>
+  </developer>
+  <url type="homepage">https://dotnet.microsoft.com/</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=178907620055.1.15266643904312952190.rpms-flatpak-app-config-864fccd42a1a@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