]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/xfwm4-themes/xfwm4-themes.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / xfwm4-themes / xfwm4-themes.inc
1 # xfwm4-themes OE build file
2 # Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
4
5 DESCRIPTION="XFCE4 Window Manager Themes"
6 SECTION = "x11/wm"
7
8 inherit xfce
9
10 # No ${PN} for this one 
11 PACKAGES=""
12
13 python populate_packages_prepend () {
14         themedir = bb.data.expand('${datadir}/xfwm4/themes', d)
15         do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
16 }