summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2013-08-25 17:08:05 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2013-08-25 17:10:13 +0200
commitb1a5db4306c374b02f9d579a33f509bcfd113200 (patch)
treebd971f138399cc0f6494c1b1a7ff0be2dc6f6bf6 /config
parent5ccdc52857d1535e492f3914e12297a3145b138c (diff)
downloadkanotix-b1a5db4306c374b02f9d579a33f509bcfd113200.zip
kanotix-b1a5db4306c374b02f9d579a33f509bcfd113200.tar.gz
(optional) install Silverlight-plugin with Pipelight
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-hooks/install_silverlight.sh13
-rw-r--r--config/lists/firefox1
-rw-r--r--config/lists/silverlight5
-rw-r--r--config/repositories/silverlight3
-rw-r--r--config/repositories/silverlight.gpg13
5 files changed, 35 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/install_silverlight.sh b/config/chroot_local-hooks/install_silverlight.sh
new file mode 100755
index 0000000..691de40
--- /dev/null
+++ b/config/chroot_local-hooks/install_silverlight.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+[ -x /opt/wine-compholio/bin/wine ] || exit 0
+export WINE=/opt/wine-compholio/bin/wine
+export WINEARCH=win32
+export WINEDLLOVERRIDES="mscoree,mshtml="
+export WINEPREFIX="/etc/skel/.wine-pipelight/"
+export DISPLAY=:1
+Xvfb :1 -screen 0 1024x768x16 &
+/usr/share/wine-browser-installer/download-missing-files wine-silverlight5.1-installer
+/usr/share/wine-browser-installer/install-dependency wine-silverlight5.1-installer
+kill $!
+apt-get --yes --purge remove xvfb
+apt-get --yes --purge autoremove
diff --git a/config/lists/firefox b/config/lists/firefox
new file mode 100644
index 0000000..d762c05
--- /dev/null
+++ b/config/lists/firefox
@@ -0,0 +1 @@
+iceweasel
diff --git a/config/lists/silverlight b/config/lists/silverlight
new file mode 100644
index 0000000..c9812c0
--- /dev/null
+++ b/config/lists/silverlight
@@ -0,0 +1,5 @@
+pipelight
+wine-compholio
+wine-silverlight5.1-installer
+xvfb
+g++-mingw-w64-i686
diff --git a/config/repositories/silverlight b/config/repositories/silverlight
new file mode 100644
index 0000000..b0264ec
--- /dev/null
+++ b/config/repositories/silverlight
@@ -0,0 +1,3 @@
+# patched wine for Silverlight
+deb http://ppa.launchpad.net/ehoover/compholio/ubuntu precise main
+deb-src http://ppa.launchpad.net/ehoover/compholio/ubuntu precise main
diff --git a/config/repositories/silverlight.gpg b/config/repositories/silverlight.gpg
new file mode 100644
index 0000000..3ffd326
--- /dev/null
+++ b/config/repositories/silverlight.gpg
@@ -0,0 +1,13 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.12 (GNU/Linux)
+
+mI0ESvH1KwEEALSIzpJMTP4HCmRxTuBrvBX3VxILPYFG7gdtKZfRKnNQ9K6n/VAO
+wTmX5WfzyOOKyDIbTgtIE/+so9K5TpugYOdvJDtqX0A6CgV6g1nT9a3XoX5u2Upw
+5gBQve1Okg7nra05b2PmEEhbLnQyyl9jaqwRcKOG1oaxeHlQraklTb7JABEBAAG0
+E0xhdW5jaHBhZCBjb21waG9saW+ItgQTAQIAIAUCSvH1KwIbAwYLCQgHAwIEFQII
+AwQWAgMBAh4BAheAAAoJEEl6DzgfaRiWFkgEAIXxfPSFiIRW2LWRhHxkoTT/D3dm
+X/0nLOSYaDuZjCTPKZKUX3+B0oEcX5e3JvT9n0OdQl7zlQpmzM717jumflh1laX1
+DA4zi82H8XltV3K4cyg21AQJKIxW2KwfvWAx01XDjl4gwsuvVkl+q78/O8MCtn5h
+Dbb47wf6i/uaziD0
+=pOlx
+-----END PGP PUBLIC KEY BLOCK-----