diff options
author | Joerg Schirottke <master@kanotix.com> | 2015-03-16 20:49:10 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2015-03-16 21:39:49 +0100 |
commit | a3d46ab18ddd5acd792fd087ff07a5773ffc88ef (patch) | |
tree | 64d613183d441b8b01f8814e7789c7047610c559 /config/lists | |
parent | 57c5779566674a8f65846894e84f869aa7143461 (diff) | |
download | kanotix-a3d46ab18ddd5acd792fd087ff07a5773ffc88ef.zip kanotix-a3d46ab18ddd5acd792fd087ff07a5773ffc88ef.tar.gz |
use wine-staging from fds-team
Diffstat (limited to 'config/lists')
-rw-r--r-- | config/lists/kanotix-kde-master | 7 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-full | 7 | ||||
-rw-r--r-- | config/lists/wine-staging | 11 |
3 files changed, 13 insertions, 12 deletions
diff --git a/config/lists/kanotix-kde-master b/config/lists/kanotix-kde-master index f27206e..0eb79a1 100644 --- a/config/lists/kanotix-kde-master +++ b/config/lists/kanotix-kde-master @@ -41,12 +41,7 @@ update-manager-core #update-notifier-kde # wine -#if DISTRIBUTION wheezy -#include <wheezy-wine> -#endif -#nif DISTRIBUTION wheezy -#include <jessie-wine> -#endif +#include <wine-staging> # games armagetronad diff --git a/config/lists/kanotix-lxde-full b/config/lists/kanotix-lxde-full index 78d2bd4..ef7bf5d 100644 --- a/config/lists/kanotix-lxde-full +++ b/config/lists/kanotix-lxde-full @@ -21,12 +21,7 @@ sane icedove-l10n-de # wine -#if DISTRIBUTION wheezy -#include <wheezy-wine> -#endif -#nif DISTRIBUTION wheezy -#include <jessie-wine> -#endif +#include <wine-staging> # games diff --git a/config/lists/wine-staging b/config/lists/wine-staging new file mode 100644 index 0000000..299d95c --- /dev/null +++ b/config/lists/wine-staging @@ -0,0 +1,11 @@ +# wine-staging (multiarch) + +winetricks + +#if ARCHITECTURE i386 +wine-staging +#endif + +#if ARCHITECTURE amd64 +wine-staging:i386 +#endif |