Magellan Linux

Contents of /trunk/extras/xfwm4/xfwm4-4.12.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26452 - (show annotations) (download)
Fri Jun 26 18:36:41 2015 UTC (8 years, 11 months ago) by niro
File size: 927 byte(s)
auto added: ver bump to 4.12.3-r1
1 # $Id$
2
3 PNAME="xfwm4"
4 PVER="4.12.3"
5 PBUILD="r1"
6
7 DESCRIPTION="Window manager for the XFCE Desktop Environment."
8
9 DEPEND=">= sys-libs/libstdc++-5.1
10 >= dev-libs/glib2-2.44
11 >= x11-libs/gtk2+-2.24
12 >= x11-libs/libdrm-2.4.61
13 >= x11-libs/libICE-1
14 >= x11-libs/libSM-1.1
15 >= x11-libs/libX11-1.6
16 >= x11-libs/libXext-1.3
17 >= x11-libs/libXrandr-1.5
18 >= x11-libs/libXrender-0.9
19 >= x11-libs/libXcomposite-0.4
20 >= x11-libs/libXdamage-1.1
21 >= x11-libs/libXfixes-5
22 >= x11-libs/pango-1.36
23 >= x11-libs/libwnck2-2.30
24 >= x11-libs/startup-notification-0.12
25 >= xfce-base/libxfce4util-4.12
26 >= xfce-base/libxfce4ui-4.12
27 >= xfce-base/xfconf-4.12"
28
29 PROVIDE="virtual/windowmanager"
30
31 sminclude xfce
32
33 UP2DATE="updatecmd_xfce ${PNAME}"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 xfce_configure \
40 --enable-xsync \
41 --enabel-dri \
42 --enable-render \
43 --enable-randr \
44 --enable-compositor \
45 --enable-startup-notification \
46 || die
47
48 mmake || die
49 }