1SUMMARY = "Yet Another Dialog" 2DESCRIPTION = "Program allowing you to display GTK+ dialog boxes from command line or shell scripts." 3AUTHOR = "Victor Ananjevsky" 4 5LICENSE = "GPL-3.0-only" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 7 8SRC_URI = "git://github.com/v1cont/yad.git;branch=master;protocol=https" 9SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02" 10 11inherit autotools gsettings features_check pkgconfig 12 13REQUIRED_DISTRO_FEATURES = "x11" 14 15DEPENDS = "gtk+3 glib-2.0-native intltool-native" 16 17S = "${WORKDIR}/git" 18 19FILES:${PN} += "${datadir}/icons/" 20