diff options
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 |