diff options
author | Max Rees <maxcrees@me.com> | 2020-06-19 04:04:34 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-06-19 04:10:59 -0500 |
commit | e1fc1f6a70742441f4620131df68220666831c91 (patch) | |
tree | a6c13de1e912a7bc5c5e508508748bedb8de000c /image/creator.1 | |
parent | 0c6decad96afebf359e61a19afd2b5859e5bdb20 (diff) | |
download | horizon-e1fc1f6a70742441f4620131df68220666831c91.tar.gz horizon-e1fc1f6a70742441f4620131df68220666831c91.tar.bz2 horizon-e1fc1f6a70742441f4620131df68220666831c91.tar.xz horizon-e1fc1f6a70742441f4620131df68220666831c91.zip |
Qt UI: Fix a few issues in the custom packages list
* "doc" is a typo; should be "docs".
* otter-browser is no longer available. It may be added back at some
point.
* there is no openjdk8-jdk, only openjdk8-jre and openjdk. Since this is
in the programming section I assume they want the whole JDK and not
just the runtime environment.
Script used to find issues:
$ awk -F '\t' '$2 {print $2}' ui/qt5/resources/packages.txt | sort -u > packages_want
$ apk search -qx $(cat packages_want) | sort -u > packages_have
$ comm -23 packages_want packages_have
doc
openjdk8-jdk
otter-browser
This only checked against x86_64 but I think these should all be
available for all arches.
Diffstat (limited to 'image/creator.1')
0 files changed, 0 insertions, 0 deletions