Package: tasksel Version: 3.34+nmu2 Severity: normal Tags: patch Dear maintainer,
please add task-lxqt-desktop to tasksel. Patch is attached. Thanks Alf -- System Information: Debian Release: stretch/sid APT prefers buildd-unstable APT policy: (990, 'buildd-unstable'), (500, 'unstable'), (500, 'testing'), (400, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.4.1-towo.1-siduction-amd64 (SMP w/8 CPU cores; PREEMPT) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages tasksel depends on: ii apt 1.2.3 ii debconf [debconf-2.0] 1.5.58 ii liblocale-gettext-perl 1.07-1+b1 ii perl-base 5.22.1-7 ii tasksel-data 3.34+nmu2 tasksel recommends no packages. tasksel suggests no packages. -- debconf information excluded
diff --git a/debian/changelog b/debian/changelog index f4b6d96..5bfc104 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tasksel (3.34+nmu2) unstable; urgency=medium + + * Add a LXQt desktop task + + -- Alf Gaida <aga...@siduction.org> Mon, 15 Feb 2016 23:50:06 +0100 + tasksel (3.34) unstable; urgency=medium [ Samuel Thibault ] diff --git a/debian/control b/debian/control index e754936..5d2cbea 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Recommends: # The order here is significant when installing this task manually; # when tasksel installs this task it instead selects one of these based # on the tasksel/desktop debconf setting. - task-gnome-desktop | task-xfce-desktop | task-kde-desktop | task-lxde-desktop | task-cinnamon-desktop | task-mate-desktop, + task-gnome-desktop | task-xfce-desktop | task-kde-desktop | task-lxde-desktop | task-cinnamon-desktop | task-mate-desktop | task-lxqt-desktop, # For use by third-party apps. xdg-utils, # mdns/zeroconf stuff @@ -181,6 +181,43 @@ Recommends: # libreoffice accessibility needs the GTK frontend libreoffice-gtk, +Package: task-lxqt-desktop +Architecture: all +Description: LXQt + This task package is used to install the Debian desktop, featuring + the LXQt desktop environment, and with other packages that Debian users + expect to have available on the desktop. +Depends: ${misc:Depends}, + task-desktop, +# thank to debian-qt-kde and their sensible defaults we must explicit choose +# a sddm theme, otherwise sddm would throw in half of kde +# and the neighbors pets too: +# * https://bugs.debian.org/800050 +# * https://bugs.debian.org/814307 + sddm, + sddm-theme-maui | sddm-theme, + lxqt, +Recommends: xsane, +# libreoffice widgets using just gtk + libreoffice-gtk, +# Package management. + synaptic, +# firefox (ne iceweasel) is the most popular web browser at the moment, +# although both gnome and kde offer their own too + iceweasel, +# libreoffice is the best word processor / office suite at the moment + libreoffice, +# make help menu work + libreoffice-help-en-us, +# make thesaurus work + mythes-en-us, +# make spellchecker work + hunspell-en-us, +# make hyphenation work + hyphen-en-us, +# gui for configuration of the print server + system-config-printer, + Package: task-xfce-desktop Architecture: all Description: Xfce diff --git a/debian/templates b/debian/templates index bccc719..afb6efa 100644 --- a/debian/templates +++ b/debian/templates @@ -17,7 +17,7 @@ _Description: Choose software to install: Template: tasksel/desktop Type: multiselect -Choices: gnome, kde, xfce, lxde, cinnamon, mate +Choices: gnome, kde, xfce, lxde, cinnamon, mate, lxqt Description: This can be preseeded to override the default desktop. Template: tasksel/title diff --git a/tasks/lxqt-desktop b/tasks/lxqt-desktop new file mode 100644 index 0000000..3d93054 --- /dev/null +++ b/tasks/lxqt-desktop @@ -0,0 +1,7 @@ +Task: lxqt-desktop +Relevance: 9 +Parent: desktop +Test-default-desktop: 3 lxqt +Section: user +Key: + task-lxqt-desktop