Magellan Linux

Contents of /trunk/extras/xfwm4/xfwm4-4.8.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10799 - (show annotations) (download)
Thu Feb 2 23:48:26 2012 UTC (12 years, 4 months ago) by niro
File size: 845 byte(s)
-fixed missing libstdc++ dep
1 # $Id$
2
3 PNAME="xfwm4"
4 PVER="4.8.2"
5 PBUILD="r2"
6
7 DESCRIPTION="Window manager for the XFCE Desktop Environment."
8
9 DEPEND=">= sys-libs/libstdc++-4.6
10 >= dev-libs/glib2-2.28
11 >= x11-libs/gtk2+-2.24
12 >= x11-libs/libICE-1
13 >= x11-libs/libSM-1.1
14 >= x11-libs/libX11-1.4
15 >= x11-libs/libXext-1.3
16 >= x11-libs/libXrandr-1.3
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.28
22 >= x11-libs/libwnck-2.23
23 >= x11-libs/startup-notification-0.12
24 >= xfce-base/libxfce4util-4.8
25 >= xfce-base/libxfce4ui-4.8
26 >= xfce-base/xfconf-4.8"
27
28 sminclude xfce
29
30 UP2DATE="updatecmd_xfce ${PNAME}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 xfce_configure \
37 --enable-xsync \
38 --enable-render \
39 --enable-randr \
40 --enable-compositor \
41 --enable-startup-notification \
42 || die
43
44 mmake || die
45 }