Magellan Linux

Annotation of /branches/R11-stable/extras/xfwm4/xfwm4-4.10.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23009 - (hide annotations) (download)
Tue Oct 28 09:42:48 2014 UTC (9 years, 6 months ago) by niro
File size: 883 byte(s)
-release branches/R11-stable
1 niro 22534 # $Id$
2    
3     PNAME="xfwm4"
4     PVER="4.10.1"
5     PBUILD="r2"
6    
7     DESCRIPTION="Window manager for the XFCE Desktop Environment."
8    
9     DEPEND=">= sys-libs/libstdc++-4.8
10     >= dev-libs/glib2-2.42
11     >= x11-libs/gtk2+-2.24
12     >= x11-libs/libICE-1
13     >= x11-libs/libSM-1.1
14     >= x11-libs/libX11-1.6
15     >= x11-libs/libXext-1.3
16     >= x11-libs/libXrandr-1.4
17     >= x11-libs/libXrender-0.9
18     >= x11-libs/libXcomposite-0.4
19     >= x11-libs/libXdamage-1.1
20     >= x11-libs/libXfixes-5
21     >= x11-libs/pango-1.36
22     >= x11-libs/libwnck2-2.30
23     >= x11-libs/startup-notification-0.12
24     >= xfce-base/libxfce4util-4.10
25     >= xfce-base/libxfce4ui-4.10
26     >= xfce-base/xfconf-4.10"
27    
28     PROVIDE="virtual/windowmanager"
29    
30     sminclude xfce
31    
32     UP2DATE="updatecmd_xfce ${PNAME}"
33    
34     src_compile()
35     {
36     cd ${SRCDIR}
37    
38     xfce_configure \
39     --enable-xsync \
40     --enable-render \
41     --enable-randr \
42     --enable-compositor \
43     --enable-startup-notification \
44     || die
45    
46     mmake || die
47     }