summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/closebutton
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-xfce/recipes-panel-plugins/closebutton
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/closebutton')
-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 0000000000..f96009eee3
--- /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"