Magellan Linux

Contents of /branches/R11-unstable/extras/thunar-volman/thunar-volman-0.8.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25824 - (show annotations) (download)
Tue Nov 25 04:21:15 2014 UTC (9 years, 5 months ago) by niro
File size: 524 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="thunar-volman"
4 PVER="0.8.0"
5 PBUILD="r4"
6
7 DESCRIPTION="Automatic management for removeable devices in thunar."
8
9 DEPEND="
10 >= dev-libs/glib2-2.42
11 >= x11-libs/gtk2+-2.24
12 >= xfce-base/libxfce4util-4.10
13 >= xfce-base/libxfce4ui-4.10
14 >= xfce-base/exo-0.10
15 >= x11-libs/libnotify-0.7
16 >= sys-fs/udev-216
17 >= xfce-base/thunar-1.6"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude xfce
23
24 src_compile()
25 {
26 cd ${SRCDIR}
27 xfce_configure --enable-notifications || die
28 mmake || die
29 }