summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.2.0.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.2.0.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.2.0.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.2.0.bb
new file mode 100644
index 000000000..670fc251e
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.2.0.bb
@@ -0,0 +1,28 @@
1DESCRIPTION = "Power manager for the Xfce desktop environment"
2HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-power-manager"
3SECTION = "x11"
4
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7
8inherit xfce
9
10DEPENDS = "gtk+ glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \
11 libxrandr virtual/libx11 libxext xfce4-panel"
12RDEPENDS_${PN} = "networkmanager udisks upower polkit"
13
14EXTRA_OECONF = " \
15 --enable-polkit \
16 --enable-network-manager \
17 --enable-panel-plugins \
18 "
19
20PACKAGES += "xfce4-brightness-plugin"
21FILES_${PN} += "${datadir}/polkit-1"
22FILES_xfce4-brightness-plugin = " \
23 ${libdir}/xfce4/panel-plugins/xfce4-brightness-plugin \
24 ${datadir}/xfce4/panel-plugins/xfce4-brightness-plugin.desktop \
25 "
26
27SRC_URI[md5sum] = "935599b7114b0a4b0e2c9a5d6c72524c"
28SRC_URI[sha256sum] = "d7fb98a540284b62f4201527de17d4b24123f9d26c9f49131dd497c8387184e9"