Skip to content

Commit

Permalink
refactor(dependencies): install gsfonts on all debian based distros
Browse files Browse the repository at this point in the history
ghostscript isn't needed on debian, but at least gsfonts is also needed
on ubuntu.
  • Loading branch information
SuperTux88 committed Nov 3, 2020
1 parent 0ea714d commit 0423466
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion diaspora/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Debian:
- libxslt1-dev
- imagemagick
- libmagickwand-dev
- ghostscript
- gsfonts
- nodejs
- tzdata
- libjemalloc2
Expand Down
3 changes: 2 additions & 1 deletion diaspora/osfingermap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Debian-9:
- libxslt1-dev
- imagemagick
- libmagickwand-dev
- ghostscript
- gsfonts
- nodejs
- tzdata
- libjemalloc1
Expand All @@ -44,6 +44,7 @@ Ubuntu-18.04:
- libxslt1-dev
- imagemagick
- libmagickwand-dev
- gsfonts
- nodejs
- tzdata
- libjemalloc1
Expand Down
16 changes: 1 addition & 15 deletions diaspora/osmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,7 @@
# osmap: {}
---
# os_family: Debian
Ubuntu:
dependencies:
- build-essential
- git
- curl
- libcurl4-openssl-dev
- libidn11-dev
- libssl-dev
- libxml2-dev
- libxslt1-dev
- imagemagick
- libmagickwand-dev
- nodejs
- tzdata
- libjemalloc2
Ubuntu: {}

# os_family: RedHat
CentOS: {}
2 changes: 1 addition & 1 deletion test/integration/_mapdata/files/_mapdata/debian-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- libxslt1-dev
- imagemagick
- libmagickwand-dev
- ghostscript
- gsfonts
- nodejs
- tzdata
- libjemalloc2
Expand Down
2 changes: 1 addition & 1 deletion test/integration/_mapdata/files/_mapdata/debian-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- libxslt1-dev
- imagemagick
- libmagickwand-dev
- ghostscript
- gsfonts
- nodejs
- tzdata
- libjemalloc1
Expand Down
1 change: 1 addition & 0 deletions test/integration/_mapdata/files/_mapdata/ubuntu-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- libxslt1-dev
- imagemagick
- libmagickwand-dev
- gsfonts
- nodejs
- tzdata
- libjemalloc1
Expand Down
1 change: 1 addition & 0 deletions test/integration/_mapdata/files/_mapdata/ubuntu-20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- libxslt1-dev
- imagemagick
- libmagickwand-dev
- gsfonts
- nodejs
- tzdata
- libjemalloc2
Expand Down

0 comments on commit 0423466

Please sign in to comment.