diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-19 00:43:17 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-19 00:43:17 +0200 |
commit | 14bf8220ea36950431c7d521a9ab47dace33ba9d (patch) | |
tree | 04a23c0f7bbea0d4142747143f355e256aaa1055 /packages/xfce/xfdesktop_4.4.2.bb | |
parent | 310ccc10715067a20f96c87c4e78553193060c90 (diff) | |
parent | f5908addf3671abab19e1e43763b3b0ca60a451b (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/xfce/xfdesktop_4.4.2.bb')
-rw-r--r-- | packages/xfce/xfdesktop_4.4.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/xfce/xfdesktop_4.4.2.bb b/packages/xfce/xfdesktop_4.4.2.bb new file mode 100644 index 0000000000..5b01c16e34 --- /dev/null +++ b/packages/xfce/xfdesktop_4.4.2.bb @@ -0,0 +1,21 @@ +# 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" +FILE_PR = "r1" + +inherit xfce + +SRC_URI += " file://relocation-and-memleak.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" |