Magellan Linux

Contents of /trunk/extras/xfce4-settings/xfce4-settings-4.12.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29399 - (show annotations) (download)
Fri Jun 9 13:18:33 2017 UTC (6 years, 10 months ago) by niro
File size: 1410 byte(s)
auto added: ver bump to 4.12.1-r2
1 # $Id$
2
3 PNAME="xfce4-settings"
4 PVER="4.12.1"
5 PBUILD="r2"
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 >= x11-drivers/xf86-input-libinput-0.11"
29
30 SDEPEND=">= x11-proto/inputproto-2
31 >= x11-proto/xf86vidmodeproto-2.3"
32
33 sminclude xfce
34
35 src_prepare()
36 {
37 munpack ${SRCFILE} || die
38 cd ${SRCDIR}
39
40 # use tango as default icon theme and Adwaita as default colour theme
41 sed -i \
42 -e 's:<property name="ThemeName" type="empty"/>:<property name="ThemeName" type="string" value="Adwaita"/>:' \
43 -e 's:<property name="IconThemeName" type="empty"/>:<property name="IconThemeName" type="string" value="Tango"/>:' \
44 xfsettingsd/xsettings.xml || die
45 }
46
47 src_compile()
48 {
49 cd ${SRCDIR}
50
51 xfce_configure \
52 --enable-xrandr \
53 --enable-xcursor \
54 --enable-libxklavier \
55 --enable-sound-settings \
56 --enable-libnotify \
57 --enable-pluggable-dialogs \
58 || die
59
60 mmake || die
61 }