diff options
author | Peter Tworek <tworaz666@gmail.com> | 2012-02-04 00:03:31 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-13 16:59:29 +0100 |
commit | 7954f041fff53d34afe6212cc5f1363f47836731 (patch) | |
tree | c7238d93d5a5f95d2d935c2fc3d8d2eda3cdd5a9 /meta-xfce | |
parent | 724ec1ea4ff52b88bf1f6970557e44768214fd7b (diff) | |
download | meta-openembedded-7954f041fff53d34afe6212cc5f1363f47836731.tar.gz |
xfce4-power-manager: Add initial recipe for version 1.0.10.
Run tested on netbook pro.
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Acked-by: Andreas Müller<schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.0.10.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.0.10.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.0.10.bb new file mode 100644 index 000000000..46411789f --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.0.10.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | DESCRIPTION = "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 | RDEPENDS_${PN} = "networkmanager udisks upower polkit" | ||
13 | |||
14 | EXTRA_OECONF = " \ | ||
15 | --enable-polkit \ | ||
16 | --enable-network-manager \ | ||
17 | --enable-panel-plugins \ | ||
18 | " | ||
19 | |||
20 | PACKAGES += "xfce4-brightness-plugin" | ||
21 | FILES_${PN} += "${datadir}/polkit-1" | ||
22 | FILES_xfce4-brightness-plugin = " \ | ||
23 | ${libdir}/xfce4/panel-plugins/xfce4-brightness-plugin \ | ||
24 | ${datadir}/xfce4/panel-plugins/xfce4-brightness-plugin.desktop \ | ||
25 | " | ||
26 | |||
27 | SRC_URI[md5sum] = "38cbd272eb30e36ae538d9f38858bd38" | ||
28 | SRC_URI[sha256sum] = "80e4bb44f81c485ec09654dde432d6e28667d49a787625632a4413aac30422f0" | ||