Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Yet Another Dialog" |
| 2 | DESCRIPTION = "Program allowing you to display GTK+ dialog boxes from command line or shell scripts." |
| 3 | AUTHOR = "Victor Ananjevsky" |
| 4 | |
| 5 | LICENSE = "GPLv3" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 7 | |
| 8 | SRC_URI = "git://github.com/v1cont/yad.git" |
| 9 | SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02" |
| 10 | |
| 11 | inherit autotools gsettings features_check |
| 12 | |
| 13 | REQUIRED_DISTRO_FEATURES = "x11" |
| 14 | |
| 15 | DEPENDS = "gtk+3 glib-2.0-native intltool-native" |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 19 | FILES:${PN} += "${datadir}/icons/" |