Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17368 - (hide annotations) (download)
Mon Jun 10 13:14:36 2013 UTC (11 years ago) by niro
Original Path: trunk/extras/xfwm4/xfwm4-4.10.1-r1.smage2
File size: 1094 byte(s)
auto added: ver bump to 4.10.1-r1
1 niro 17368 # $Id$
2    
3     PNAME="xfwm4"
4     PVER="4.10.1"
5     PBUILD="r1"
6    
7     DESCRIPTION="Window manager for the XFCE Desktop Environment."
8    
9     DEPEND=">= sys-libs/libstdc++-4.6
10     >= dev-libs/glib2-2.32
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/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     SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-gtk3-windows.patch )
33     UP2DATE="updatecmd_xfce ${PNAME}"
34    
35     src_prepare()
36     {
37     munpack ${SRCFILE} || die
38     cd ${SRCDIR}
39    
40     # fix issues with gtk3 windows
41     mpatch ${PNAME}-${PVER}-gtk3-windows.patch || die
42     }
43    
44     src_compile()
45     {
46     cd ${SRCDIR}
47    
48     xfce_configure \
49     --enable-xsync \
50     --enable-render \
51     --enable-randr \
52     --enable-compositor \
53     --enable-startup-notification \
54     || die
55    
56     mmake || die
57     }