blob: 3d6e1505fa053cc730c95b05fe358774b4609f37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit gpe
LICENSE = "gpe-theme-foxbox"
PR = "r2"
SECTION = "x11/base"
DESCRIPTION = "Simple GPE theme using the Smooth theming engine."
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
DEPENDS = "gtk-engines"
RDEPENDS = "gtk-engine-smooth"
S = "${WORKDIR}/foxbox"
FILES_${PN} = "${datadir}/themes"
SRC_URI = "http://handhelds.org/~florian/themes/foxbox-${PV}.tar.gz"
|