diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-09 08:41:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-09 08:41:19 +0000 |
commit | 9d829ed05c295df608b4fc108eb1c628fd06fd39 (patch) | |
tree | c1b27cfe4498f8abef1a61325922906f3e6a32ff /packages/libxfce4util | |
parent | 1434b204e16e87b7f59f074f3036d5dcbcf0116f (diff) | |
parent | 6ccac10beeaaa02a86081bd6179fd57c208ad6b1 (diff) |
merge of '76e1e69496801009ea0aa69c84f76e858978ab99'
and 'db976a98427dd6a195e2cf167e225de2d0206aea'
Diffstat (limited to 'packages/libxfce4util')
-rw-r--r-- | packages/libxfce4util/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libxfce4util/libxfce4util.inc | 31 | ||||
-rw-r--r-- | packages/libxfce4util/libxfce4util_4.2.2.bb | 7 | ||||
-rw-r--r-- | packages/libxfce4util/libxfce4util_4.3.99.2.bb | 22 |
4 files changed, 0 insertions, 60 deletions
diff --git a/packages/libxfce4util/.mtn2git_empty b/packages/libxfce4util/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/libxfce4util/.mtn2git_empty +++ /dev/null diff --git a/packages/libxfce4util/libxfce4util.inc b/packages/libxfce4util/libxfce4util.inc deleted file mode 100644 index dbe6501e42..0000000000 --- a/packages/libxfce4util/libxfce4util.inc +++ /dev/null @@ -1,31 +0,0 @@ -# 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} - - install -d ${STAGING_DATADIR}/aclocal/ - install -m 0644 ${MACROS} ${STAGING_DATADIR}/aclocal/ -} - -FILES_${PN}-dev += " ${datadir}/xfce4/m4" diff --git a/packages/libxfce4util/libxfce4util_4.2.2.bb b/packages/libxfce4util/libxfce4util_4.2.2.bb deleted file mode 100644 index bc6443021f..0000000000 --- a/packages/libxfce4util/libxfce4util_4.2.2.bb +++ /dev/null @@ -1,7 +0,0 @@ -# libxfce4util OE build file -# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -require ${PN}.inc -PR = "r1" - diff --git a/packages/libxfce4util/libxfce4util_4.3.99.2.bb b/packages/libxfce4util/libxfce4util_4.3.99.2.bb deleted file mode 100644 index d1c29197d6..0000000000 --- a/packages/libxfce4util/libxfce4util_4.3.99.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -require ${PN}.inc - -SRC_URI += "\ -http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-depends.m4 \ -http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-features.m4 \ -http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-i18n.m4 \ -http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-python.m4 \ -http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-xfce.m4" - - -MACROS="m4/xdt*.m4" - -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 xfce-utf8.h \ - xfce-license.h xfce-i18n.h libxfce4util-enum-types.h" - -do_configure_prepend() { - install -m 0755 -d ${S}/m4/ - install -m 0644 ${WORKDIR}/xdt-*.m4 ${S}/m4/ -} |