mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
revert as OBE in core22
This commit is contained in:
parent
30f065b873
commit
d9330946a3
@ -7,7 +7,7 @@ source-code: https://github.com/sleuthkit/autopsy/
|
|||||||
website: https://www.autopsy.com/
|
website: https://www.autopsy.com/
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||||
confinement: strict # or classic # use 'strict' once you have the right plugs and slots
|
confinement: devmode # or classic # use 'strict' once you have the right plugs and slots
|
||||||
architectures: [amd64]
|
architectures: [amd64]
|
||||||
compression: lzo
|
compression: lzo
|
||||||
icon: snap/gui/autopsy.png
|
icon: snap/gui/autopsy.png
|
||||||
@ -42,7 +42,7 @@ apps:
|
|||||||
SOLR_PID_DIR: $HOME/.autopsy/dev/solr/logs
|
SOLR_PID_DIR: $HOME/.autopsy/dev/solr/logs
|
||||||
command-chain:
|
command-chain:
|
||||||
- autopsy/bin/tmpsetup.sh
|
- autopsy/bin/tmpsetup.sh
|
||||||
command: bin/desktop-launch $SNAP/autopsy/bin/autopsy
|
command: autopsy/bin/autopsy
|
||||||
# More info here: https://snapcraft.io/docs/gnome-extension
|
# More info here: https://snapcraft.io/docs/gnome-extension
|
||||||
extensions: [ gnome ]
|
extensions: [ gnome ]
|
||||||
common-id: org.sleuthkit.autopsy
|
common-id: org.sleuthkit.autopsy
|
||||||
@ -86,29 +86,6 @@ apps:
|
|||||||
- x11
|
- x11
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
# desktop helpers to get launch working correctly
|
|
||||||
# coming from https://forum.snapcraft.io/t/desktop-applications/13034,
|
|
||||||
# https://github.com/jibel/freeplane-snap/blob/master/snapcraft.yaml
|
|
||||||
desktop-glib:
|
|
||||||
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
|
|
||||||
source-subdir: glib-only
|
|
||||||
plugin: make
|
|
||||||
build-packages:
|
|
||||||
- libglib2.0-dev
|
|
||||||
stage-packages:
|
|
||||||
- adwaita-icon-theme
|
|
||||||
- dmz-cursor-theme
|
|
||||||
- gnome-themes-standard
|
|
||||||
- libgdk-pixbuf2.0-0
|
|
||||||
- libglib2.0-bin
|
|
||||||
- libgtk2.0-0
|
|
||||||
- libxkbcommon0
|
|
||||||
- light-themes
|
|
||||||
- locales-all
|
|
||||||
- shared-mime-info
|
|
||||||
- ttf-ubuntu-font-family
|
|
||||||
- xdg-user-dirs
|
|
||||||
|
|
||||||
sleuthkit:
|
sleuthkit:
|
||||||
plugin: autotools
|
plugin: autotools
|
||||||
source: https://github.com/sleuthkit/sleuthkit.git
|
source: https://github.com/sleuthkit/sleuthkit.git
|
||||||
@ -142,7 +119,7 @@ parts:
|
|||||||
- libvhdi-dev
|
- libvhdi-dev
|
||||||
- libvmdk-dev
|
- libvmdk-dev
|
||||||
autopsy:
|
autopsy:
|
||||||
after: [sleuthkit, desktop-glib]
|
after: [sleuthkit]
|
||||||
# build-attributes:
|
# build-attributes:
|
||||||
# - enable-patchelf
|
# - enable-patchelf
|
||||||
build-packages:
|
build-packages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user