From 3f35552f1bb705e7099537cbe353a9ef4e6afbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Fri, 29 Mar 2019 19:52:44 +0800 Subject: [PATCH] fixup! Snap packaging improvements (#207) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The build failed due to missing `requests` build dependency, this patch drops the unused component to build to avoid the problem. The manpages are still built for the upcoming read-manual workaround. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- snap/snapcraft.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4420501d48..45211c7e43 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -80,7 +80,10 @@ parts: - youtube_dl override-build: | # build manpages and bash completion - make + make \ + gallery-dl.1 \ + gallery-dl.conf.5 \ + gallery-dl.bash_completion snapcraftctl build