zenity_3.32.0.bb 622 B

12345678910111213141516171819202122
  1. SUMMARY = "Display dialog boxes from the command line and shell scripts"
  2. SECTION = "x11/gnome"
  3. LICENSE = "GPLv2+"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
  5. inherit gnomebase itstool gnome-help features_check gettext
  6. DEPENDS = " \
  7. yelp-tools-native \
  8. gtk+3 \
  9. "
  10. REQUIRED_DISTRO_FEATURES = "x11"
  11. SRC_URI[archive.md5sum] = "ba2b2a13248773b4ec0fd323d95e6d5a"
  12. SRC_URI[archive.sha256sum] = "e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95"
  13. do_install_append() {
  14. # Remove gdialog compatibility helper - we don't want to pull in perl
  15. rm ${D}${bindir}/gdialog
  16. }