blob: 5b91b8b7eeafba174aca979211570ec50ef5b434 [file] [log] [blame]
Andrew Geissler72956ed2021-01-08 16:11:14 -06001DESCRIPTION = "Application library for the Xfce desktop environment"
2SECTION = "x11"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "gtk+3 libxfce4ui virtual/libx11 liburi-perl-native cairo"
6
7inherit xfce perlnative gtk-doc features_check mime-xdg
8
9REQUIRED_DISTRO_FEATURES = "x11"
10
11# SRC_URI must follow inherited one
12SRC_URI += " \
13 file://exo-no-tests-0.8.patch \
14 file://configure.patch \
15"
16
17SRC_URI[sha256sum] = "1975b00eed9a8aa1f899eab2efaea593731c19138b83fdff2f13bdca5275bacc"
18
19# Note: python bindings did not work in oe-dev and are about to be moved to
20# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
21FILES_${PN} += " \
22 ${datadir}/xfce4/ \
23 ${libdir}/xfce4/exo* \
24"