summaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libgemwidget_0.1.bb
blob: 49803266acf6c956d777d83858c16fab6ab59468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LICENSE     = "LiPS"
DESCRIPTION = "Extended widget library for GPE phone environment."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "gtk+ libiac libgpephone"
PR          = "r1"

GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools

# This really is not angstrom specific, but gtk 2.10 specific
# for a better solution: "patches accepted"
SRC_URI_append_angstrom = " file://gemfilechooser-NULL-callback.patch;patch=1"

do_stage () {
	autotools_stage_all
}

SRC_URI[md5sum] = "95d269ad7e7cb7d3032498ad2e47643b"
SRC_URI[sha256sum] = "b8a1da871aa34362caf0c76dcbd3df42aef7313a4ed08f38eddcb159b80302c5"