diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7935ddd30bcff35e2f6537af7cb3990b9ec222e8..bcd6e57551d53b63e86f2d2b8bfa4bac8999203e 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 1a5e66021e56ab5bbff3916c60c784d040869287..5bd8c403740c9e02af02315f7da53eeccbc4d7ce 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 0000000000000000000000000000000000000000..cbe3bbc74bec9787a3f43e0285965e924bd448df --- /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