Skip to content

Commit

Permalink
Add gtk3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LyzardKing committed Sep 10, 2019
1 parent 43c9d1e commit a67c3fe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ apps:
- opengl
- network-bind
- removable-media
- gnome-3-28-1804

plugs:
gnome-3-28-1804:
interface: content
target: gnome-platform
default-provider: gnome-3-28-1804:gnome-3-28-1804
content: gnome-3-28-1804

parts:
jabref:
Expand All @@ -38,3 +46,14 @@ parts:
- x11-utils
gradle-options: [snapJar, -xtest]
gradle-output-dir: 'build/releases'
desktop-gnome-platform:
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-subdir: gtk
plugin: make
make-parameters: ["FLAVOR=gtk3"]
build-packages:
- build-essential
- libgtk-3-dev
override-build: |
snapcraftctl build
mkdir -pv $SNAPCRAFT_PART_INSTALL/gnome-platform

0 comments on commit a67c3fe

Please sign in to comment.