Magellan Linux

Contents of /branches/R11-stable/extras/xfce4-power-manager/xfce4-power-manager-1.2.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18042 - (show annotations) (download)
Thu Jun 27 06:49:16 2013 UTC (10 years, 10 months ago) by niro
File size: 782 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xfce4-power-manager"
4 PVER="1.2.0"
5 PBUILD="r2"
6
7 PCAT="xfce-extra"
8
9 DESCRIPTION="Power manager for the Xfce desktop environment."
10 HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-power-manager"
11
12 DEPEND=">= sys-libs/libstdc++-4.7
13 >= dev-libs/glib2-2.36
14 >= x11-libs/gtk2+-2.24
15 >= x11-libs/libnotify-0.7
16 >= xfce-base/xfconf-4.10
17 >= xfce-base/libxfce4ui-4.10
18 >= xfce-base/libxfce4util-4.10
19 >= xfce-base/xfce4-panel-4.10
20 >= sys-fs/udisks2-2.1
21 >= sys-apps/polkit-0.111
22 >= sys-apps/upower-0.9.20
23 >= net-misc/networkmanager-0.9.8"
24
25 sminclude xfce
26
27 UP2DATE="updatecmd_xfce ${PNAME}"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 xfce_configure \
34 --enable-dpms \
35 --enable-network-manager \
36 --enable-panel-plugins \
37 --enable-polkit \
38 || die
39
40 mmake || die
41 }