From c2faa0722e6c264b18d69a2f3f37fe5b81a9e675 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 10 May 2007 13:46:39 +0000 Subject: 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 --- packages/xfce/libxfce4mcs.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/xfce/libxfce4mcs.inc (limited to 'packages/xfce/libxfce4mcs.inc') diff --git a/packages/xfce/libxfce4mcs.inc b/packages/xfce/libxfce4mcs.inc new file mode 100644 index 0000000000..19268fc9b3 --- /dev/null +++ b/packages/xfce/libxfce4mcs.inc @@ -0,0 +1,19 @@ +# libxfce4mcs OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="Settings management library used by most XFce 4 modules" +DEPENDS="libxfce4util" +SECTION = "x11/libs" + +inherit xfce pkgconfig + +do_stage() { + install -d ${STAGING_INCDIR}/xfce4/libxfce4mcs + + install -m 644 libxfce4mcs/mcs-common.h ${STAGING_INCDIR}/xfce4/libxfce4mcs + install -m 644 libxfce4mcs/mcs-client.h ${STAGING_INCDIR}/xfce4/libxfce4mcs + install -m 644 libxfce4mcs/mcs-manager.h ${STAGING_INCDIR}/xfce4/libxfce4mcs + oe_libinstall -C libxfce4mcs -so libxfce4mcs-manager ${STAGING_LIBDIR} + oe_libinstall -C libxfce4mcs -so libxfce4mcs-client ${STAGING_LIBDIR} +} -- cgit v1.2.3