Skip to content

Commit

Permalink
Update to kde-frameworks-5-99-qt-5-15-7-core20
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes authored Aug 3, 2023
1 parent 328e1a0 commit 6c14bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ parts:
- povray # Raytracing
- povray-includes # Raytracing
override-build: |
kde_sdk_dir="/snap/kde-frameworks-5-96-qt-5-15-5-core20-sdk/current"
kde_sdk_dir="/snap/kde-frameworks-5-99-qt-5-15-7-core20-sdk/current"
mkdir -p /etc/xdg/qtchooser
cp "$kde_sdk_dir/etc/xdg/qtchooser/default.conf" "/etc/xdg/qtchooser/default.conf"
snapcraftctl build
Expand Down Expand Up @@ -269,10 +269,10 @@ parts:
cleanup:
after: [stub-chown, freecad, python-packages, snap-setup-mod, graphviz]
plugin: nil
build-snaps: [kde-frameworks-5-96-qt-5-15-5-core20]
build-snaps: [kde-frameworks-5-99-qt-5-15-7-core20]
override-prime: |
set -eux
for snap in "kde-frameworks-5-96-qt-5-15-5-core20"; do # List all content-snaps you're using here
for snap in "kde-frameworks-5-99-qt-5-15-7-core20"; do # List all content-snaps you're using here
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" "$SNAPCRAFT_PRIME/usr/{}" \;
done
for cruft in bug lintian man; do
Expand Down

0 comments on commit 6c14bdb

Please sign in to comment.