Magellan Linux

Contents of /trunk/extras/xfce-utils/xfce-utils-4.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5733 - (show annotations) (download)
Sat Aug 7 13:24:41 2010 UTC (13 years, 10 months ago) by niro
File size: 737 byte(s)
auto added: ver bump to 4.6.2-r1
1 # $Id$
2
3 PNAME="xfce-utils"
4 PVER="4.6.2"
5 PBUILD="r1"
6
7 STATE="unstable"
8 DESCRIPTION="Utlities for the XFCE Desktop Environment."
9
10 DEPEND=">= dev-libs/glib2-2.22
11 >= dev-libs/dbus-glib-0.82
12 >= x11-libs/gtk2+-2.18
13 >= x11-libs/libX11-1.3
14 >= xfce-base/libxfce4util-4.6
15 >= xfce-base/libxfcegui4-4.6
16 >= xfce-base/xfconf-4.6
17 >= x11-apps/xrdb-1
18 >= x11-misc/xscreensaver-5.10"
19
20 sminclude xfce
21
22 UP2DATE="updatecmd_xfce ${PNAME}"
23
24 src_compile()
25 {
26 cd ${SRCDIR}
27
28 xfce_configure \
29 --with-vendor-info="Magellan-Linux" \
30 --with-xsession-prefix=/usr \
31 || die
32
33 mmake || die
34 }
35
36 src_install()
37 {
38 xfce_src_install || die
39
40 # add vendor info
41 minstalldir /usr/share/xfce4 || die
42 echo "Magellan-Linux" > /usr/share/xfce4/Magellan-Linux || die
43 }