From 8b2a4a09ac2b635ebadd05658f5f34e14d2601f9 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 20 Nov 2017 15:00:15 -0500 Subject: Add in the new manpages from Aaron St.John (lumina-docs repo). Also adjust the "community support" shortcut to point to gitter rather than IRC. --- .../lumina-xdg-entry/lumina-xdg-entry.8 | 20 ++++++++++++++++++++ .../lumina-xdg-entry/lumina-xdg-entry.pro | 5 ++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.8 (limited to 'src-qt5/desktop-utils/lumina-xdg-entry') diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.8 b/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.8 new file mode 100644 index 00000000..f61ecece --- /dev/null +++ b/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.8 @@ -0,0 +1,20 @@ +.Dd October 23, 2017 +.Dt LUMINA-XDG-ENTRY 8 +.Os 1.3.3 + +.Sh NAME +.Nm lumina-xdg-entry +.Nd is a simple graphical tool for creating XDG desktop entries. + +.Sh SYNOPSIS +.Nm + +.Sh DESCRIPTION +The +.Nm +command brings up the graphical tool to create desktop entries. +The user can create an XDG desktop with a specified name and generic name. + +.Sh AUTHORS +.An Aaron St. John +.Aq aaron@ixsystems.com diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro b/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro index 5784c76c..38bbf7ab 100644 --- a/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro +++ b/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro @@ -25,4 +25,7 @@ FORMS += mainwindow.ui desktop.files=lumina-xdg-entry.desktop desktop.path=$${L_SHAREDIR}/applications/ -INSTALLS += target desktop +manpage.path=$${L_MANDIR}/man8/ +manpage.extra="$${MAN_ZIP} lumina-xdg-entry.8 > $(INSTALL_ROOT)$${L_MANDIR}/man8/lumina-xdg-entry.8.gz" + +INSTALLS += target desktop manpage -- cgit