diff options
| author | Jason Schonberg <schonm@gmail.com> | 2024-11-25 09:53:01 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-25 08:25:03 -0800 |
| commit | c485a5b2b60e7cf4b9471fbe30a7344cc2e1ee04 (patch) | |
| tree | 4539799c184087fb24cc61b93dd3f8e369b09c38 /meta-xfce/recipes-xfce/exo/exo_4.19.1.bb | |
| parent | efe7aa16d5f6a1288746e96153db710762fa12aa (diff) | |
| download | meta-openembedded-c485a5b2b60e7cf4b9471fbe30a7344cc2e1ee04.tar.gz | |
exo: Upgrade 4.19.0 -> 4.19.1
Changelog: https://gitlab.xfce.org/xfce/exo/-/tags/exo-4.19.1
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/exo/exo_4.19.1.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_4.19.1.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb b/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb new file mode 100644 index 0000000000..f5415af75d --- /dev/null +++ b/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "Application library for the Xfce desktop environment" | ||
| 2 | SECTION = "x11" | ||
| 3 | LICENSE = "GPL-2.0-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | DEPENDS = "gtk+3 libxfce4ui liburi-perl-native cairo" | ||
| 6 | |||
| 7 | inherit xfce perlnative gtk-doc features_check mime-xdg | ||
| 8 | |||
| 9 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. | ||
| 10 | # cairo would at least needed to be built with xlib. | ||
| 11 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 12 | |||
| 13 | # SRC_URI must follow inherited one | ||
| 14 | SRC_URI += " \ | ||
| 15 | file://exo-no-tests-0.8.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[sha256sum] = "4c3721d47126b1a3143f00a4e4dff5eea364c02c3fa141b09c0b1af16b1f0794" | ||
| 19 | |||
| 20 | # Note: python bindings did not work in oe-dev and are about to be moved to | ||
| 21 | # pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 | ||
| 22 | FILES:${PN} += " \ | ||
| 23 | ${datadir}/xfce4/ \ | ||
| 24 | ${libdir}/xfce4/exo* \ | ||
| 25 | " | ||
