blob: 56dd27bec5b0b90e43bb11fea63de386c5d67e8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
inherit gpe
LICENSE = "gpe-theme-foxbox"
FILE_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"
|