public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Update rename patterns to make sure mesa-dri-drivers gets included
@ 2026-09-11 14:41 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-09-11 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : d363b05761eb5f68a8f1b6af7fc075c2ec7e9018
Author : Kalev Lember <klember@redhat.com>
Date : 2021-04-20T11:16:06+02:00
Stats : +4/-0 in 3 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/d363b05761eb5f68a8f1b6af7fc075c2ec7e9018?branch=f45
Log:
Update rename patterns to make sure mesa-dri-drivers gets included
---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 03565d3..1676d5f 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -889,6 +889,7 @@ data:
- lz4-libs
- lzip
- ModemManager-glib
+ - mesa-dri-drivers
- mesa-filesystem
- mesa-libEGL
- mesa-libGL
@@ -2950,6 +2951,7 @@ data:
- m4
- make
- man-db
+ - mesa-dri-drivers
- mesa-filesystem
- mesa-libEGL
- mesa-libEGL-devel
diff --git a/tools/list-files.py b/tools/list-files.py
index 6fe81f9..392fb2f 100755
--- a/tools/list-files.py
+++ b/tools/list-files.py
@@ -37,6 +37,7 @@ for d in python_dirs:
output_dir_recurse('/usr/share/fonts')
output_dir_recurse('/usr/share/themes')
+output_dir_recurse('/usr/lib/x86_64-linux-gnu/GL/default/lib/dri/')
output_dir_recurse('/usr/lib/x86_64-linux-gnu/gio/modules/')
output_dir_recurse('/usr/lib/x86_64-linux-gnu/gstreamer-1.0/')
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 1ef70e4..205d691 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -369,6 +369,7 @@ rename_patterns = [
(r'^/usr/include/ruby-2.7.0/ruby/(.*)', r'/usr/include/ruby/\1'),
(r'^/usr/include/ruby-2.7.0/x86_64-linux/ruby/(.*)', r'/usr/include/ruby/\1'),
(r'^/usr/include/ruby-2.7.0/(.*)', r'/usr/include/ruby/\1'),
+ (r'^/usr/lib64/GL/default/lib/dri/(.*)', r'/usr/lib64/dri/\1'),
(r'^/usr/lib64/pkgconfig/(.*proto.pc)', r'/usr/share/pkgconfig/\1'),
(r'^/usr/lib64/python3.8/(.*)', r'/usr/lib64/python3.9/\1'),
(r'^/usr/share/fonts/dejavu/(DejaVuSansMono.*)', r'/usr/share/fonts/dejavu-sans-mono-fonts/\1'),
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:41 [flatpaks/flatpak-runtime] f45: Update rename patterns to make sure mesa-dri-drivers gets included Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox