From 8f03929e41412824d9d8315f7f409d9ab5dd0e50 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 21 May 2018 18:02:30 -0400 Subject: logi1: Install patched inkscape --- (limited to 'hosts/logi1') diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst index d0fdebd..bf19b48 100644 --- a/hosts/logi1/postinst +++ b/hosts/logi1/postinst @@ -157,6 +157,15 @@ printf '%s %s\n' \ in_target dpkg -i 'fbpanel_7.0-3.1_amd64.deb' in_target rm -f 'fbpanel_7.0-3.1_amd64.deb' +# Install inkscape patched to match document size against known paper sizes. +in_target wget \ + 'http://www.pehjota.net/~pj/inkscape/inkscape_0.92.3-1~bpo9+1_amd64.deb' +printf '%s %s\n' \ + '1742aeef4a878714a05fbd85451fd65982b88da109ea01fe5cb94100b90f723f' \ + 'inkscape_0.92.3-1~bpo9+1_amd64.deb' | in_target sha256sum -c +in_target dpkg -i 'inkscape_0.92.3-1~bpo9+1_amd64.deb' +in_target rm -f 'inkscape_0.92.3-1~bpo9+1_amd64.deb' + # Install ssic. in_target wget 'http://www.pehjota.net/~pj/ssic/ssic_1.0.0-1_all.deb' printf '%s %s\n' \ -- cgit v0.9.1