blob: beb345fd1b8ac038216166ad42f322e4ba7030a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
inherit gpe
LICENSE = "gpe-theme-foxbox"
PR = "r3"
SECTION = "x11/base"
DESCRIPTION = "Simple GPE theme using the Smooth theming engine."
DEPENDS = "gtk-engines"
RDEPENDS_${PN} = "gtk-engine-smooth"
S = "${WORKDIR}/foxbox"
FILES_${PN} = "${datadir}/themes"
SRC_URI = "http://linuxtogo.org/~florian/themes/foxbox-${PV}.tar.gz"
SRC_URI[md5sum] = "77bc0cc71d61af699e29f4b5c09b37bb"
SRC_URI[sha256sum] = "bcf668c1123f4d73a4c503ff189446cf4b30d64466fea49628999cdce8661c67"
|