diff options
Diffstat (limited to 'xfdesktop')
-rw-r--r-- | xfdesktop/xfdesktop_4.0.5.oe | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfdesktop/xfdesktop_4.0.5.oe b/xfdesktop/xfdesktop_4.0.5.oe index e69de29bb2..cb9fec4e3d 100644 --- a/xfdesktop/xfdesktop_4.0.5.oe +++ b/xfdesktop/xfdesktop_4.0.5.oe @@ -0,0 +1,22 @@ +# xfdesktop OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="xfce4 Desktop Background Manager" +SECTION = "x11/base" + +PACKAGES="xfdesktop xfdesktop-backdrops xfdesktop-mcs-plugins ${PN}-doc" + +FILES_xfdesktop-mcs-plugins="${libdir}/xfce4/mcs-plugins/*.so" +FILES_xfdesktop-backdrops="${datadir}/xfce4/backdrops/" + +DEPENDS="x11 libxfcegui4 libxfce4mcs libxml2" +inherit xfce + +# Get rid of the (for now) useless internationalization menus +# In the future, we would copy over the desired internationalization + +do_install() { + oe_runmake DESTDIR=${D} install + rm -rf ${D}/etc/xfce4/menu.xml.* +} |