summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 18:56:25 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 18:57:19 (EDT)
commit1981b8b2d3aae9f74df089d05d52893b3c9616ec (patch)
treed19bed6db5f11669b7b735027872926bbd9be8d3
parent66c0f09824c4ad377751652133ff66c230c8251e (diff)
downloadpc-inst-1981b8b2d3aae9f74df089d05d52893b3c9616ec.zip
pc-inst-1981b8b2d3aae9f74df089d05d52893b3c9616ec.tar.gz
pc-inst-1981b8b2d3aae9f74df089d05d52893b3c9616ec.tar.bz2
alsvid3: Install libgif-dev and skippy-xd
-rw-r--r--hosts/alsvid3/pkgs1
-rw-r--r--hosts/alsvid3/postinst16
2 files changed, 17 insertions, 0 deletions
diff --git a/hosts/alsvid3/pkgs b/hosts/alsvid3/pkgs
index 4e3034a..df52b01 100644
--- a/hosts/alsvid3/pkgs
+++ b/hosts/alsvid3/pkgs
@@ -103,6 +103,7 @@
# Graphics and document utilities
graphviz
imagemagick
+ libgif-dev # For skippy-xd
librsvg2-bin
llgal
m4
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst
index 2767e60..31ac58b 100644
--- a/hosts/alsvid3/postinst
+++ b/hosts/alsvid3/postinst
@@ -77,6 +77,22 @@ in_target sudo -u pj sh <<-EOF
EOF
[ ${?} -ne 0 ] && return 1
+# Install skippy-xd.
+in_target sudo -u pj sh <<-EOF
+ set -e
+ git clone https://github.com/richardgv/skippy-xd \
+ /home/pj/src/skippy-xd/
+ cd /home/pj/src/skippy-xd/
+ make
+ EOF
+[ ${?} -ne 0 ] && return 1
+in_target sh <<-EOF
+ set -e
+ cd /home/pj/src/skippy-xd/
+ make PREFIX=/usr/local install
+ EOF
+[ ${?} -ne 0 ] && return 1
+
# Download wallpaper.
in_target sudo -u pj wget -O /home/pj/.wallpaper \
http://product-files.libiquity.com/taurinus/boot-splash/x200/background.png