Magellan Linux

Contents of /trunk/extras/xfce4-settings/xfce4-settings-4.12.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26463 - (show annotations) (download)
Fri Jun 26 20:32:09 2015 UTC (8 years, 10 months ago) by niro
File size: 1369 byte(s)
auto added: ver bump to 4.12.0-r1
1 # $Id$
2
3 PNAME="xfce4-settings"
4 PVER="4.12.0"
5 PBUILD="r1"
6
7 DESCRIPTION="Settings Daemon for the XFCE Desktop Environment."
8
9 # todo: libinput support
10 # todo: gnome-themes
11 DEPEND=">= dev-libs/glib2-2.44
12 >= x11-libs/gtk2+-2.24
13 >= dev-libs/dbus-glib-0.104
14 >= media-libs/fontconfig-2.11
15 >= x11-libs/libX11-1.6
16 >= x11-libs/libXcursor-1.1
17 >= x11-libs/libXi-1.7
18 >= x11-libs/libXrandr-1.5
19 >= x11-libs/libnotify-0.7
20 >= x11-libs/libxklavier-5
21 >= media-libs/libcanberra-0.28
22 >= xfce-base/libxfce4util-4.12
23 >= xfce-base/libxfce4ui-4.12
24 >= xfce-base/xfconf-4.12
25 >= xfce-base/exo-0.12
26 >= xfce-base/garcon-0.4
27 >= x11-themes/tango-icon-theme-0.8.90"
28
29 SDEPEND=">= x11-proto/inputproto-2
30 >= x11-proto/xf86vidmodeproto-2.3"
31
32 sminclude xfce
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38
39 # use tango as default icon theme and Adwaita as default colour theme
40 sed -i \
41 -e 's:<property name="ThemeName" type="empty"/>:<property name="ThemeName" type="string" value="Adwaita"/>:' \
42 -e 's:<property name="IconThemeName" type="empty"/>:<property name="IconThemeName" type="string" value="Tango"/>:' \
43 xfsettingsd/xsettings.xml || die
44 }
45
46 src_compile()
47 {
48 cd ${SRCDIR}
49
50 xfce_configure \
51 --enable-xrandr \
52 --enable-xcursor \
53 --enable-libxklavier \
54 --enable-sound-settings \
55 --enable-libnotify \
56 --enable-pluggable-dialogs \
57 || die
58
59 mmake || die
60 }