blob: 8dfb2e626d40653b0699abdadbdf8f96b841ab1f [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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
Andrew Geissler82c905d2020-04-13 13:39:40 -05008DEPENDS += "exo-native libwnck3 xfconf"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009
10PV = "0.1.0+gitr${SRCPV}"
11
12SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master"
Andrew Geissler82c905d2020-04-13 13:39:40 -050013SRCREV = "6ed5c3ee1ba7103ca854c5e81fb2c1220b913a40"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014S = "${WORKDIR}/git"
15
16EXTRA_OECONF += "--enable-maintainer-mode"
17
18FILES_${PN} += "${datadir}/xfce4/closebutton/themes"