Skip to content

Commit

Permalink
Remove LXQT image from matrix and packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Apr 25, 2024
1 parent bc58493 commit 9508130
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ body:
- All Images
- Bazzite
- Kinoite
- LXQt
- Mate
- Silverblue
- Ubuntu
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- sericea
- onyx
- base
- lxqt
- lazurite
- mate
- vauxite
Expand All @@ -49,7 +48,7 @@ jobs:
- name: Matrix Variables
shell: bash
run: |
if [[ "${{ matrix.image_name }}" == "lxqt" || "${{ matrix.image_name }}" == "mate" ]]; then
if [[ "${{ matrix.image_name }}" == "mate" ]]; then
echo "SOURCE_IMAGE=base" >> $GITHUB_ENV
else
echo "SOURCE_IMAGE=${{ matrix.image_name }}" >> $GITHUB_ENV
Expand Down
37 changes: 0 additions & 37 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,43 +61,6 @@
"kio-admin",
"ksshaskpass"
],
"lxqt": [
"breeze-cursor-theme",
"breeze-gtk",
"breeze-icon-theme",
"falkon",
"firewall-config",
"initial-setup-gui",
"libqtxdg",
"lxqt-about",
"lxqt-archiver",
"lxqt-config",
"lxqt-globalkeys",
"lxqt-notificationd",
"lxqt-openssh-askpass",
"lxqt-panel",
"lxqt-policykit",
"lxqt-powermanagement",
"lxqt-qtplugin",
"lxqt-runner",
"lxqt-session",
"lxqt-themes",
"lxqt-themes-fedora",
"network-manager-applet",
"nm-connection-editor",
"notification-daemon",
"obconf",
"openbox",
"pcmanfm-qt",
"perl-File-MimeInfo",
"qt5-qtimageformats",
"qterminal",
"sddm",
"sddm-themes",
"upower",
"xdg-desktop-portal-kde",
"xdg-user-dirs"
],
"mate": [
"NetworkManager-adsl",
"NetworkManager-openconnect-gnome",
Expand Down

0 comments on commit 9508130

Please sign in to comment.