Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | DESCRIPTION = "Application library for the Xfce desktop environment" |
| 2 | SECTION = "x11" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame^] | 3 | LICENSE = "GPL-2.0-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | DEPENDS = "gtk+3 libxfce4ui virtual/libx11 liburi-perl-native cairo" |
| 6 | |
| 7 | inherit xfce perlnative gtk-doc features_check mime-xdg |
| 8 | |
| 9 | REQUIRED_DISTRO_FEATURES = "x11" |
| 10 | |
| 11 | # SRC_URI must follow inherited one |
| 12 | SRC_URI += " \ |
| 13 | file://exo-no-tests-0.8.patch \ |
| 14 | file://configure.patch \ |
| 15 | " |
| 16 | |
| 17 | SRC_URI[sha256sum] = "722dff3c3fe23f0a65405e63889cf247c99d092d3f9fb16dec78d062cfb8fae6" |
| 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 |
| 21 | FILES:${PN} += " \ |
| 22 | ${datadir}/xfce4/ \ |
| 23 | ${libdir}/xfce4/exo* \ |
| 24 | " |