Magellan Linux

Annotation of /branches/magellan-next/extras/thunar-volman/thunar-volman-0.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8274 - (hide annotations) (download)
Wed Jul 13 18:54:57 2011 UTC (12 years, 11 months ago) by niro
File size: 556 byte(s)
-fixed thunar dep
1 niro 8272 # $Id$
2    
3     PNAME="thunar-volman"
4     PVER="0.6.0"
5     PBUILD="r1"
6    
7     DESCRIPTION="Automatic management for removeable devices in thunar."
8    
9     DEPEND=">= dev-libs/glib2-2.28
10     >= x11-libs/gtk2+-2.24
11     >= xfce-base/libxfce4util-4.8
12     >= xfce-base/libxfce4ui-4.8
13     >= xfce-base/exo-0.6
14     >= x11-libs/libnotify-0.7
15     >= sys-fs/udev-171
16 niro 8274 >= xfce-base/thunar-1.2.2"
17 niro 8272
18     SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude xfce
22    
23     UP2DATE="updatecmd_xfce ${PNAME}"
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28     xfce_configure --enable-notifications || die
29     mmake || die
30     }