Skip to content

Commit

Permalink
fixup mappings for cosmic and dx
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Aug 4, 2024
1 parent 1317860 commit 1cea45e
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 5 deletions.
7 changes: 6 additions & 1 deletion src/rechunk/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ def argparse_func():
parser.add_argument(
"--changelog-fn", help="Output path for the generated changelog.", default=None
)
parser.add_argument(
"--result-fn",
help="A debug file with the file packaging results.",
default=None,
)

# Hyperparameters
group = parser.add_argument_group("Hyperparameters")
Expand Down Expand Up @@ -129,7 +134,7 @@ def argparse_func():
version=args.version,
pretty=args.pretty,
version_fn=args.version_fn,
result_fn=None,
result_fn=args.result_fn,
revision=args.revision,
git_dir=args.git_dir,
changelog=args.changelog,
Expand Down
95 changes: 91 additions & 4 deletions src/rechunk/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,25 @@ meta:
wine:
packages:
- wine*
# files:
cups:
packages:
- cups*
dedicated: False
samba:
packages:
- samba*
- libwbclient
- libsmbclient
- libnetapi # FIXME: does this belong here?
dedicated: False
# files:
# # Bazzite dirty writes to /lib/firmware for the Steam Deck
# - /usr/lib/firmware/*
# Analyzed by finding packages having a shared version
# Cosmic
cosmic:
packages:
- cosmic*

#
# Plasma
Expand Down Expand Up @@ -353,13 +368,19 @@ meta:
google-fonts:
packages:
- google-noto-*
ghostscript:
packages:
- ghostscript*
mariadb:
packages:
- mariadb*
cldr:
cldr-emoji:
packages:
- cldr-emoji-annotation*
dedicated: False
cldr:
packages:
- cldr
python3:
packages:
- python3
Expand All @@ -369,7 +390,47 @@ meta:
python3-botocore:
packages:
- python3-botocore*

boost:
packages:
- boost-*
- boost
dedicated: False
flatpak:
packages:
- flatpak
- flatpak-session-helper
- flatpak-selinux
- flatpak-libs
dedicated: False
libtracker:
packages:
- libtracker-sparql
- tracker
- tracker-miners
dedicated: False
ibus-anthy:
packages:
- ibus-anthy
- ibus-anthy-python
dedicated: False
perl:
packages:
- perl-libs
- perl-interpreter
dedicated: False
coreutils:
packages:
- coreutils*
dedicated: False
git:
packages:
- git*
containerd.io:
packages:
- containerd.io
docker-ce:
packages:
- docker-ce*
#
# Nvidia
#
Expand All @@ -379,6 +440,10 @@ meta:
- nvidia-persistenced
- nvidia-settings
- xorg-x11-drv*
gvisor:
packages:
- gvisor*
dedicated: False

#
# Apps
Expand Down Expand Up @@ -624,6 +689,10 @@ meta:
packages:
- liberation-*
dedicated: False
mozilla-fira:
packages:
- mozilla-fira-*
dedicated: False
sqlite:
packages:
- sqlite*
Expand Down Expand Up @@ -675,4 +744,22 @@ meta:
zed:
files:
- /usr/lib/zed.app/*
dedicated: True
argyllcms:
packages:
- argyllcms*
geolite2:
packages:
- geolite2*
dedicated: False
rclone:
packages:
- rclone*
code:
packages:
- code*
docker-compose-plugin:
packages:
- docker-compose-plugin*
emacs:
packages:
- emacs*

0 comments on commit 1cea45e

Please sign in to comment.