Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Application library for the Xfce desktop environment" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 2 | SECTION = "x11" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 5 | DEPENDS = "gtk+3 libxfce4ui virtual/libx11 liburi-perl-native cairo" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" |
| 7 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame^] | 8 | inherit xfce perlnative gtk-doc features_check |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 9 | |
| 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | REQUIRED_DISTRO_FEATURES_class-native = "" |
| 12 | |
| 13 | # SRC_URI must follow inherited one |
| 14 | SRC_URI += " \ |
| 15 | file://exo-no-tests-0.8.patch \ |
| 16 | file://configure.patch \ |
| 17 | " |
| 18 | |
| 19 | SRC_URI_append_class-native = " \ |
| 20 | file://reduce-build-to-exo-csource-only.patch \ |
| 21 | " |
| 22 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame^] | 23 | SRC_URI[md5sum] = "efeb039d64b3257e39a1a38e75eb19b1" |
| 24 | SRC_URI[sha256sum] = "ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 25 | |
| 26 | PACKAGECONFIG ??= "" |
| 27 | PACKAGECONFIG_class-target ??= "gtk" |
| 28 | PACKAGECONFIG[gtk] = "--enable-gtk2,--disable-gtk2,gtk+" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 29 | |
| 30 | PACKAGES =+ "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 |
| 34 | FILES_${PN} += " \ |
| 35 | ${datadir}/xfce4/ \ |
| 36 | ${libdir}/xfce4/exo* \ |
| 37 | " |
| 38 | |
| 39 | FILES_exo-csource += "${bindir}/exo-csource" |
| 40 | |
| 41 | BBCLASSEXTEND = "native" |