Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Window navigation construction toolkit" |
| 2 | LICENSE = "LGPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
| 4 | |
| 5 | SECTION = "x11/libs" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 6 | DEPENDS = "intltool-native gnome-common-native gtk+ gdk-pixbuf-native libxres" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 7 | |
| 8 | PACKAGECONFIG ??= "startup-notification" |
| 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
| 10 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 11 | inherit gnomebase gobject-introspection features_check |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" |
| 15 | SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e" |
| 16 | |
| 17 | do_install_append() { |
| 18 | # to avoid conflicts with libwnck3 remove cmdline tools |
| 19 | # if the tools are requrired add libwnck3 to your image |
| 20 | rm ${D}${bindir}/wnckprop |
| 21 | rm ${D}${bindir}/wnck-urgency-monitor |
| 22 | rmdir ${D}${bindir} |
| 23 | } |