diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-10 13:46:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-10 13:46:39 +0000 |
commit | c2faa0722e6c264b18d69a2f3f37fe5b81a9e675 (patch) | |
tree | 2f53286d9f6547d4aa7c4531dca855019d25b035 /packages/xfce/xfce-mcs-plugins.inc | |
parent | 9be066c88cc99bf1654d1926fd085fffa5fec447 (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/xfce/xfce-mcs-plugins.inc')
-rw-r--r-- | packages/xfce/xfce-mcs-plugins.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/xfce/xfce-mcs-plugins.inc b/packages/xfce/xfce-mcs-plugins.inc new file mode 100644 index 0000000000..b5b4505e98 --- /dev/null +++ b/packages/xfce/xfce-mcs-plugins.inc @@ -0,0 +1,12 @@ +# xfce-mcs-plugins OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION = "Common XFCE4 configuration plugins." +DEPENDS = "libxfcegui4 xfce-mcs-manager gtk+" +SECTION = "x11" + +inherit xfce + +PACKAGES += "${PN}-mcs-plugins" +FILES_${PN}-mcs-plugins = "${libdir}/xfce4/mcs-plugins/*.so" |