aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sugar/sugar-artwork_0.82.0.bb
blob: 4a1ab847e5da97d95458c844b669cf70e1e57981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DESCRIPTION = "Sugar artwork"
LICENSE = "GPLv2"

PR = "r1"

DEPENDS = "sugar icon-slicer-native"

SRC_URI = "http://dev.laptop.org/pub/sugar/sources/sugar-artwork/${PN}-${PV}.tar.bz2 \
           file://icon-slicer.diff;patch=1"

inherit autotools distutils-base

do_configure_prepend() {
	mkdir -p ${S}/m4
}	

FILES_${PN} += "${datadir}/${PN} \
		${datadir}/icons \
		${datadir}/themes \
		${sysconfdir} "

FILES_${PN}-dbg += "${libdir}/gtk-2.0/2.*/engines/.debug"

AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_stage() {
        autotools_stage_all
}