Magellan Linux

Annotation of /trunk/extras/thunar-volman/thunar-volman-0.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26466 - (hide annotations) (download)
Fri Jun 26 20:56:45 2015 UTC (8 years, 10 months ago) by niro
File size: 525 byte(s)
auto added: ver bump to 0.8.1-r1
1 niro 26466 # $Id$
2    
3     PNAME="thunar-volman"
4     PVER="0.8.1"
5     PBUILD="r1"
6    
7     DESCRIPTION="Automatic management for removeable devices in thunar."
8    
9     DEPEND=">= dev-libs/glib2-2.44
10     >= x11-libs/gtk2+-2.24
11     >= xfce-base/libxfce4util-4.12
12     >= xfce-base/libxfce4ui-4.12
13     >= xfce-base/exo-0.10
14     >= x11-libs/libnotify-0.7
15     >= sys-fs/libudev-220
16     >= xfce-base/thunar-1.6"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude xfce
22    
23     src_compile()
24     {
25     cd ${SRCDIR}
26     xfce_configure --enable-notifications || die
27     mmake || die
28     }