diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-11 22:31:26 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-11 22:31:26 +0200 |
commit | 80cacfe57ab1a7e2be7af295ece081ca6fff94c6 (patch) | |
tree | 53d554abc70906b7dcbedfc79d379a4ea5ead99a /config/lists/wheezy-wine | |
parent | 82b8b80cb2a042e84c4439d8d79d12d3336e4aea (diff) | |
download | kanotix-80cacfe57ab1a7e2be7af295ece081ca6fff94c6.zip kanotix-80cacfe57ab1a7e2be7af295ece081ca6fff94c6.tar.gz |
various smaller changes
* removed wine-ppa-oneiric
* added hack to generate initrd only once
* added multiarch support for wheezy amd64
* updated packagelists for multiarch (wine, skype)
* removed obsolete packagelists includes
Diffstat (limited to 'config/lists/wheezy-wine')
-rw-r--r-- | config/lists/wheezy-wine | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/lists/wheezy-wine b/config/lists/wheezy-wine new file mode 100644 index 0000000..99aaec8 --- /dev/null +++ b/config/lists/wheezy-wine @@ -0,0 +1,17 @@ +# wine for wheezy (multiarch) + +wine-unstable +winetricks + +#if ARCHITECTURE i386 +libwine-alsa-unstable +libwine-gl-unstable +libwine-print-unstable +#endif + +#if ARCHITECTURE amd64 +libwine-alsa-unstable:i386 +libwine-gl-unstable:i386 +libwine-print-unstable:i386 +#endif + |