diff --git a/dist/deb/gnome/debian.control b/dist/deb/gnome/debian.control index d797ec1..38360b6 100644 --- a/dist/deb/gnome/debian.control +++ b/dist/deb/gnome/debian.control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d Package: systray-x-gnome Architecture: any Depends: ${shlibs:Depends}, gnome-shell-extension-appindicator, thunderbird (>= 1:68), thunderbird (<= 1:85) -Description: SysTray-X is a system tray extension for Thunderbird 68+. +Description: SysTray-X is a system tray extension for Thunderbird 68+ (GNOME). This version is optimized for the GNOME desktop. The add-on uses the WebExtension API's to control an external system dependent system tray application. diff --git a/dist/deb/kde/debian.control b/dist/deb/kde/debian.control index c2a69ad..ccfc953 100644 --- a/dist/deb/kde/debian.control +++ b/dist/deb/kde/debian.control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d Package: systray-x Architecture: any Depends: ${shlibs:Depends}, thunderbird (>= 1:68), thunderbird (<= 1:85) -Description: SysTray-X is a system tray extension for Thunderbird 68+. +Description: SysTray-X is a system tray extension for Thunderbird 68+ (KDE). This version is optimized for the KDE desktop. The add-on uses the WebExtension API's to control an external system dependent system tray application. diff --git a/dist/deb/minimal/debian.control b/dist/deb/minimal/debian.control index 980cd4b..d0eb513 100644 --- a/dist/deb/minimal/debian.control +++ b/dist/deb/minimal/debian.control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d Package: systray-x-minimal Architecture: any Depends: ${shlibs:Depends}, thunderbird (>= 1:68), thunderbird (<= 1:85) -Description: SysTray-X is a system tray extension for Thunderbird 68+. +Description: SysTray-X is a system tray extension for Thunderbird 68+ (non-GNOME,non-KDE). This version is for non-KDE and non-GNOME desktops. The add-on uses the WebExtension API's to control an external system dependent system tray application.