diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-04-10 23:36:49 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-05-04 11:39:51 +0200 |
commit | 72a9e5f23bcb786161cb824b9b4e893a8a2a68c7 (patch) | |
tree | becc1d32fab7ed6b63ec745a24c4f408983c769e /config/lists | |
parent | 367e1748aeed3ab78e4942505c0858ce28cf8bd3 (diff) | |
download | kanotix-72a9e5f23bcb786161cb824b9b4e893a8a2a68c7.zip kanotix-72a9e5f23bcb786161cb824b9b4e893a8a2a68c7.tar.gz |
add Spitfire support
Diffstat (limited to 'config/lists')
-rw-r--r-- | config/lists/base | 7 | ||||
-rw-r--r-- | config/lists/desktop-base | 2 | ||||
-rw-r--r-- | config/lists/kanotix-kde-master | 4 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-full | 2 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-min | 2 | ||||
-rw-r--r-- | config/lists/kanotix-min | 9 | ||||
-rw-r--r-- | config/lists/kde | 7 |
7 files changed, 28 insertions, 5 deletions
diff --git a/config/lists/base b/config/lists/base index a3494ba..7f48451 100644 --- a/config/lists/base +++ b/config/lists/base @@ -99,7 +99,12 @@ foomatic-db-engine foomatic-db foomatic-db-gutenprint cups-driver-gutenprint +#if DISTRIBUTION squeeze foo2zjs +#endif +#nif DISTRIBUTION squeeze +printer-driver-foo2zjs +#endif #printconf printer-driver-splix @@ -148,7 +153,9 @@ gpart # filesystems ntfs-3g +#if DISTRIBUTION squeeze ntfsprogs +#endif reiserfsprogs dmraid kpartx diff --git a/config/lists/desktop-base b/config/lists/desktop-base index ae5d4a1..313f901 100644 --- a/config/lists/desktop-base +++ b/config/lists/desktop-base @@ -23,7 +23,7 @@ joystick # themes gtk2-engines -#if DISTRIBUTION wheezy +#nif DISTRIBUTION squeeze #include <wheezy-desktop> #endif diff --git a/config/lists/kanotix-kde-master b/config/lists/kanotix-kde-master index fdfac52..6a71833 100644 --- a/config/lists/kanotix-kde-master +++ b/config/lists/kanotix-kde-master @@ -33,7 +33,9 @@ khelpcenter4 kuser # updates +#if DISTRIBUTION squeeze wheezy update-manager-core +#endif update-notifier-kde # wine @@ -42,7 +44,7 @@ wine1.3 wine1.3-gecko winetricks #endif -#if DISTRIBUTION wheezy +#nif DISTRIBUTION squeeze #include <wheezy-wine> #endif diff --git a/config/lists/kanotix-lxde-full b/config/lists/kanotix-lxde-full index 63ba0fb..e10c546 100644 --- a/config/lists/kanotix-lxde-full +++ b/config/lists/kanotix-lxde-full @@ -26,7 +26,7 @@ wine1.3 wine1.3-gecko winetricks #endif -#if DISTRIBUTION wheezy +#nif DISTRIBUTION squeeze #include <wheezy-wine> #endif diff --git a/config/lists/kanotix-lxde-min b/config/lists/kanotix-lxde-min index 9c772f3..9c51333 100644 --- a/config/lists/kanotix-lxde-min +++ b/config/lists/kanotix-lxde-min @@ -10,7 +10,7 @@ gksu # themes gtk2-engines -#if DISTRIBUTION wheezy +#nif DISTRIBUTION squeeze #include <wheezy-desktop> #endif diff --git a/config/lists/kanotix-min b/config/lists/kanotix-min index 497671a..c983d08 100644 --- a/config/lists/kanotix-min +++ b/config/lists/kanotix-min @@ -17,12 +17,19 @@ plasma-runners-addons plasma-scriptengine-python # network +#if DISTRIBUTION squeeze network-manager-kde +#endif +#nif DISTRIBUTION squeeze +plasma-widget-networkmanagement +#endif # other hardware kde-config-touchpad kde-config-tablet -system-config-printer-kde +#if DISTRIBUTION squeeze wheezy +system-config-printer-kde +#endif blueman # tools diff --git a/config/lists/kde b/config/lists/kde index 44bbdaa..dde01b9 100644 --- a/config/lists/kde +++ b/config/lists/kde @@ -54,10 +54,17 @@ kde-config-gtk-style gnome-icon-theme # network +#if DISTRIBUTION squeeze network-manager-kde +#endif +#nif DISTRIBUTION squeeze +plasma-widget-networkmanagement +#endif # other hardware kde-config-touchpad kde-config-tablet +#if DISTRIBUTION squeeze wheezy system-config-printer-kde +#endif blueman |