Skip to content

Commit

Permalink
Include breeze-icons explicitly in appimage docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
milianw committed Oct 12, 2023
1 parent b99eabe commit 9747f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/appimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ RUN ldconfig && \
./kdesrc-build --metadata-only && \
# fix compile error in kwallet
./kdesrc-build --include-dependencies qca && \
./kdesrc-build --include-dependencies threadweaver kconfigwidgets kcoreaddons kitemviews kitemmodels solid \
./kdesrc-build --include-dependencies threadweaver kconfigwidgets kcoreaddons \
kitemviews kitemmodels solid breeze-icons \
kwindowsystem knotifications kiconthemes karchive syntax-highlighting kio kparts && \
# without extra dependencies
./kdesrc-build kgraphviewer && \
Expand Down

0 comments on commit 9747f74

Please sign in to comment.