Magellan Linux

Annotation of /branches/R11-stable/extras/thunar-volman/thunar-volman-0.8.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15390 - (hide annotations) (download)
Wed Jan 2 11:38:15 2013 UTC (11 years, 8 months ago) by niro
File size: 558 byte(s)
-release branches/R11-stable
1 niro 14231 # $Id$
2    
3     PNAME="thunar-volman"
4     PVER="0.8.0"
5     PBUILD="r3"
6    
7     DESCRIPTION="Automatic management for removeable devices in thunar."
8    
9     DEPEND="
10     >= dev-libs/glib2-2.34
11     >= x11-libs/gtk2+-2.24
12     >= xfce-base/libxfce4util-4.10
13     >= xfce-base/libxfce4ui-4.10
14     >= xfce-base/exo-0.9
15     >= x11-libs/libnotify-0.7
16     >= sys-fs/udev-181
17     >= xfce-base/thunar-1.6"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude xfce
23    
24     UP2DATE="updatecmd_xfce ${PNAME}"
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29     xfce_configure --enable-notifications || die
30     mmake || die
31     }