Enhancement: Fixes #197, Packaging port for Red Hat and derivatives (eg. Fedora)

This commit is contained in:
Rory Fewell
2024-04-11 22:38:25 +01:00
parent 0b4ead9921
commit 8224319135
10 changed files with 139 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import argparse
from pathlib import Path
def main():
VALID_DISTROS=["apk", "archpkg", "bsdpkg", "deb"]
VALID_DISTROS=["apk", "archpkg", "bsdpkg", "deb", "rpm"]
parser = argparse.ArgumentParser(
prog="Dependency Mapper Utility",

View File

@@ -0,0 +1,32 @@
garcon-->bt-->garcon-devel
garcon-->rt-->garcon
garcon-gtk3-->bt-->garcon-devel
garcon-gtk3-->rt-->garcon
gdk-pixbuf2-->bt-->gdk-pixbuf2-devel
gdk-pixbuf2-->rt-->gdk-pixbuf2
glib2-->bt-->glib2-devel
glib2-->rt-->glib2
gtk3-->bt-->gtk3-devel
gtk3-->rt-->gtk3
lightdm-->bt-->lightdm-gobject-devel
lightdm-->rt-->lightdm-gobject
msgfmt-->bt,rt-->gettext
plymouth-->bt,rt-->plymouth
pulseaudio-->bt-->pulseaudio-libs-devel
pulseaudio-->rt-->pulseaudio-libs
python3-venv-->bt,rt-->python3-virtualenv
sass-->bt,rt-->rubygem-sass
sysinfo-->bt,rt-->NULL
wintc-comctl-->bt,rt-->wintc-comctl
wintc-comgtk-->bt,rt-->wintc-comgtk
wintc-exec-->bt,rt-->wintc-exec
wintc-msgina-->bt,rt-->wintc-msgina
wintc-shcommon-->bt,rt-->wintc-shcommon
wintc-shell-->bt,rt-->wintc-shell
wintc-shelldpa-->bt,rt-->wintc-shelldpa
wintc-shellext-->bt,rt-->wintc-shellext
wintc-shlang-->bt,rt-->wintc-shlang
wintc-sndapi-->bt,rt-->wintc-sndapi
wintc-winbrand-->bt,rt-->wintc-winbrand
xcursorgen-->bt,rt-->xcursorgen
xdg-mime-->bt,rt-->xdg-utils