mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
snap updates; needs work especially for classic environment
This commit is contained in:
parent
2ce70f0564
commit
eb3dd902f7
@ -8,7 +8,7 @@ grade: stable # must be 'stable' to release into candidate/stable channels
|
||||
confinement: classic # use 'strict' once you have the right plugs and slots
|
||||
architectures: [amd64, arm64]
|
||||
# TODO improves startup performance
|
||||
# compression: lzo
|
||||
compression: lzo
|
||||
icon: snap/gui/autopsy.png
|
||||
|
||||
# Java package repo to use with snapcraft
|
||||
@ -25,6 +25,8 @@ layout:
|
||||
symlink: $SNAP/usr/bin/photorec
|
||||
/usr/local/bin:
|
||||
bind: $SNAP/usr/local/bin
|
||||
# /usr/lib/jvm/bellsoft-java8-full-amd64:
|
||||
# symlink: $SNAP/usr/lib/jvm/bellsoft-java8-full-amd64
|
||||
|
||||
plugs:
|
||||
system-files-autopsy:
|
||||
@ -105,6 +107,9 @@ parts:
|
||||
- libvhdi-dev
|
||||
- libvmdk-dev
|
||||
stage-packages:
|
||||
- build-essential
|
||||
- autoconf
|
||||
- libtool
|
||||
- libpq-dev
|
||||
- testdisk
|
||||
- libafflib-dev
|
||||
@ -120,6 +125,9 @@ parts:
|
||||
- bellsoft-java8-full
|
||||
- doxygen
|
||||
stage-packages:
|
||||
- build-essential
|
||||
- autoconf
|
||||
- libtool
|
||||
- libde265-dev
|
||||
- libheif-dev
|
||||
- libpq-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user