diff options
author | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2009-02-08 14:18:28 +0100 |
---|---|---|
committer | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2009-02-08 14:23:02 +0100 |
commit | 3f3f913285072e7016482926d3906d111237713c (patch) | |
tree | fb544f6445280f946d2ce35e4c1ef4fe505c9cc6 /packages/xqtlauncher/xqtlauncher.bb | |
parent | c58d95aff1f74da635b4ad2910df1f40b21bd4ce (diff) |
xqtlauncher: fix convert script and bump PR
A fix path to runFOO must be set to make opie happy
Diffstat (limited to 'packages/xqtlauncher/xqtlauncher.bb')
-rw-r--r-- | packages/xqtlauncher/xqtlauncher.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xqtlauncher/xqtlauncher.bb b/packages/xqtlauncher/xqtlauncher.bb index 043ee566e3..5fc80b1e51 100644 --- a/packages/xqtlauncher/xqtlauncher.bb +++ b/packages/xqtlauncher/xqtlauncher.bb @@ -1,7 +1,7 @@ DESCRIPTION = "xqtlauncher integrates X/Qt2 nicely into opie. You can launch applications with it from opies menue" HOMEPAGE = "http://angstrom-distribution.org/" LICENSE = "GPL" -PR = "r1" +PR = "r2" RDEPENDS = "xqt2 xorg-minimal-fonts" |