-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: reduce package scope and remove redundancies #544
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
"all": [ | ||
"alsa-firmware", | ||
"android-udev-rules", | ||
"apr", | ||
"apr-util", | ||
"distrobox", | ||
"ffmpeg", | ||
"ffmpeg-libs", | ||
|
@@ -17,7 +15,6 @@ | |
"google-noto-sans-sundanese-fonts", | ||
"grub2-tools-extra", | ||
"heif-pixbuf-loader", | ||
"htop", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was added over a year ago ( #82 ) as an opinionated, lightweight helpful utility. The only concern I've ever seen about this is that it comes with a desktop file which shows up in DE app lists and some people seem to find that offensive. I'm not inclined to remove it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This one can be easy solved with: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, I am fine with hiding the desktop icon if the group wishes to do that. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I would also do that for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm -1 for mangling .desktop files in main - I agree it's annoying, which is why we do it downstream. 😄 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also agreed, though, I'd suggest that be a distinct PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bsherman ultimately this PR is about giving If these packages are universally useful, they should be added in fedora comps. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @qoijjj I just addressed this in top-level comment. |
||
"intel-media-driver", | ||
"just", | ||
"kernel-tools", | ||
|
@@ -42,7 +39,6 @@ | |
"solaar-udev", | ||
"symlinks", | ||
"tcpdump", | ||
"tmux", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was added nearly a year ago ( #190 ) due to multiple contributors/users who believed it to be a useful, lightweight tool which is valuable on the host main images and who realized it was being added on several downstream images. I'm not inclined to remove it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Second this. Similar to vim this is a popular tool for folks and adds almost no size to the image to include it. |
||
"traceroute", | ||
"vim", | ||
"wireguard-tools", | ||
|
@@ -194,7 +190,6 @@ | |
"xrdb" | ||
], | ||
"sericea": [ | ||
"clipman", | ||
RoyalOughtness marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"gvfs-mtp", | ||
"thunar-volman", | ||
"tumbler" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APR was added specifically to support installations of Davinci Resolve ( #91 ) and was a nice example of a user providing a clean request for package support or alternative documentations.
There's no harm to keeping this, but removing it is reversing a past decision to save... 246k on a download?
I'm not sure I would support adding this today, but I'm not really in favor of removing support without a strong reason.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unofficial Davinci Resolve flatpak is in progress:
https://github.com/pobthebuilder/resolve-flatpak
davincibox also exists:
https://github.com/zelikos/davincibox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Image size is not the purpose of this PR 🙂