diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-20 15:00:15 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-20 15:00:15 -0500 |
commit | 8b2a4a09ac2b635ebadd05658f5f34e14d2601f9 (patch) | |
tree | bf0ebcbd0294e0155e403a83847b5b845745067d /src-qt5/desktop-utils/lumina-xdg-entry | |
parent | Bump the LICENSE year in lumina-info, and disable the old theme engine. (diff) | |
download | lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.tar.gz lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.tar.bz2 lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.zip |
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.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-xdg-entry')
-rw-r--r-- | src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.8 | 20 | ||||
-rw-r--r-- | src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro | 5 |
2 files changed, 24 insertions, 1 deletions
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 |