Magellan Linux

Contents of /branches/magellan-next/extras/xfce-utils/xfce-utils-4.8.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9243 - (show annotations) (download)
Thu Nov 17 15:46:51 2011 UTC (12 years, 6 months ago) by niro
File size: 1071 byte(s)
auto added: ver bump to 4.8.3-r1
1 # $Id$
2
3 PNAME="xfce-utils"
4 PVER="4.8.3"
5 PBUILD="r1"
6
7 DESCRIPTION="Utlities for the XFCE Desktop Environment."
8
9 DEPEND=">= dev-libs/glib2-2.28
10 >= dev-libs/dbus-glib-0.92
11 >= x11-libs/gtk2+-2.24
12 >= x11-libs/libX11-1.4
13 >= xfce-base/libxfce4util-4.8
14 >= xfce-base/libxfce4ui-4.8
15 >= xfce-base/xfconf-4.8
16 >= x11-apps/xrdb-1
17 >= x11-misc/xdg-user-dirs-0.14
18 >= x11-misc/xscreensaver-5.10"
19
20 sminclude xfce
21
22 SRC_URI=( ${SRC_URI[*]}
23 mirror://${PNAME}/${PNAME}-4.8.2-nx-no-screensaver.patch
24 )
25
26 UP2DATE="updatecmd_xfce ${PNAME}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # do not start any screensaver while running in a NX session
34 mpatch ${PNAME}-4.8.2-nx-no-screensaver.patch || die
35 }
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 xfce_configure \
42 --with-vendor-info="Magellan-Linux" \
43 --with-xsession-prefix=/usr \
44 --disable-xfconf-migration \
45 --enable-dbus \
46 || die
47
48 mmake || die
49 }
50
51 src_install()
52 {
53 xfce_src_install || die
54
55 # add vendor info
56 minstalldir /usr/share/xfce4 || die
57 echo "Magellan-Linux" > ${BINDIR}/usr/share/xfce4/Magellan-Linux || die
58 }