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