diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-10-20 15:27:43 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-27 12:50:00 +0100 |
| commit | 6c1ace80c0bdcb7c67cc766ea23c6ea9beab9164 (patch) | |
| tree | 9a2303585b4fb4a01223e7c510cd6524df9662b5 /meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.1.bb | |
| parent | 0ee5bea84105040ae54bcbc5d2baac7be80bc801 (diff) | |
| download | meta-openembedded-6c1ace80c0bdcb7c67cc766ea23c6ea9beab9164.tar.gz | |
xfce4-power-manager: update to 1.4.1 to fix power button
with 1.2.0 pressing power button shuts down independent of the setting in
xfce4-power-manager
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.1.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.1.bb | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.1.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.1.bb new file mode 100644 index 0000000000..a4aaf668d7 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.1.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] = "808a2630487d75e6eae915e464b7fda3" | ||
| 14 | SRC_URI[sha256sum] = "16a9e9bf3e0f8480d05b248817fbdc59e701e9161d3d0c7e53f3de28ed491f58" | ||
| 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" | ||
