blob: 4a5a7720ee7306a55d9550fb48613c992d31d978 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001DESCRIPTION = "Application library for the Xfce desktop environment"
Brad Bishopc342db32019-05-15 21:57:59 -04002SECTION = "x11"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
Brad Bishop26bdd442019-08-16 17:08:17 -04005DEPENDS = "gtk+3 libxfce4ui virtual/libx11 liburi-perl-native cairo"
Brad Bishopc342db32019-05-15 21:57:59 -04006DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
7
Andrew Geissler82c905d2020-04-13 13:39:40 -05008inherit xfce perlnative gtk-doc features_check mime-xdg
Brad Bishopc342db32019-05-15 21:57:59 -04009
10REQUIRED_DISTRO_FEATURES = "x11"
11REQUIRED_DISTRO_FEATURES_class-native = ""
12
13# SRC_URI must follow inherited one
14SRC_URI += " \
15 file://exo-no-tests-0.8.patch \
16 file://configure.patch \
17"
18
19SRC_URI_append_class-native = " \
20 file://reduce-build-to-exo-csource-only.patch \
21"
22
Brad Bishope42b3e32020-01-15 22:08:42 -050023SRC_URI[md5sum] = "efeb039d64b3257e39a1a38e75eb19b1"
24SRC_URI[sha256sum] = "ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6"
Brad Bishop26bdd442019-08-16 17:08:17 -040025
26PACKAGECONFIG ??= ""
27PACKAGECONFIG_class-target ??= "gtk"
28PACKAGECONFIG[gtk] = "--enable-gtk2,--disable-gtk2,gtk+"
Brad Bishopc342db32019-05-15 21:57:59 -040029
30PACKAGES =+ "exo-csource"
31
32# Note: python bindings did not work in oe-dev and are about to be moved to
33# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
34FILES_${PN} += " \
35 ${datadir}/xfce4/ \
36 ${libdir}/xfce4/exo* \
37"
38
39FILES_exo-csource += "${bindir}/exo-csource"
40
41BBCLASSEXTEND = "native"