Magellan Linux

Contents of /branches/magellan-next/extras/xfwm4/xfwm4-4.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8140 - (show annotations) (download)
Tue Jul 12 18:10:26 2011 UTC (12 years, 10 months ago) by niro
File size: 860 byte(s)
imported
1 # $Id$
2
3 PNAME="xfwm4"
4 PVER="4.6.2"
5 PBUILD="r1"
6
7 STATE="unstable"
8 DESCRIPTION="Window manager for the XFCE Desktop Environment."
9
10 DEPEND=">= dev-libs/glib2-2.22
11 >= x11-libs/gtk2+-2.18
12 >= x11-libs/libICE-1
13 >= x11-libs/libSM-1.1
14 >= x11-libs/libX11-1.3
15 >= x11-libs/libXext-1.1
16 >= x11-libs/libXrandr-1.3
17 >= x11-libs/libXrender-0.9
18 >= x11-libs/libXpm-3.5
19 >= x11-libs/libXcomposite-0.4
20 >= x11-libs/libXdamage-1.1
21 >= x11-libs/libXfixes-4
22 >= x11-libs/pango-1.26
23 >= x11-libs/libwnck-2.28
24 >= x11-libs/startup-notification-0.10
25 >= xfce-base/libxfce4util-4.6
26 >= xfce-base/libxfcegui4-4.6
27 >= xfce-base/xfconf-4.6"
28
29 sminclude xfce
30
31 UP2DATE="updatecmd_xfce ${PNAME}"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 xfce_configure \
38 --enable-xsync \
39 --enable-render \
40 --enable-randr \
41 --enable-compositor \
42 --enable-startup-notification \
43 || die
44
45 mmake || die
46 }