Magellan Linux

Contents of /branches/magellan-next/extras/xfce4-settings/xfce4-settings-4.8.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9388 - (show annotations) (download)
Mon Nov 28 19:57:39 2011 UTC (12 years, 6 months ago) by niro
File size: 1096 byte(s)
auto added: ver bump to 4.8.3-r3
1 # $Id$
2
3 PNAME="xfce4-settings"
4 PVER="4.8.3"
5 PBUILD="r3"
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 >= x11-themes/gtk-engines-xfce-2.8
25 >= x11-themes/tango-icon-theme-0.8.90"
26
27 SDEPEND=">= x11-proto/inputproto-2
28 >= x11-proto/xf86vidmodeproto-2.3"
29
30 sminclude xfce
31
32 UP2DATE="updatecmd_xfce ${PNAME}"
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38
39 # use tango as default icon theme, not rodent
40 sed -i 's:value="Rodent":value="Tango":g' xfsettingsd/xsettings.xml || die
41 }
42
43 src_compile()
44 {
45 cd ${SRCDIR}
46
47 xfce_configure \
48 --enable-libxklavier \
49 --enable-sound-settings \
50 --enable-libnotify \
51 --enable-pluggable-dialogs \
52 || die
53
54 mmake || die
55 }