summaryrefslogtreecommitdiff
path: root/packages/qtnx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qtnx')
-rw-r--r--packages/qtnx/files/qtnx.desktop10
-rw-r--r--packages/qtnx/qtnx.inc9
2 files changed, 16 insertions, 3 deletions
diff --git a/packages/qtnx/files/qtnx.desktop b/packages/qtnx/files/qtnx.desktop
new file mode 100644
index 0000000000..3e09a0a8fa
--- /dev/null
+++ b/packages/qtnx/files/qtnx.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=QTNX
+Name[en_GB]=QTNX
+Comment=Client for NX remote desktop
+Comment[en_GB]=Client for NX remote desktop
+Exec=/usr/bin/qtnx
+Terminal=false
+Type=Application
+Categories=Network;Qt;RemoteAccess;
diff --git a/packages/qtnx/qtnx.inc b/packages/qtnx/qtnx.inc
index 8380d2b685..d5bf8424ed 100644
--- a/packages/qtnx/qtnx.inc
+++ b/packages/qtnx/qtnx.inc
@@ -2,11 +2,12 @@ DESCRIPTION = "This a the freesource nx client, build with qt"
HOMEPAGE = "http://freenx.berlios.de/"
SECTION = "libs"
LICENSE = "GPL"
-PR = "r2"
+PR = "r4"
DEPENDS = "libnxcl"
SRC_URI = "http://download.berlios.de/freenx/freenx-client-${PV}.tar.bz2 \
+ file://qtnx.desktop \
file://pro.patch;patch=1 \
file://id-path.patch;patch=1 \
file://scroll.patch;patch=1 \
@@ -30,7 +31,9 @@ do_configure_prepend () {
do_install () {
install -d ${D}${bindir}/
install -s -m 0755 qtnx ${D}${bindir}/
- install -d ${D}${datadir}/
- install -m 0644 id.key ${D}${datadir}/
+ install -d ${D}${datadir}/qtnx
+ install -m 0644 id.key ${D}${datadir}/qtnx
+ install -d ${D}${datadir}/applications
+ install -m 0644 qtnx.desktop ${D}${datadir}/applications
}