Skip to content

Commit

Permalink
Get newer libqt5pas
Browse files Browse the repository at this point in the history
  • Loading branch information
reckel-jm committed Mar 18, 2024
1 parent d3ac73d commit 488254a
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 @@ -52,14 +52,14 @@ parts:
source-type: local
build-packages:
- build-essential
- libqt5pas-dev
- libqt5pas1
stage-packages:
- libqt5pas1
- qt5-gtk-platformtheme
- qtwayland5

override-build: |
wget -nc "https://github.com/davidbannon/libqt5pas/releases/download/v1.2.15/libqt5pas-dev_2.15-1_amd64.deb"
wget -nc "https://github.com/davidbannon/libqt5pas/releases/download/v1.2.15/libqt5pas1_2.15-1_amd64.deb"
apt install "./libqt5pas1_2.15-1_amd64.deb" "./libqt5pas-dev_2.15-1_amd64.deb"
cd src
lazbuild --ws="qt5" bgrabitmap/bgrabitmap/bgrabitmappack.lpk
lazbuild -B --bm="ReleaseConfined" --ws="qt5" Cantara.lpi
Expand Down

0 comments on commit 488254a

Please sign in to comment.