From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../closebutton/xfce4-closebutton-plugin_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb (limited to 'meta-xfce/recipes-panel-plugins/closebutton') 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 @@ +SUMMARY = "Plugin displaying close button for application currently active" +SECTION = "x11" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f" + +inherit xfce-panel-plugin xfce-git gtk-icon-cache perlnative + +DEPENDS += "exo-native libwnck xfconf" + +PV = "0.1.0+gitr${SRCPV}" + +SRC_URI = "git://gitorious.org/xfce/xfce4-closebutton-plugin.git;branch=master" +SRCREV = "bd76154afe26ba8a5251a1887d88f9d855301850" +S = "${WORKDIR}/git" + +EXTRA_OECONF += "--enable-maintainer-mode" + +FILES_${PN} += "${datadir}/xfce4/closebutton/themes" -- cgit v1.2.3-54-g00ecf