[gnome-settings-daemon/benzea/systemd-3-36: 17/23] meson: Add human readable descriptions for plugins



commit 5d21ea23797e86bacd7c50f28a2f3f3d4b368b1e
Author: Benjamin Berg <bberg redhat com>
Date:   Thu Dec 12 09:12:30 2019 +0100

    meson: Add human readable descriptions for plugins
    
    These can be consumed by the build system to generate nicer
    .desktop/.service/.target files.

 plugins/meson.build | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/plugins/meson.build b/plugins/meson.build
index 8a73d1c9..949dc269 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -1,20 +1,20 @@
 all_plugins = [
-  ['a11y-settings', 'A11ySettings'],
-  ['color', 'Color'],
-  ['datetime', 'Datetime'],
-  ['power', 'Power'],
-  ['housekeeping', 'Housekeeping'],
-  ['keyboard', 'Keyboard'],
-  ['media-keys', 'MediaKeys'],
-  ['screensaver-proxy', 'ScreensaverProxy'],
-  ['sharing', 'Sharing'],
-  ['sound', 'Sound'],
-  ['xsettings', 'XSettings'],
-  ['smartcard', 'Smartcard'],
-  ['wacom', 'Wacom'],
-  ['print-notifications', 'PrintNotifications'],
-  ['rfkill', 'Rfkill'],
-  ['wwan', 'Wwan'],
+  ['a11y-settings', 'A11ySettings', 'GNOME accessibility'],
+  ['color', 'Color', 'GNOME color management'],
+  ['datetime', 'Datetime', 'GNOME date & time'],
+  ['power', 'Power', 'GNOME power management'],
+  ['housekeeping', 'Housekeeping', 'GNOME maintenance of expirable data'],
+  ['keyboard', 'Keyboard', 'GNOME keyboard configuration'],
+  ['media-keys', 'MediaKeys', 'GNOME keyboard shortcuts'],
+  ['screensaver-proxy', 'ScreensaverProxy', 'GNOME FreeDesktop screensaver'],
+  ['sharing', 'Sharing', 'GNOME file sharing'],
+  ['sound', 'Sound', 'GNOME sound sample caching'],
+  ['xsettings', 'XSettings', 'GNOME XSettings'],
+  ['smartcard', 'Smartcard', 'GNOME smartcard'],
+  ['wacom', 'Wacom', 'GNOME Wacom tablet support'],
+  ['print-notifications', 'PrintNotifications', 'GNOME printer notifications'],
+  ['rfkill', 'Rfkill', 'GNOME RFKill support'],
+  ['wwan', 'Wwan', 'GNOME WWan support'],
 ]
 
 disabled_plugins = []


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]