diff options
author | Joerg Schirottke <master@kanotix.com> | 2018-12-29 11:57:41 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2018-12-29 16:16:06 +0100 |
commit | 8f65bd64dee897e525f1dc0db5cce2d9d5f91ea7 (patch) | |
tree | 5fca1efcc60b28bad791f373221117720422b498 | |
parent | 769920abba161337b881596b7bc0d18da5b21119 (diff) | |
download | kanotix-8f65bd64dee897e525f1dc0db5cce2d9d5f91ea7.zip kanotix-8f65bd64dee897e525f1dc0db5cce2d9d5f91ea7.tar.gz |
wine-staging not for wheezy
-rwxr-xr-x | auto/config | 8 | ||||
-rw-r--r-- | config/lists/kanotix-kde-master | 2 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-full | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/auto/config b/auto/config index b7c5282..a854b8c 100755 --- a/auto/config +++ b/auto/config @@ -51,28 +51,28 @@ lb config noauto \ # architecture and distribution depending stuff (e.g. kernel) case "$LB_DISTRIBUTION" in wheezy) - LB_REPOSITORIES+=" dragonfire wine-staging dragonfire-acritox" + LB_REPOSITORIES+=" dragonfire dragonfire-acritox" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";; esac ;; jessie) - LB_REPOSITORIES+=" dragonfire spitfire wine-staging spitfire-acritox" + LB_REPOSITORIES+=" dragonfire spitfire spitfire-acritox" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";; esac ;; stretch) - LB_REPOSITORIES+=" dragonfire spitfire wine-staging" + LB_REPOSITORIES+=" dragonfire spitfire" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";; esac ;; *) - LB_REPOSITORIES+=" dragonfire spitfire wine-staging spitfire-acritox" + LB_REPOSITORIES+=" dragonfire spitfire spitfire-acritox" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";; diff --git a/config/lists/kanotix-kde-master b/config/lists/kanotix-kde-master index a316023..1674441 100644 --- a/config/lists/kanotix-kde-master +++ b/config/lists/kanotix-kde-master @@ -45,7 +45,9 @@ update-manager-core #update-notifier-kde # wine +#nif DISTRIBUTION wheezy #include <wine-staging> +#endif # games armagetronad diff --git a/config/lists/kanotix-lxde-full b/config/lists/kanotix-lxde-full index bf15fc0..69b7764 100644 --- a/config/lists/kanotix-lxde-full +++ b/config/lists/kanotix-lxde-full @@ -24,7 +24,9 @@ thunderbird-l10n-de lightning-l10n-de # wine +#nif DISTRIBUTION wheezy #include <wine-staging> +#endif # games |