From fc811eb7e53e5a3d367dccad08558ea946209a3b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 1 May 2023 22:38:58 -0700 Subject: xdotool: Upgrade to 3.20211022.1 release Switch to github releases Add missing dep on libxinerama and libxkbcommon Signed-off-by: Khem Raj --- .../xdotool/xdotool_1.20100416.2809.bb | 23 ---------------------- .../xdotool/xdotool_3.20211022.1.bb | 19 ++++++++++++++++++ 2 files changed, 19 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb create mode 100644 meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb deleted file mode 100644 index 259c640523..0000000000 --- a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "xdotool - command-line X11 automation tool - utilising X11 XTEST interface" -HOMEPAGE = "http://www.semicomplete.com/projects/xdotool" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2f9cbf7e9401cec8a38666a08851ce6b" -SECTION = "x11" -DEPENDS = "virtual/libx11 libxtst" - -PR = "r1" - -inherit features_check pkgconfig perlnative -# depends on virtual/libx11 -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI = "http://semicomplete.googlecode.com/files/xdotool-${PV}.tar.gz" -SRC_URI[md5sum] = "1d5be641e512c343abfe5f78b39e6f19" -SRC_URI[sha256sum] = "42d7271fbc796e53db71bb221f311b9ff3c51d90a71c9487a9bd3101ca39894f" - -EXTRA_OEMAKE = "PREFIX=${prefix} INSTALLLIB=${libdir} INSTALLMAN=${mandir}" - -do_install() { - oe_runmake -e install DESTDIR=${D} PREFIX=${prefix} -} - diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb b/meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb new file mode 100644 index 0000000000..cef82bd348 --- /dev/null +++ b/meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "xdotool - command-line X11 automation tool - utilising X11 XTEST interface" +HOMEPAGE = "https://github.com/jordansissel/xdotool" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2f9cbf7e9401cec8a38666a08851ce6b" +SECTION = "x11" +DEPENDS = "virtual/libx11 libxtst libxinerama libxkbcommon" + +inherit features_check pkgconfig perlnative +# depends on virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI = "https://github.com/jordansissel/${BPN}/releases/download/v${PV}/${BP}.tar.gz" +SRC_URI[sha256sum] = "96f0facfde6d78eacad35b91b0f46fecd0b35e474c03e00e30da3fdd345f9ada" + +EXTRA_OEMAKE = "PREFIX=${prefix} INSTALLLIB=${libdir} INSTALLMAN=${mandir}" + +do_install() { + oe_runmake install DESTDIR=${D} PREFIX=${prefix} +} -- cgit 1.2.3-korg