From: Marcin Juszkiewicz Date: Wed, 17 Jan 2007 08:53:17 +0000 (+0000) Subject: libxfce4util: added 4.4-rc2 (4.3.99.2) X-Git-Tag: Release-2010-05/1~9361^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b9177e4f4f69e76cd8dc524c4aa52e4277aa14;p=openembedded.git libxfce4util: added 4.4-rc2 (4.3.99.2) --- diff --git a/packages/libxfce4util/libxfce4util_4.3.99.2.bb b/packages/libxfce4util/libxfce4util_4.3.99.2.bb new file mode 100644 index 0000000000..d1c29197d6 --- /dev/null +++ b/packages/libxfce4util/libxfce4util_4.3.99.2.bb @@ -0,0 +1,22 @@ +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/ +}