1SUMMARY = "Plugin displaying close button for application currently active"
2SECTION = "x11"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f"
5
6inherit xfce-panel-plugin xfce-git gtk-icon-cache perlnative
7
8DEPENDS += "xfce4-dev-tools-native libwnck3 xfconf"
9
10PV = "4.16.0"
11
12SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git"
13SRCREV = "538f9acfc5d5019f5cde734d056bcc0c95da9b4c"
14S = "${WORKDIR}/git"
15
16EXTRA_OECONF += "--enable-maintainer-mode"
17
18FILES:${PN} += "${datadir}/xfce4/closebutton/themes"
19