summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb')
-rw-r--r--meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
new file mode 100644
index 000000000..f96009eee
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
@@ -0,0 +1,18 @@
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 += "exo-native libwnck xfconf"
9
10PV = "0.1.0+gitr${SRCPV}"
11
12SRC_URI = "git://gitorious.org/xfce/xfce4-closebutton-plugin.git;branch=master"
13SRCREV = "bd76154afe26ba8a5251a1887d88f9d855301850"
14S = "${WORKDIR}/git"
15
16EXTRA_OECONF += "--enable-maintainer-mode"
17
18FILES_${PN} += "${datadir}/xfce4/closebutton/themes"