From a5590a699475b04199c3d1cee421095fbf87c660 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Fri, 7 Apr 2017 15:16:03 +0200
Subject: [PATCH] fonts

---
 .gitlab-ci.yml |  2 +-
 build.sh       |  2 ++
 metadata.json  | 15 +++++++++++++++
 3 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 metadata.json

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7935ddd..bcd6e57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,4 +39,4 @@ build_wine-tibbo:
     - mv -f /var/www/html/dev/vagrant/spwine-tibbo.box /var/www/html/dev/vagrant/wine-tibbo.box
     - if [ ! -f "OK" ]; then exit 1; fi
   after_script:
-    - vagrant destroy -f
+    - vagrant destroy -f
\ No newline at end of file
diff --git a/build.sh b/build.sh
index 1a5e660..5bd8c40 100644
--- a/build.sh
+++ b/build.sh
@@ -25,6 +25,8 @@ TO_INSTALL=""
 TO_INSTALL="$TO_INSTALL mono-complete winbind"
 ## WINE
 TO_INSTALL="$TO_INSTALL wine winetricks xvfb"
+## Fonts for Mono/WINE
+TO_INSTALL="$TO_INSTALL xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic"
 ## Things
 TO_INSTALL="$TO_INSTALL unzip curl"
 ## roll - globbing intended
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..cbe3bbc
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,15 @@
+{
+    "description": "Tibbo IDE 5.3.1",
+    "short_description": "Tibbo IDE 5.3.1",
+    "name": "henrietta/wine-tibbo",
+    "versions": [{
+        "version": "1.0",
+        "status": "active",
+        "description_html": "Tibbo IDE 5.3.1",
+        "description_markdown": "Tibbo IDE 5.3.1",
+        "providers": [{
+            "name": "virtualbox",
+            "url": "http://dev.dms-serwis.com.pl/vagrant/wine-tibbo.box"
+        }]
+    }]
+}
\ No newline at end of file
-- 
GitLab