aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-themes/gpe-theme-foxbox_0.1.bb
blob: c2b829ab74d49fa94b5c88fabc7ce59fcc6ab45b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
inherit gpe

LICENSE = 		"gpe-theme-foxbox"
PR = 			"r2"
SECTION = 		"x11/base"
DESCRIPTION = 	"Simple GPE theme using the Smooth theming engine."
DEPENDS = 		"gtk-engines"
RDEPENDS = 		"gtk-engine-smooth"
S = 			"${WORKDIR}/foxbox"

FILES_${PN} = 	"${datadir}/themes"

SRC_URI = 		"http://linuxtogo.org/~florian/themes/foxbox-${PV}.tar.gz"