Magellan Linux

Contents of /branches/magellan-next/extras/xfce4-settings/xfce4-settings-4.6.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8104 - (show annotations) (download)
Tue Jul 12 16:03:33 2011 UTC (12 years, 9 months ago) by niro
File size: 828 byte(s)
imported
1 # $Id$
2
3 PNAME="xfce4-settings"
4 PVER="4.6.5"
5 PBUILD="r1"
6
7 STATE="unstable"
8 DESCRIPTION="Settings Daemon for the XFCE Desktop Environment."
9
10 DEPEND=">= dev-libs/glib2-2.22
11 >= dev-libs/dbus-glib-0.82
12 >= x11-libs/gtk2+-2.18
13 >= x11-libs/libX11-1.3
14 >= x11-libs/libXcursor-1.1
15 >= x11-libs/libXi-1.3
16 >= x11-libs/libXrandr-1.3
17 >= x11-libs/libwnck-2.28
18 >= x11-libs/libxklavier-5
19 >= media-libs/libcanberra-0.22
20 >= gnome-base/libglade-2.6.4
21 >= xfce-base/libxfce4util-4.6
22 >= xfce-base/libxfcegui4-4.6
23 >= xfce-base/xfconf-4.6
24 >= xfce-base/exo-0.3.107"
25
26 SDEPEND=">= x11-proto/inputproto-2
27 >= x11-proto/xf86vidmodeproto-2.3"
28
29 sminclude xfce
30
31 UP2DATE="updatecmd_xfce ${PNAME}"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 xfce_configure \
38 --enable-libxklavier \
39 --enable-sound-settings \
40 --disable-libnotify \
41 || die
42
43 mmake || die
44 }