From 43098b8f0d9a2d0321067e7937d78f3a08a90da5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 12 Jan 2020 22:01:01 -0800 Subject: yad: upgrade 4.1 -> 5.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/yad/yad_4.1.bb | 17 ----------------- meta-oe/recipes-graphics/yad/yad_5.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-graphics/yad/yad_4.1.bb create mode 100644 meta-oe/recipes-graphics/yad/yad_5.0.bb diff --git a/meta-oe/recipes-graphics/yad/yad_4.1.bb b/meta-oe/recipes-graphics/yad/yad_4.1.bb deleted file mode 100644 index c69f47dcd0..0000000000 --- a/meta-oe/recipes-graphics/yad/yad_4.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Yet Another Dialog" -DESCRIPTION = "Program allowing you to display GTK+ dialog boxes from command line or shell scripts." -AUTHOR = "Victor Ananjevsky" - -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -SRC_URI = "git://github.com/v1cont/yad.git" -SRCREV = "3857a0a8822fc0a7206e804f15cc17b85a5f8ce2" - -inherit autotools gsettings - -DEPENDS = "gtk+3 glib-2.0-native intltool-native" - -S = "${WORKDIR}/git" - -FILES_${PN} += "${datadir}/icons/" diff --git a/meta-oe/recipes-graphics/yad/yad_5.0.bb b/meta-oe/recipes-graphics/yad/yad_5.0.bb new file mode 100644 index 0000000000..e53c04bbc6 --- /dev/null +++ b/meta-oe/recipes-graphics/yad/yad_5.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "Yet Another Dialog" +DESCRIPTION = "Program allowing you to display GTK+ dialog boxes from command line or shell scripts." +AUTHOR = "Victor Ananjevsky" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI = "git://github.com/v1cont/yad.git" +SRCREV = "c8eac89cc20d915cb5ed185f423091a291c8af24" + +inherit autotools gsettings + +DEPENDS = "gtk+3 glib-2.0-native intltool-native" + +S = "${WORKDIR}/git" + +FILES_${PN} += "${datadir}/icons/" -- cgit v1.2.3-54-g00ecf