summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/libxfce4util/libxfce4util_4.3.99.2.bb22
1 files changed, 22 insertions, 0 deletions
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/
+}