diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-27 18:47:09 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-27 18:47:09 +0100 |
commit | f07cd5560eabb7307f974cd3d0a5ced57ed5a3db (patch) | |
tree | d975a55cee22832926572278497bd221ef18c421 /recipes/xfce-base/xfdesktop_4.4.2.bb | |
parent | 6f36bd6e28bce49b72e5a3cff77e0c74b8f65e41 (diff) | |
parent | 5642836ea59a6bff972b1c921d4df89e63eb5db3 (diff) |
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/xfce-base/xfdesktop_4.4.2.bb')
-rw-r--r-- | recipes/xfce-base/xfdesktop_4.4.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/xfce-base/xfdesktop_4.4.2.bb b/recipes/xfce-base/xfdesktop_4.4.2.bb new file mode 100644 index 0000000000..3129feba23 --- /dev/null +++ b/recipes/xfce-base/xfdesktop_4.4.2.bb @@ -0,0 +1,22 @@ +# xfdesktop OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see COPYING.MIT) + +DESCRIPTION="xfce4 Desktop Background Manager" +SECTION = "x11/base" +DEPENDS = "virtual/libx11 libxfcegui4 libxfce4mcs libxml2 xfce4-panel thunar" +PR = "r2" + +inherit xfce + +SRC_URI += " file://relocation-and-memleak.patch;patch=1 \ + file://fix-segfault-when-removable-icons-are-disabled.patch;patch=1" + +PACKAGES += "xfdesktop-backdrops ${PN}-mcs-plugins" + +FILES_xfdesktop-backdrops="${datadir}/xfce4/backdrops/*" +FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so" +FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so \ + ${libdir}/xfce4/panel-plugins/xfce4-menu-plugin \ + ${datadir}/xfce4/panel-plugins/*.desktop" +FILES_${PN}-dbg += "/usr/libexec/xfce4/panel-plugins/.debug" |