Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 1 | SUMMARY = "Xfce4 Widget library and X Window System interaction" |
| 2 | SECTION = "x11/libs" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
| 5 | DEPENDS = "intltool-native perl-native gtk+3 libice libsm libxfce4util xfce4-dev-tools xfconf virtual/libx11" |
| 6 | |
| 7 | inherit xfce gtk-doc gobject-introspection features_check |
| 8 | |
| 9 | REQUIRED_DISTRO_FEATURES = "x11" |
| 10 | |
Andrew Geissler | eef6386 | 2021-01-29 15:58:13 -0600 | [diff] [blame] | 11 | # TODO: Check if 0001-... can go |
| 12 | SRC_URI += " \ |
| 13 | file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \ |
| 14 | file://0002-Remove-GTK2-leftovers.patch \ |
| 15 | " |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 16 | SRC_URI[sha256sum] = "8b06c9e94f4be88a9d87c47592411b6cbc32073e7af9cbd64c7b2924ec90ceaa" |
| 17 | |
| 18 | EXTRA_OECONF += "--with-vendor-info=${DISTRO}" |
| 19 | |
| 20 | PACKAGECONFIG ??= "" |
| 21 | PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade" |
| 22 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
| 23 | |
| 24 | PACKAGES += "${PN}-glade" |
| 25 | FILES_${PN}-glade = " \ |
| 26 | ${libdir}/glade \ |
| 27 | ${datadir}/glade \ |
| 28 | " |