public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak-app-config] f45: Add LLVM 23
@ 2026-09-10 21:36 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-10 21:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/flatpak-app-config
Branch : f45
Commit : db2145f84108559a099142304b99c0fd8b067267
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-09-10T17:32:21-04:00
Stats : +15/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/flatpak-app-config/c/db2145f84108559a099142304b99c0fd8b067267?branch=f45
Log:
Add LLVM 23
---
diff --git a/enable.sh.llvm23 b/enable.sh.llvm23
new file mode 100644
index 0000000..c6e45d3
--- /dev/null
+++ b/enable.sh.llvm23
@@ -0,0 +1,2 @@
+#! /bin/sh
+export PATH="$PATH:/usr/lib/sdk/llvm23/bin"
diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
index 18fad4c..65b7e1c 100644
--- a/flatpak-app-config.spec
+++ b/flatpak-app-config.spec
@@ -95,6 +95,7 @@ RemovePathPostfixes: .%{pkgname}\
%add_subpkg -n llvm20 -i %{sdk_ext}.llvm20 -e
%add_subpkg -n llvm21 -i %{sdk_ext}.llvm21 -e
%add_subpkg -n llvm22 -i %{sdk_ext}.llvm22 -e
+%add_subpkg -n llvm23 -i %{sdk_ext}.llvm23 -e
%add_subpkg -n mono-complete -i %{sdk_ext}.mono6 -e -I
%add_subpkg -n nodejs22 -i %{sdk_ext}.node22 -e -I
%add_subpkg -n nodejs24 -i %{sdk_ext}.node24 -e -I
diff --git a/org.fedoraproject.Sdk.Extension.llvm23.metainfo.xml b/org.fedoraproject.Sdk.Extension.llvm23.metainfo.xml
new file mode 100644
index 0000000..8ef7305
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.llvm23.metainfo.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+ <id>org.fedoraproject.Sdk.Extension.llvm23</id>
+ <project_license>Apache-2.0 WITH LLVM-exception</project_license>
+ <metadata_license>CC0-1.0</metadata_license>
+ <name>LLVM 23 Sdk extension</name>
+ <summary>LLVM 23 stable compiler and tools extension for the Fedora flatpak SDK</summary>
+ <developer id="org.fedoraproject">
+ <name>Fedora</name>
+ </developer>
+ <url type="homepage">https://llvm.org/</url>
+</component>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 21:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 21:36 [rpms/flatpak-app-config] f45: Add LLVM 23 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox