diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-03-27 12:24:13 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-03-27 12:24:13 +0100 |
commit | 31e3aca0c20c8cdfe9a384bce9399d2977b57949 (patch) | |
tree | f9882aa118aa93279bcf84deae8ca11079884dad /profiles | |
parent | 4e4570679282952d3047a42d408b3a45fcb0bea4 (diff) |
Fix package exclusions: use dash suffix (not prefix).
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop | 2 | ||||
-rw-r--r-- | profiles/desktop-office | 10 | ||||
-rw-r--r-- | profiles/desktop-z | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/profiles/desktop b/profiles/desktop index abf346a..411a1e9 100644 --- a/profiles/desktop +++ b/profiles/desktop @@ -4,3 +4,5 @@ xfce4-session tango-icon-theme lightdm usermode network-manager-gnome # include power management tools xfce4-power-manager xfce4-power-manager-plugins +# exclude print support +bluez-cups- diff --git a/profiles/desktop-office b/profiles/desktop-office index 12de536..9c13c7b 100644 --- a/profiles/desktop-office +++ b/profiles/desktop-office @@ -1,8 +1,8 @@ -# include LibreOffice core (except Galaxy theme) -libreoffice-gtk -libreoffice-style-galaxy -# include LibreOffice Calc and Writer (except Java support or email composer) -libreoffice-calc libreoffice-writer -libreoffice-java-common -libreoffice-emailmerge +# include LibreOffice core (excluding Galaxy theme) +libreoffice-gtk libreoffice-style-galaxy- +# include LibreOffice Calc and Writer (excluding Java support or email composer) +libreoffice-calc libreoffice-writer libreoffice-java-common- libreoffice-emailmerge- # include LibreOffice Impress with OpenGL plugin libreoffice-impress libreoffice-ogltrans # include Evince PDF reader (and exclude ePDFView) -evince-gtk -epdfview +evince-gtk epdfview- diff --git a/profiles/desktop-z b/profiles/desktop-z index f9be714..99ee1d5 100644 --- a/profiles/desktop-z +++ b/profiles/desktop-z @@ -4,5 +4,3 @@ parcimonie haveged gnome-disk-utility cpufrequtils firmware-linux unattended-upgrades # fix include recommendations of other packages (uuid, bash) uuid-runtime bash-completion -# exclude support for print via Bluetooth --bluez-cups |