[gnome-settings-daemon/benzea/systemd-3-36] meson: Add human readable descriptions for plugins
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/benzea/systemd-3-36] meson: Add human readable descriptions for plugins
- Date: Thu, 12 Dec 2019 11:48:27 +0000 (UTC)
commit 257d941d397bf1c1ba73898cc1e6acdac4c9fa45
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]