From 1d42de61facdb19eacc36af18d4c2014bbd0d4e4 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Sun, 5 Sep 2021 07:22:50 +0800 Subject: unclutter-xfixes: upgrade 1.5 -> 1.6 This release contains the following changes: [Feature] --start-hidden to hide the cursor initially when unclutter-xfixes starts. [Feature] --ignore-buttons to specify one or more buttons which do not unhide the cursor. [Feature] --hide-on-touch to hide the cursor on touch input. [Fix] --timeout now supports non-integer values. Various improvements to the man page. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../0001-build-use-autotools.patch | 2 +- .../unclutter-xfixes/unclutter-xfixes_1.5.bb | 23 ---------------------- .../unclutter-xfixes/unclutter-xfixes_1.6.bb | 23 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb create mode 100644 meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/0001-build-use-autotools.patch b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/0001-build-use-autotools.patch index 25771168ce..0c9fe62b1f 100644 --- a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/0001-build-use-autotools.patch +++ b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/0001-build-use-autotools.patch @@ -60,7 +60,7 @@ index 6264da0..0000000 +++ /dev/null @@ -1,66 +0,0 @@ -TARGET = unclutter --VERSION = 1.5 +-VERSION = 1.6 -SDIR = src -IDIR = include -ODIR = obj diff --git a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb deleted file mode 100644 index e56803e4ea..0000000000 --- a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Remove idle cursor image from screen." -DESCRIPTION = "This is a rewrite of the popular tool unclutter, but using the x11-xfixes extension." -AUTHOR = "Ingo Bürk" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b25d2c4cca175f44120d1b8e67cb358d" - -SRC_URI = "git://github.com/Airblader/unclutter-xfixes.git \ - file://0001-build-use-autotools.patch" -SRCREV = "10fd337bb77e4e93c3380f630a0555372778a948" - -inherit autotools pkgconfig features_check - -REQUIRED_DISTRO_FEATURES = "x11" - -DEPENDS = "libev libx11 libxi libxfixes" - -S = "${WORKDIR}/git" - -do_install:append() { - # LICENSE is installed to /usr/share/licenses but we don't want it in the package - rm -rf ${D}${datadir} -} diff --git a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb new file mode 100644 index 0000000000..8a6b6f8142 --- /dev/null +++ b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb @@ -0,0 +1,23 @@ +SUMMARY = "Remove idle cursor image from screen." +DESCRIPTION = "This is a rewrite of the popular tool unclutter, but using the x11-xfixes extension." +AUTHOR = "Ingo Bürk" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b25d2c4cca175f44120d1b8e67cb358d" + +SRC_URI = "git://github.com/Airblader/unclutter-xfixes.git \ + file://0001-build-use-autotools.patch" +SRCREV = "160ae3760a51126eb225ce77d83e4706eccd4ed9" + +inherit autotools pkgconfig features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +DEPENDS = "libev libx11 libxi libxfixes" + +S = "${WORKDIR}/git" + +do_install:append() { + # LICENSE is installed to /usr/share/licenses but we don't want it in the package + rm -rf ${D}${datadir} +} -- cgit 1.2.3-korg