Skip to content

Commit

Permalink
Packaging: Snap: Removed additional libraries from snapcraft.yaml
Browse files Browse the repository at this point in the history
Issue #37
  • Loading branch information
pentix committed Oct 16, 2019
1 parent b8e18b3 commit a1be9fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion packaging/snap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ all:

docker stop qjournalctl-snap

RES=$(shell ls -lhsa *.snap) ; echo "Build succeeded: "$(RES)
12 changes: 1 addition & 11 deletions packaging/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parts:
make install -j$(nproc)
cd ../..
sed -i 's/target.path = \/usr\/bin/target.path = \/snap\/parts\/qjournalctl\/install\/usr\/bin/' qjournalctl.pro
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/snap/parts/qjournalctl/install/lib/pkgconfig/ QT_SELECT=qt5 qmake qjournalctl.pro -r -spec linux-g++ CONFIG+=release QMAKE_LIBDIR=/snap/parts/qjournalctl/install/lib/
Expand All @@ -43,17 +43,7 @@ parts:
- make
- cmake
- wget
- qtbase5-dev
- xcb
- libx11-xcb-dev
- libx11-xcb1

stage-packages:
- qtbase5-dev
- xcb
- libx11-xcb-dev
- libx11-xcb1

apps:
qjournalctl:
command: desktop-launch qjournalctl
Expand Down

0 comments on commit a1be9fb

Please sign in to comment.