Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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