diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-27 22:54:56 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-27 22:54:56 +0100 |
commit | bdab38d2b59ee861339a3d166b48bab6a8cfe0f9 (patch) | |
tree | 3eb8615575b73852efe50305659422ee4a6094e2 /packages/qtnx/qtnx.inc | |
parent | b1ae267e2b6beb5e60ded3a23c20788c94054db1 (diff) |
qtnx: add my latets patches from the n810 work
* add patch for keychoose dialog
* integrate the stuff from the dodnx fork
including the nxssh-proxy support
* add patch for choosing the keyboard
* add patch for delete session files
* bump PR
* add patch for detecting ssh dns errors
Diffstat (limited to 'packages/qtnx/qtnx.inc')
-rw-r--r-- | packages/qtnx/qtnx.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/qtnx/qtnx.inc b/packages/qtnx/qtnx.inc index b20339001e..8380d2b685 100644 --- a/packages/qtnx/qtnx.inc +++ b/packages/qtnx/qtnx.inc @@ -2,7 +2,7 @@ DESCRIPTION = "This a the freesource nx client, build with qt" HOMEPAGE = "http://freenx.berlios.de/" SECTION = "libs" LICENSE = "GPL" -PR = "r1" +PR = "r2" DEPENDS = "libnxcl" @@ -10,6 +10,11 @@ SRC_URI = "http://download.berlios.de/freenx/freenx-client-${PV}.tar.bz2 \ file://pro.patch;patch=1 \ file://id-path.patch;patch=1 \ file://scroll.patch;patch=1 \ + file://keymap.patch;patch=1 \ + file://dodnx.patch;patch=1 \ + file://keychooser.patch;patch=1 \ + file://sessionfiles.patch;patch=1 \ + file://ssh_dnserror.patch;patch=1 \ " S = "${WORKDIR}/freenx-client-${PV}/qtnx" |