From 7e18a90d35a62cd6894385a9dab549a594d5f11e Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 19 Jul 2023 12:14:38 -0400 Subject: xeyes: upgrade 1.2.0 -> 1.3.0 Use the sha256sum for the .xz archive instead of .bz2 because of upstream commit bdd57f3. Add SRC_URI_EXT to match. Changelog: 637b948 (HEAD -> master, tag: xeyes-1.3.0, origin/master, origin/HEAD) xeyes 1.3.0 6f6c975 Implement multi-ocular support, add biblical example f30ef4e Print which argument was unknown before giving usage message e7a54da Add -help & -version options e38962e gitlab CI: stop requiring Signed-off-by in commits c060e6d man page: remove out-of-date reference to X(7) ebbd57a Fix spelling/wording issues bdd57f3 Build xz tarballs instead of bzip2 700a551 gitlab CI: add a basic build test (From OE-Core rev: 176c814f8a103a338da3955e69745f81bc9b70a1) Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xeyes_1.2.0.bb | 13 ------------- meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xeyes_1.2.0.bb create mode 100644 meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.2.0.bb b/meta/recipes-graphics/xorg-app/xeyes_1.2.0.bb deleted file mode 100644 index 73d09f058d..0000000000 --- a/meta/recipes-graphics/xorg-app/xeyes_1.2.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "X11 eyes that follow the mouse cursor demo" -DESCRIPTION = "Xeyes is a small X11 application that shows a pair of eyes that move to \ -follow the location of the mouse cursor around the screen." - -PE = "1" - -LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" - -SRC_URI[sha256sum] = "f8a17e23146bef1ab345a1e303c6749e42aaa7bcf4f25428afad41770721b6db" - -DEPENDS += "libxau libxt libxext libxmu libxrender libxi" diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb b/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb new file mode 100644 index 0000000000..3d1a7063ea --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb @@ -0,0 +1,14 @@ +require xorg-app-common.inc + +SUMMARY = "X11 eyes that follow the mouse cursor demo" +DESCRIPTION = "Xeyes is a small X11 application that shows a pair of eyes that move to \ +follow the location of the mouse cursor around the screen." + +PE = "1" + +LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "0950c600bf33447e169a539ee6655ef9f36d6cebf2c1be67f7ab55dacb753023" + +DEPENDS += "libxau libxt libxext libxmu libxrender libxi" -- cgit v1.2.3-54-g00ecf