From 63c8bed20bdb676c5bec423b5e2fc957137bcca1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 29 Oct 2015 16:11:58 +0100 Subject: xfce-polkit: initial add 0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb (limited to 'meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb') diff --git a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb new file mode 100644 index 0000000000..ab720f8e41 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "A simple PolicyKit authentication agent for XFCE" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=758b03f872a88c99fc36d50c5932091c" + +DEPENDS = "libxfce4ui polkit" + +inherit xfce-app + +SRC_URI = "git://github.com/ncopa/${BPN}.git" +SRCREV = "6ad1ee833c9e22e4dd72a8f7d54562d046965283" +S = "${WORKDIR}/git" -- cgit 1.2.3-korg