diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb new file mode 100644 index 000000000..71df34ce4 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb | |||
@@ -0,0 +1,42 @@ | |||
1 | SUMMARY = "Power manager for the Xfce desktop environment" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-power-manager" | ||
3 | SECTION = "x11" | ||
4 | |||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
7 | |||
8 | inherit xfce | ||
9 | |||
10 | DEPENDS += "gtk+3 glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \ | ||
11 | libxrandr virtual/libx11 libxext xfce4-panel upower libxscrnsaver" | ||
12 | |||
13 | SRC_URI[md5sum] = "2e2e24a1a22912d6a561ba6155887503" | ||
14 | SRC_URI[sha256sum] = "bde3157e06ab31ff23648d163d53ee5095f7819544a9f48d3a96d57829857f2b" | ||
15 | |||
16 | EXTRA_OECONF = " \ | ||
17 | --enable-network-manager \ | ||
18 | --enable-panel-plugins \ | ||
19 | " | ||
20 | |||
21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | ||
22 | PACKAGECONFIG[systemd] = "--enable-polkit, --disable-polkit, polkit" | ||
23 | |||
24 | PACKAGES += "xfce4-powermanager-plugin" | ||
25 | |||
26 | FILES_${PN} += " \ | ||
27 | ${datadir}/polkit-1 \ | ||
28 | ${datadir}/appdata \ | ||
29 | " | ||
30 | |||
31 | FILES_xfce4-powermanager-plugin = " \ | ||
32 | ${libdir}/xfce4 \ | ||
33 | ${datadir}/xfce4 \ | ||
34 | " | ||
35 | |||
36 | RDEPENDS_xfce4-powermanager-plugin = "${PN}" | ||
37 | RDEPENDS_${PN} = "networkmanager ${@bb.utils.contains('DISTRO_FEATURES','systemd','','consolekit',d)}" | ||
38 | |||
39 | # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin | ||
40 | RPROVIDES_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | ||
41 | RREPLACES_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | ||
42 | RCONFLICTS_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | ||