Okay, that worked. Thanks @lucyllewy
Any idea how to get it to build with i386 stage-packages
?
Here’s the newest .yaml
:
name: ibm-notes
version: 9.0.1.4
summary: IBM Notes is an email client
description: |
IBM Notes is the email client software of the IBM Notes and Domino client/server platform. It provides email, calendar and contact management capabilities, but because it works with the Domino server, it can also integrate IBM collaboration tools and business applications.
grade: devel
confinement: devmode
parts:
my-part:
plugin: dump
source: https://fabricsre.bigtester.org/index.php/s/D20mKKg5WD2mKsu/download
source-type: deb
build-packages:
- execstack
- dpkg
prepare: |
sed -i 's|Icon=notes|Icon=/opt/ibm/notes/notes\.png|' usr/share/applications/IBMNotes9.0.desktop
execstack --clear-execstack opt/ibm/notes/notes
dpkg --add-architecture i386
after: [desktop-gtk2]
stage-packages:
- libstdc++6
apps:
ibmnotes:
desktop: usr/share/applications/IBMNotes9.0.desktop
command: bin/desktop-launch $SNAP/opt/ibm/notes/notes
plugs:
- unity7
- x11
- home
- network
- network-bind
- gsettings
- browser-support
- opengl
- pulseaudio
- wayland
EDIT:
Never mind, found a link with the answer (your answer @lucyllewy):