Magellan Linux

Annotation of /trunk/extras/xfce4-power-manager/xfce4-power-manager-1.6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30700 - (hide annotations) (download)
Wed Mar 7 10:51:54 2018 UTC (6 years, 2 months ago) by niro
File size: 744 byte(s)
auto added: ver bump to 1.6.1-r1
1 niro 30700 # $Id$
2    
3     PNAME="xfce4-power-manager"
4     PVER="1.6.1"
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++-6.3
13     >= dev-libs/glib2-2.53
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.113
22     >= sys-apps/upower-0.99
23     >= net-misc/networkmanager-1.10"
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     }