blob: e80aebc89b13efcc0a63ca02de397eb89d27eb3c [file] [log] [blame]
Brad Bishop7e36d532019-09-16 07:44:26 -04001SUMMARY = "Remove idle cursor image from screen."
2DESCRIPTION = "This is a rewrite of the popular tool unclutter, but using the x11-xfixes extension."
Brad Bishop7e36d532019-09-16 07:44:26 -04003
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b25d2c4cca175f44120d1b8e67cb358d"
6
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/Airblader/unclutter-xfixes.git;branch=master;protocol=https \
Brad Bishop7e36d532019-09-16 07:44:26 -04008 file://0001-build-use-autotools.patch"
William A. Kennington III49e95662021-09-15 16:19:36 -07009SRCREV = "160ae3760a51126eb225ce77d83e4706eccd4ed9"
Brad Bishop7e36d532019-09-16 07:44:26 -040010
Brad Bishop8410d612019-11-25 09:40:59 -050011inherit autotools pkgconfig features_check
Brad Bishop7e36d532019-09-16 07:44:26 -040012
13REQUIRED_DISTRO_FEATURES = "x11"
14
15DEPENDS = "libev libx11 libxi libxfixes"
16
17S = "${WORKDIR}/git"
18
Patrick Williams213cb262021-08-07 19:21:33 -050019do_install:append() {
Brad Bishop7e36d532019-09-16 07:44:26 -040020 # LICENSE is installed to /usr/share/licenses but we don't want it in the package
21 rm -rf ${D}${datadir}
22}