From b17bf340885ea29c9517d4aa7964fcd5dc7e313f Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 13 Jun 2008 19:54:41 -0300 Subject: libxfce4util: update to 4.4.2 --- packages/xfce/libxfce4util_4.4.1.bb | 26 -------------------------- packages/xfce/libxfce4util_4.4.2.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 packages/xfce/libxfce4util_4.4.1.bb create mode 100644 packages/xfce/libxfce4util_4.4.2.bb (limited to 'packages/xfce') diff --git a/packages/xfce/libxfce4util_4.4.1.bb b/packages/xfce/libxfce4util_4.4.1.bb deleted file mode 100644 index 3386ad57e3..0000000000 --- a/packages/xfce/libxfce4util_4.4.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -# libxfce4util OE build file -# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see COPYING.MIT) - -DESCRIPTION = "Basic utility library for Xfce4" -SECTION = "x11/libs" -LICENSE = "GPL" -DEPENDS = "glib-2.0 xfce4-dev-tools" - -inherit xfce pkgconfig - -MACROS="m4/X11.m4 m4/debug.m4 m4/depends.m4 m4/i18n.m4" - -do_stage() { - install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/libxfce4util - # The line below expands to the list of headers that native makefile - # would install. Complain and/or fix if it's not portable enough - for file in $(eval $(make -n -C libxfce4util install|grep "^list='[^.]\\+.h"|cut -d\; -f1); echo $list); do - install -m 644 libxfce4util/$file ${STAGING_INCDIR}/libxfce4util - done - - oe_libinstall -C libxfce4util -so libxfce4util ${STAGING_LIBDIR} - -} - -FILES_${PN}-dev += " ${datadir}/xfce4/m4" diff --git a/packages/xfce/libxfce4util_4.4.2.bb b/packages/xfce/libxfce4util_4.4.2.bb new file mode 100644 index 0000000000..3386ad57e3 --- /dev/null +++ b/packages/xfce/libxfce4util_4.4.2.bb @@ -0,0 +1,26 @@ +# libxfce4util OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see COPYING.MIT) + +DESCRIPTION = "Basic utility library for Xfce4" +SECTION = "x11/libs" +LICENSE = "GPL" +DEPENDS = "glib-2.0 xfce4-dev-tools" + +inherit xfce pkgconfig + +MACROS="m4/X11.m4 m4/debug.m4 m4/depends.m4 m4/i18n.m4" + +do_stage() { + install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/libxfce4util + # The line below expands to the list of headers that native makefile + # would install. Complain and/or fix if it's not portable enough + for file in $(eval $(make -n -C libxfce4util install|grep "^list='[^.]\\+.h"|cut -d\; -f1); echo $list); do + install -m 644 libxfce4util/$file ${STAGING_INCDIR}/libxfce4util + done + + oe_libinstall -C libxfce4util -so libxfce4util ${STAGING_LIBDIR} + +} + +FILES_${PN}-dev += " ${datadir}/xfce4/m4" -- cgit v1.2.3