Skip to content

Commit

Permalink
Added snapcraft files.
Browse files Browse the repository at this point in the history
  • Loading branch information
stolowski committed Aug 16, 2016
1 parent 2b1748f commit 642de9e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/gui/qcomicbook.desktop
1 change: 1 addition & 0 deletions setup/gui/qcomicbook.png
32 changes: 32 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: qcomicbook
version: "0.9.1"
summary: QComicBook
description: |
QComicBook is a viewer for PDF files and comic book archives containing
jpeg/png/xpm/gif/bmp images, which aims at convenience and simplicity.
confinement: strict

apps:
qcomicbook:
command: desktop-launch qcomicbook
plugs: [home, unity7, x11]

parts:
qcomicbook:
source: .
plugin: cmake
build-packages:
- g++
- libqt5x11extras5-dev
- libpoppler-qt5-dev
- libqt5widgets5
- libqt5printsupport5
- qttools5-dev-tools
- pkg-config
stage-packages:
- rar
- unzip
- unace
- tar
- p7zip
after: [desktop/qt5]

0 comments on commit 642de9e

Please sign in to comment.