Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Plugin displaying close button for application currently active" |
| 2 | SECTION = "x11" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f" |
| 5 | |
| 6 | inherit xfce-panel-plugin xfce-git gtk-icon-cache perlnative |
| 7 | |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 8 | DEPENDS += "xfce4-dev-tools-native libwnck3 xfconf" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 9 | |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 10 | PV = "4.16.0" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 12 | SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git" |
| 13 | SRCREV = "538f9acfc5d5019f5cde734d056bcc0c95da9b4c" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | EXTRA_OECONF += "--enable-maintainer-mode" |
| 17 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 18 | FILES:${PN} += "${datadir}/xfce4/closebutton/themes" |