From 7954f041fff53d34afe6212cc5f1363f47836731 Mon Sep 17 00:00:00 2001 From: Peter Tworek Date: Sat, 4 Feb 2012 00:03:31 +0000 Subject: xfce4-power-manager: Add initial recipe for version 1.0.10. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Run tested on netbook pro. Signed-off-by: Peter Tworek Acked-by: Andreas Müller Signed-off-by: Koen Kooi --- .../xfce4-power-manager_1.0.10.bb | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.0.10.bb diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.0.10.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.0.10.bb new file mode 100644 index 0000000000..46411789f4 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.0.10.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Power manager for the Xfce desktop environment" +HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-power-manager" +SECTION = "x11" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +inherit xfce + +DEPENDS = "gtk+ glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \ + libxrandr virtual/libx11 libxext xfce4-panel" +RDEPENDS_${PN} = "networkmanager udisks upower polkit" + +EXTRA_OECONF = " \ + --enable-polkit \ + --enable-network-manager \ + --enable-panel-plugins \ + " + +PACKAGES += "xfce4-brightness-plugin" +FILES_${PN} += "${datadir}/polkit-1" +FILES_xfce4-brightness-plugin = " \ + ${libdir}/xfce4/panel-plugins/xfce4-brightness-plugin \ + ${datadir}/xfce4/panel-plugins/xfce4-brightness-plugin.desktop \ + " + +SRC_URI[md5sum] = "38cbd272eb30e36ae538d9f38858bd38" +SRC_URI[sha256sum] = "80e4bb44f81c485ec09654dde432d6e28667d49a787625632a4413aac30422f0" -- cgit 1.2.3-korg