blob: 3760a37d319f32841620619ed262c4d467252fa5 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Yet Another Dialog"
2DESCRIPTION = "Program allowing you to display GTK+ dialog boxes from command line or shell scripts."
3AUTHOR = "Victor Ananjevsky"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7
8SRC_URI = "git://github.com/v1cont/yad.git"
9SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02"
10
11inherit autotools gsettings features_check
12
13REQUIRED_DISTRO_FEATURES = "x11"
14
15DEPENDS = "gtk+3 glib-2.0-native intltool-native"
16
17S = "${WORKDIR}/git"
18
19FILES_${PN} += "${datadir}/icons/"