Magellan Linux

Contents of /trunk/extras/thunar-volman/thunar-volman-0.8.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31235 - (show annotations) (download)
Wed Jun 13 13:39:12 2018 UTC (5 years, 10 months ago) by niro
File size: 525 byte(s)
auto added: ver bump to 0.8.1-r2
1 # $Id$
2
3 PNAME="thunar-volman"
4 PVER="0.8.1"
5 PBUILD="r2"
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.12
14 >= x11-libs/libnotify-0.7
15 >= sys-fs/libudev-220
16 >= xfce-base/thunar-1.8"
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 }