aboutsummaryrefslogtreecommitdiffstats
path: root/xfwm4-themes/xfwm4-themes_4.0.5.oe
blob: 38e98916c8e5d97a3679eb4a87822ffd5722c948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# xfwm4-themes OE build file
# Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

DESCRIPTION="XFCE4 Window Manager Themes"
SECTION = "x11/wm"

inherit xfce

# No ${PN} for this one 
PACKAGES=""

python populate_packages_prepend () {
	themedir = oe.data.expand('${datadir}/xfwm4/themes', d)
	do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
}