diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-03-02 00:50:34 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-21 16:42:24 +0100 |
commit | 5f1cfd0879696a56f05c0bb3f5a3bb48a2dc4873 (patch) | |
tree | 4cd9d15adba5691bdf9cab7504e6871d901f056a /meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | |
parent | 0b6abbbcb033ee95d9d1f12c9d72cbbb784362d8 (diff) | |
download | meta-openembedded-5f1cfd0879696a56f05c0bb3f5a3bb48a2dc4873.tar.gz |
libxfce4ui: update to 4.12.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb')
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb new file mode 100644 index 000000000..36f42d3f9 --- /dev/null +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | SUMMARY = "Xfce4 Widget library and X Window System interaction" | ||
2 | SECTION = "x11/libs" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | ||
5 | DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" | ||
6 | |||
7 | inherit xfce autotools gettext gtk-doc | ||
8 | |||
9 | SRC_URI += " \ | ||
10 | file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \ | ||
11 | file://0002-configure.ac-remove-optional-gtk3-support.patch \ | ||
12 | " | ||
13 | SRC_URI[md5sum] = "ea9fad7d059fe8f531fe8db42dabb5a9" | ||
14 | SRC_URI[sha256sum] = "3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43" | ||
15 | |||
16 | EXTRA_OECONF += "--with-vendor-info=${DISTRO}" | ||
17 | |||
18 | PACKAGECONFIG ??= "" | ||
19 | PACKAGECONFIG[gladeui] = "--enable-gladeui,--disable-gladeui,glade3" | ||
20 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | ||
21 | |||
22 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" | ||
23 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \ | ||
24 | ${datadir}/glade3/catalogs/*.in" | ||
25 | PACKAGES += "${PN}-glade" | ||
26 | FILES_${PN}-glade = "${libdir}/glade3 \ | ||
27 | ${datadir}/glade3" | ||