[oe-commits] woglinde : qtnx: somehow the qtnx.inc change was not commited

GIT User account git at amethyst.openembedded.net
Fri Dec 5 23:17:40 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 99bfeba8a9ca442f545e1faf6f89177d552c120f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=99bfeba8a9ca442f545e1faf6f89177d552c120f

Author: woglinde <heinold at inf.fu-berlin.de>
Date:   Sat Dec  6 00:16:08 2008 +0100

qtnx: somehow the qtnx.inc change was not commited

---

 packages/qtnx/qtnx.inc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/packages/qtnx/qtnx.inc b/packages/qtnx/qtnx.inc
index d359c91..d5bf842 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
 }
 





More information about the Openembedded-commits mailing list