aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qtnx
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-12-06 00:16:08 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2008-12-06 00:16:08 +0100
commit99bfeba8a9ca442f545e1faf6f89177d552c120f (patch)
tree54a9fbabcfb79f8de82f6d88ee1d7cdeb66a84f3 /packages/qtnx
parentbc6d6957593417cfc40b2677486be6c2e3b65c54 (diff)
downloadopenembedded-99bfeba8a9ca442f545e1faf6f89177d552c120f.tar.gz
qtnx: somehow the qtnx.inc change was not commited
Diffstat (limited to 'packages/qtnx')
-rw-r--r--packages/qtnx/qtnx.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/qtnx/qtnx.inc b/packages/qtnx/qtnx.inc
index d359c91607..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 = "r3"
+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 \
@@ -32,5 +33,7 @@ do_install () {
install -s -m 0755 qtnx ${D}${bindir}/
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
}