blob: 40fccbdc1a52200c4aa8df3ca9350310eef5fa69 [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-3.0-only"
Andrew Geissler82c905d2020-04-13 13:39:40 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7
Andrew Geissler595f6302022-01-24 19:11:47 +00008SRC_URI = "git://github.com/v1cont/yad.git;branch=master;protocol=https"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02"
10
Andrew Geissler5199d832021-09-24 16:47:35 -050011inherit autotools gsettings features_check pkgconfig
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13REQUIRED_DISTRO_FEATURES = "x11"
14
15DEPENDS = "gtk+3 glib-2.0-native intltool-native"
16
17S = "${WORKDIR}/git"
18
Patrick Williams213cb262021-08-07 19:21:33 -050019FILES:${PN} += "${datadir}/icons/"