Magellan Linux

Annotation of /branches/magellan-next/extras/xfce4-session/xfce4-session-4.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5742 - (hide annotations) (download)
Mon Aug 9 07:54:37 2010 UTC (13 years, 9 months ago) by niro
Original Path: trunk/extras/xfce4-session/xfce4-session-4.6.2-r1.smage2
File size: 990 byte(s)
auto added: ver bump to 4.6.2-r1
1 niro 5740 # $Id$
2    
3     PNAME="xfce4-session"
4     PVER="4.6.2"
5     PBUILD="r1"
6    
7     STATE="unstable"
8     DESCRIPTION="Session Manager for the XFCE Desktop Environment."
9    
10     DEPEND=">= dev-libs/dbus-glib-0.82
11     >= x11-libs/libSM-1
12     >= x11-libs/libX11-1.3
13     >= x11-libs/libwnck-2.28
14     >= x11-apps/iceauth-1
15     >= gnome-base/libglade-2.6.4
16     >= gnome-base/gconf-2.28
17     >= gnome-base/gnome-keyring-2.28
18     >= xfce-base/libxfce4util-4.6
19     >= xfce-base/libxfcegui4-4.6
20     >= xfce-base/xfconf-4.6
21     >= xfce-base/xfce-utils-4.6
22     >= xfce-base/exo-0.3.107"
23    
24     sminclude xfce
25    
26     UP2DATE="updatecmd_xfce ${PNAME}"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     xfce_configure --enable-gnome --enable-libgnome-keyring || die
33     mmake || die
34     }
35    
36     src_install()
37     {
38     xfce_src_install || die
39    
40     # disable fortune
41     rm -R ${BINDIR}/usr/share/xfce4/tips || die
42     rm ${BINDIR}/usr/bin/xfce4-tips || die
43 niro 5741 #rm ${BINDIR}/usr/$(mlibdir)/debug/usr/bin/xfce4-tips.debug || die
44 niro 5740 rm ${BINDIR}/etc/xdg/autostart/xfce4-tips-autostart.desktop || die
45 niro 5742 rm -R ${BINDIR}/etc/xdg/autostart || die
46 niro 5740 }