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/libxfce4util.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/libxfce4util.inc')
-rw-r--r-- | packages/xfce/libxfce4util.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/xfce/libxfce4util.inc b/packages/xfce/libxfce4util.inc new file mode 100644 index 0000000000..b30c8f9445 --- /dev/null +++ b/packages/xfce/libxfce4util.inc @@ -0,0 +1,29 @@ +# libxfce4util OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION = "Basic utility library for Xfce4" +SECTION = "x11/libs" +LICENSE = "GPL" +DEPENDS = "glib-2.0" + +inherit xfce pkgconfig + +XFCE_HEADERS="debug.h utf8.h xfce-generics.h xfce-resource.h \ + i18n.h util.h xfce-kiosk.h libxfce4util-config.h \ + xfce-desktopentry.h xfce-miscutils.h libxfce4util.h \ + xfce-fileutils.h xfce-rc.h" + +MACROS="m4/X11.m4 m4/debug.m4 m4/depends.m4 m4/i18n.m4" + +do_stage() { + install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/libxfce4util + for file in ${XFCE_HEADERS}; do + install -m 644 libxfce4util/$file ${STAGING_INCDIR}/libxfce4util + done + + oe_libinstall -C libxfce4util -so libxfce4util ${STAGING_LIBDIR} + +} + +FILES_${PN}-dev += " ${datadir}/xfce4/m4" |