blob: e53c04bbc685967d41bf2486ac5ffa8c9443fafe [file] [log] [blame]
Brad Bishop7e36d532019-09-16 07:44:26 -04001SUMMARY = "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"
Brad Bishope42b3e32020-01-15 22:08:42 -05009SRCREV = "c8eac89cc20d915cb5ed185f423091a291c8af24"
Brad Bishop7e36d532019-09-16 07:44:26 -040010
11inherit autotools gsettings
12
13DEPENDS = "gtk+3 glib-2.0-native intltool-native"
14
15S = "${WORKDIR}/git"
16
17FILES_${PN} += "${datadir}/icons/"