1*4882a593SmuzhiyunSUMMARY = "Remove idle cursor image from screen."
2*4882a593SmuzhiyunDESCRIPTION = "This is a rewrite of the popular tool unclutter, but using the x11-xfixes extension."
3*4882a593SmuzhiyunAUTHOR = "Ingo Bürk"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunLICENSE = "MIT"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=b25d2c4cca175f44120d1b8e67cb358d"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunSRC_URI = "git://github.com/Airblader/unclutter-xfixes.git;branch=master;protocol=https \
9*4882a593Smuzhiyun           file://0001-build-use-autotools.patch"
10*4882a593SmuzhiyunSRCREV = "160ae3760a51126eb225ce77d83e4706eccd4ed9"
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuninherit autotools pkgconfig features_check
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES = "x11"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunDEPENDS = "libev libx11 libxi libxfixes"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunS = "${WORKDIR}/git"
19*4882a593Smuzhiyun
20*4882a593Smuzhiyundo_install:append() {
21*4882a593Smuzhiyun    # LICENSE is installed to /usr/share/licenses but we don't want it in the package
22*4882a593Smuzhiyun    rm -rf ${D}${datadir}
23*4882a593Smuzhiyun}
24