Brad Bishop | 7e36d53 | 2019-09-16 07:44:26 -0400 | [diff] [blame] | 1 | SUMMARY = "Remove idle cursor image from screen." |
| 2 | DESCRIPTION = "This is a rewrite of the popular tool unclutter, but using the x11-xfixes extension." |
| 3 | AUTHOR = "Ingo Bürk" |
| 4 | |
| 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b25d2c4cca175f44120d1b8e67cb358d" |
| 7 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame^] | 8 | SRC_URI = "git://github.com/Airblader/unclutter-xfixes.git;branch=master;protocol=https \ |
Brad Bishop | 7e36d53 | 2019-09-16 07:44:26 -0400 | [diff] [blame] | 9 | file://0001-build-use-autotools.patch" |
William A. Kennington III | 49e9566 | 2021-09-15 16:19:36 -0700 | [diff] [blame] | 10 | SRCREV = "160ae3760a51126eb225ce77d83e4706eccd4ed9" |
Brad Bishop | 7e36d53 | 2019-09-16 07:44:26 -0400 | [diff] [blame] | 11 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 12 | inherit autotools pkgconfig features_check |
Brad Bishop | 7e36d53 | 2019-09-16 07:44:26 -0400 | [diff] [blame] | 13 | |
| 14 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | |
| 16 | DEPENDS = "libev libx11 libxi libxfixes" |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 20 | do_install:append() { |
Brad Bishop | 7e36d53 | 2019-09-16 07:44:26 -0400 | [diff] [blame] | 21 | # LICENSE is installed to /usr/share/licenses but we don't want it in the package |
| 22 | rm -rf ${D}${datadir} |
| 23 | } |