diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.3.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.3.bb | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.3.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.3.bb new file mode 100644 index 0000000000..496b3fd0b4 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.3.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+ glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \ | ||
| 11 | libxrandr virtual/libx11 libxext xfce4-panel" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "caa17bfd96c0879e7bcc7432896fad52" | ||
| 14 | SRC_URI[sha256sum] = "018e11dd315745f582d70108b6071d37fb94854fde70961e17325bc19c4e2011" | ||
| 15 | |||
| 16 | EXTRA_OECONF = " \ | ||
| 17 | --enable-network-manager \ | ||
| 18 | --enable-panel-plugins \ | ||
| 19 | " | ||
| 20 | |||
| 21 | PACKAGECONFIG ??= "${@base_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 udisks upower ${@base_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" | ||
