Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [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 | |
| 11 | # TODO: Check if 0001-... can go |
| 12 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" |
| 13 | SRC_URI[sha256sum] = "d96946ae5af6bf078dda415419e0021909f763ee0020b42f3e26f603e51585f6" |
| 14 | |
| 15 | EXTRA_OECONF += "--with-vendor-info=${DISTRO}" |
| 16 | |
| 17 | PACKAGECONFIG ??= "" |
| 18 | PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade" |
| 19 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
| 20 | |
| 21 | PACKAGES += "${PN}-glade" |
| 22 | FILES:${PN}-glade = " \ |
| 23 | ${libdir}/glade \ |
| 24 | ${datadir}/glade \ |
| 25 | " |