summaryrefslogtreecommitdiff
path: root/xfwm4
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
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')
-rw-r--r--xfwm4/xfwm4_4.0.5.oe22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfwm4/xfwm4_4.0.5.oe b/xfwm4/xfwm4_4.0.5.oe
index e69de29bb2..1a73c5cc7e 100644
--- a/xfwm4/xfwm4_4.0.5.oe
+++ b/xfwm4/xfwm4_4.0.5.oe
@@ -0,0 +1,22 @@
+# xfwm4 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"
+SECTION = "x11/wm"
+
+PACKAGES="xfwm4 xfwm4-dev ${PN}-doc xfwm4-mcs-plugins"
+
+FILES_${PN}="${bindir}/* ${datadir}/xfwm4/defaults ${datadir}/xfwm4/themes/default.keys/*"
+FILES_xfwm4-mcs-plugins="${libdir}/xfce4/mcs-plugins/*.so"
+
+DEPENDS="startup-notification x11 xpm libxfce4util libxfcegui4 libxfce4mcs xfce-mcs-manager"
+
+inherit xfce
+
+EXTRA_OECONF=" --enable-startup-notification"
+
+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)
+}