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
|
confinement: classic # use 'strict' once you have the right plugs and slots
|
||||||
architectures: [amd64, arm64]
|
architectures: [amd64, arm64]
|
||||||
# TODO improves startup performance
|
# TODO improves startup performance
|
||||||
# compression: lzo
|
compression: lzo
|
||||||
icon: snap/gui/autopsy.png
|
icon: snap/gui/autopsy.png
|
||||||
|
|
||||||
# Java package repo to use with snapcraft
|
# Java package repo to use with snapcraft
|
||||||
@ -25,6 +25,8 @@ layout:
|
|||||||
symlink: $SNAP/usr/bin/photorec
|
symlink: $SNAP/usr/bin/photorec
|
||||||
/usr/local/bin:
|
/usr/local/bin:
|
||||||
bind: $SNAP/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:
|
plugs:
|
||||||
system-files-autopsy:
|
system-files-autopsy:
|
||||||
@ -105,6 +107,9 @@ parts:
|
|||||||
- libvhdi-dev
|
- libvhdi-dev
|
||||||
- libvmdk-dev
|
- libvmdk-dev
|
||||||
stage-packages:
|
stage-packages:
|
||||||
|
- build-essential
|
||||||
|
- autoconf
|
||||||
|
- libtool
|
||||||
- libpq-dev
|
- libpq-dev
|
||||||
- testdisk
|
- testdisk
|
||||||
- libafflib-dev
|
- libafflib-dev
|
||||||
@ -120,6 +125,9 @@ parts:
|
|||||||
- bellsoft-java8-full
|
- bellsoft-java8-full
|
||||||
- doxygen
|
- doxygen
|
||||||
stage-packages:
|
stage-packages:
|
||||||
|
- build-essential
|
||||||
|
- autoconf
|
||||||
|
- libtool
|
||||||
- libde265-dev
|
- libde265-dev
|
||||||
- libheif-dev
|
- libheif-dev
|
||||||
- libpq-dev
|
- libpq-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user