Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8232 - (show annotations) (download)
Wed Jul 13 10:13:47 2011 UTC (12 years, 9 months ago) by niro
File size: 806 byte(s)
auto added: ver bump to 4.8.2-r1
1 # $Id$
2
3 PNAME="xfce4-settings"
4 PVER="4.8.2"
5 PBUILD="r1"
6
7 DESCRIPTION="Settings Daemon for the XFCE Desktop Environment."
8
9 DEPEND=">= dev-libs/glib2-2.28
10 >= x11-libs/gtk2+-2.24
11 >= dev-libs/dbus-glib-0.92
12 >= x11-libs/libX11-1.4
13 >= x11-libs/libXcursor-1.1
14 >= x11-libs/libXi-1.4
15 >= x11-libs/libXrandr-1.3
16 >= x11-libs/libnotify-0.7
17 >= x11-libs/libxklavier-5
18 >= media-libs/libcanberra-0.28
19 >= gnome-base/libglade-2.6.4
20 >= xfce-base/libxfce4util-4.8
21 >= xfce-base/libxfce4ui-4.8
22 >= xfce-base/xfconf-4.8
23 >= xfce-base/exo-0.6"
24
25 SDEPEND=">= x11-proto/inputproto-2
26 >= x11-proto/xf86vidmodeproto-2.3"
27
28 sminclude xfce
29
30 UP2DATE="updatecmd_xfce ${PNAME}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 xfce_configure \
37 --enable-libxklavier \
38 --enable-sound-settings \
39 --enable-libnotify \
40 || die
41
42 mmake || die
43 }