summaryrefslogtreecommitdiff
path: root/packages/xfwm4
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-05-10 13:46:39 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-05-10 13:46:39 +0000
commitc2faa0722e6c264b18d69a2f3f37fe5b81a9e675 (patch)
tree2f53286d9f6547d4aa7c4531dca855019d25b035 /packages/xfwm4
parent9be066c88cc99bf1654d1926fd085fffa5fec447 (diff)
XFCE: update 4.2.x to 4.4.1
- xfcalendar replaced by orage - xffm replaced by thunar - added mousepad - added xfce-terminal - added XFCE engine for GTK - added XFCE icon theme (Rodest) builds, not tested on device
Diffstat (limited to 'packages/xfwm4')
-rw-r--r--packages/xfwm4/xfwm4.inc31
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/xfwm4/xfwm4.inc b/packages/xfwm4/xfwm4.inc
deleted file mode 100644
index e7e5bc1862..0000000000
--- a/packages/xfwm4/xfwm4.inc
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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"
-inherit xfce
-
-FILES_${PN} += "${datadir}/xfwm4/defaults ${datadir}/xfwm4/themes/default.keys/*"
-
-DEPENDS = "startup-notification virtual/libx11 libxpm libxfce4util libxfcegui4 libxfce4mcs xfce-mcs-manager"
-RDEPENDS = "xfwm4-theme-default"
-
-
-EXTRA_OECONF += " --enable-startup-notification"
-
-do_configure_append() {
- sed -i s:/usr/include/xfce4::g mcs-plugin/Makefile
-}
-
-PACKAGES_DYNAMIC = "xfwm4-theme-*"
-
-python populate_packages_prepend () {
- themedir = bb.data.expand('${datadir}/themes', d)
- do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
-}
-
-PACKAGES += " ${PN}-mcs-plugins"
-
-FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so"
-