summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb47
1 files changed, 0 insertions, 47 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb
deleted file mode 100644
index 8efa88b9d7..0000000000
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb
+++ /dev/null
@@ -1,47 +0,0 @@
1SUMMARY = "Xfce4 Panel"
2HOMEPAGE = "https://docs.xfce.org/xfce/xfce4-panel/start"
3SECTION = "x11"
4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee"
6DEPENDS = "garcon exo gtk+3 cairo virtual/libx11 libxfce4windowing libxml2 \
7 libwnck3 vala-native \
8 "
9
10inherit xfce gtk-doc gobject-introspection features_check mime-xdg
11
12# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
13# cairo would at least needed to be built with xlib.
14ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
15
16SRC_URI += " \
17 file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \
18 file://0002-use-lxdm-to-replace-dm-tool.patch \
19"
20SRC_URI[sha256sum] = "5a7c8097527555640ab3d00307505c7c1b7302d11d92874f88842ea969483519"
21
22EXTRA_OECONF += "--disable-vala GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen"
23
24python populate_packages:prepend() {
25 plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/')
26 plugin_name = d.expand('${PN}-plugin-%s')
27 do_split_packages(d, plugin_dir, r'^lib(.*)\.so$', plugin_name,
28 '${PN} plugin for %s', extra_depends='', prepend=True,
29 aux_files_pattern=['${datadir}/xfce4/panel/plugins/%s.desktop',
30 '${sysconfdir}/xdg/xfce/panel/%s-*',
31 '${datadir}/icons/hicolor/48x48/apps/*-%s.png',
32 '${bindir}/*%s*'])
33}
34
35PACKAGES_DYNAMIC += "^${PN}-plugin-.*"
36
37PACKAGES =+ "${PN}-gtk3"
38
39FILES:${PN} += "${libdir}/xfce4/panel/migrate \
40 ${libdir}/xfce4/panel/wrapper-1.0"
41
42FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la"
43
44FILES:${PN}-gtk3 = " \
45 ${libdir}/libxfce4panel-2.0${SOLIBS} \
46 ${libdir}/xfce4/panel/wrapper-2.0 \
47"