Magellan Linux

Contents of /trunk/extras/thunar-volman/thunar-volman-0.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11974 - (show annotations) (download)
Mon Apr 30 18:29:00 2012 UTC (12 years, 1 month ago) by niro
File size: 558 byte(s)
auto added: ver bump to 0.8.0-r1
1 # $Id$
2
3 PNAME="thunar-volman"
4 PVER="0.8.0"
5 PBUILD="r1"
6
7 DESCRIPTION="Automatic management for removeable devices in thunar."
8
9 DEPEND="
10 >= dev-libs/glib2-2.32
11 >= x11-libs/gtk2+-2.24
12 >= xfce-base/libxfce4util-4.10
13 >= xfce-base/libxfce4ui-4.10
14 >= xfce-base/exo-0.8
15 >= x11-libs/libnotify-0.7
16 >= sys-fs/udev-181
17 >= xfce-base/thunar-1.4"
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 }