summaryrefslogtreecommitdiff
path: root/xfwm4-themes/xfwm4-themes_4.0.5.oe
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-11 11:36:10 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-11 11:36:10 +0000
commita26d3c8de667748085908f234a61404892c345e4 (patch)
treead83490c98f49d5be7a848bd7385b55a041ffa76 /xfwm4-themes/xfwm4-themes_4.0.5.oe
parent03d159c18473037056d7009d45f14e08aacc5a61 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages 2004/10/11 13:35:43+02:00 local!CoreDump base section fixes 2004/10/11 13:21:10+02:00 local!CoreDump x11 section fixes 2004/10/11 13:01:40+02:00 local!CoreDump Section fixes: replace net with console/net BKrev: 416a702ahGepUmVenzmpZ_GI8n7joA
Diffstat (limited to 'xfwm4-themes/xfwm4-themes_4.0.5.oe')
-rw-r--r--xfwm4-themes/xfwm4-themes_4.0.5.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/xfwm4-themes/xfwm4-themes_4.0.5.oe b/xfwm4-themes/xfwm4-themes_4.0.5.oe
index e69de29bb2..38e98916c8 100644
--- a/xfwm4-themes/xfwm4-themes_4.0.5.oe
+++ b/xfwm4-themes/xfwm4-themes_4.0.5.oe
@@ -0,0 +1,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)
+}