diff options
Diffstat (limited to 'recipes/gpe-themes/gpe-theme-foxbox_0.1.bb')
-rw-r--r-- | recipes/gpe-themes/gpe-theme-foxbox_0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gpe-themes/gpe-theme-foxbox_0.1.bb b/recipes/gpe-themes/gpe-theme-foxbox_0.1.bb new file mode 100644 index 0000000000..c2b829ab74 --- /dev/null +++ b/recipes/gpe-themes/gpe-theme-foxbox_0.1.bb @@ -0,0 +1,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" |