Magellan Linux

Contents of /trunk/extras/xfce4-power-manager/xfce4-power-manager-1.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28378 - (show annotations) (download)
Wed Aug 24 08:12:51 2016 UTC (7 years, 9 months ago) by niro
File size: 745 byte(s)
-revert commit r28377
1 # $Id$
2
3 PNAME="xfce4-power-manager"
4 PVER="1.4.4"
5 PBUILD="r1"
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++-5.1
13 >= dev-libs/glib2-2.44
14 >= x11-libs/gtk2+-2.24
15 >= x11-libs/libnotify-0.7
16 >= xfce-base/xfconf-4.12
17 >= xfce-base/libxfce4ui-4.12
18 >= xfce-base/libxfce4util-4.12
19 >= xfce-base/xfce4-panel-4.12
20 >= sys-fs/udisks2-2.1
21 >= sys-apps/polkit-0.112
22 >= sys-apps/upower-0.9.23
23 >= net-misc/networkmanager-1.0"
24
25 sminclude xfce
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 xfce_configure \
32 --enable-dpms \
33 --enable-network-manager \
34 --enable-panel-plugins \
35 --enable-polkit \
36 || die
37
38 mmake || die
39 }