diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.2.0.bb | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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.bb | 33 |
1 files changed, 33 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 0000000000..6e92186ab9 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.2.0.bb | |||
@@ -0,0 +1,33 @@ | |||
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 += "file://0001-Add-shutdown-reboot-functionality-for-systemd.patch" | ||
14 | |||
15 | RDEPENDS_${PN} = "networkmanager udisks upower ${@base_contains('DISTRO_FEATURES','systemd','','consolekit',d)}" | ||
16 | |||
17 | EXTRA_OECONF = " \ | ||
18 | --enable-network-manager \ | ||
19 | --enable-panel-plugins \ | ||
20 | " | ||
21 | |||
22 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','',d)}" | ||
23 | PACKAGECONFIG[systemd] = "--enable-polkit, --disable-polkit, polkit" | ||
24 | |||
25 | PACKAGES += "xfce4-brightness-plugin" | ||
26 | FILES_${PN} += "${datadir}/polkit-1" | ||
27 | FILES_xfce4-brightness-plugin = " \ | ||
28 | ${libdir}/xfce4/panel-plugins/xfce4-brightness-plugin \ | ||
29 | ${datadir}/xfce4/panel-plugins/xfce4-brightness-plugin.desktop \ | ||
30 | " | ||
31 | |||
32 | SRC_URI[md5sum] = "935599b7114b0a4b0e2c9a5d6c72524c" | ||
33 | SRC_URI[sha256sum] = "d7fb98a540284b62f4201527de17d4b24123f9d26c9f49131dd497c8387184e9" | ||