summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2024-11-25 09:53:01 -0500
committerKhem Raj <raj.khem@gmail.com>2024-11-25 08:25:03 -0800
commitc485a5b2b60e7cf4b9471fbe30a7344cc2e1ee04 (patch)
tree4539799c184087fb24cc61b93dd3f8e369b09c38 /meta-xfce/recipes-xfce/exo/exo_4.19.1.bb
parentefe7aa16d5f6a1288746e96153db710762fa12aa (diff)
downloadmeta-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.bb25
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 @@
1DESCRIPTION = "Application library for the Xfce desktop environment"
2SECTION = "x11"
3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "gtk+3 libxfce4ui liburi-perl-native cairo"
6
7inherit 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.
11ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
12
13# SRC_URI must follow inherited one
14SRC_URI += " \
15 file://exo-no-tests-0.8.patch \
16"
17
18SRC_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
22FILES:${PN} += " \
23 ${datadir}/xfce4/ \
24 ${libdir}/xfce4/exo* \
25"