aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-xdg-entry/README.md
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-19 18:47:39 +0000
committerWeblate <noreply@weblate.org>2017-07-19 18:47:39 +0000
commit86f6fadf45c2b87749cffac82411d2371448da53 (patch)
treedfc1520b8ae2e59118b8a65d3f9438c1eead6b2c /src-qt5/desktop-utils/lumina-xdg-entry/README.md
parentAdd en_GB (diff)
parentAnother checkpoint in the compositing saga. Got most of it working, but still... (diff)
downloadlumina-86f6fadf45c2b87749cffac82411d2371448da53.tar.gz
lumina-86f6fadf45c2b87749cffac82411d2371448da53.tar.bz2
lumina-86f6fadf45c2b87749cffac82411d2371448da53.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-xdg-entry/README.md')
-rw-r--r--src-qt5/desktop-utils/lumina-xdg-entry/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/README.md b/src-qt5/desktop-utils/lumina-xdg-entry/README.md
new file mode 100644
index 00000000..32754215
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-xdg-entry/README.md
@@ -0,0 +1,12 @@
+## XDG Desktop Entry Creator for the Lumina Desktop
+
+This is a simple graphical utility to assist in creating XDG-compliant desktop entries.
+
+### Library Dependencies
+
+1. Qt 5.2+ (specific modules listed below)
+ * core
+ * gui
+ * widgets
+2. Other Libraries
+ * libc
bgstack15