aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-dm/gpe-dm_0.47.bb
blob: 2432c2ad0d1861fddebe36f2bb5e873882162989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE = "GPL"
inherit gpe update-rc.d

DESCRIPTION = "GPE Desktop Manager"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0 xserver-common"
RDEPENDS_${PN} += "xserver-common"
PR = "r6"

INITSCRIPT_NAME = "gpe-dm"
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."

SRC_URI += "file://remove-X-scripts.patch;patch=1"