Magellan Linux

Contents of /branches/magellan-next/extras/thunar/thunar-1.0.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8153 - (show annotations) (download)
Tue Jul 12 20:58:15 2011 UTC (12 years, 10 months ago) by niro
File size: 1031 byte(s)
imported
1 # $Id$
2
3 PNAME="thunar"
4 PVER="1.0.2"
5 PBUILD="r1"
6
7 STATE="unstable"
8 DESCRIPTION="A filemanager for the XFCE Desktop Environment."
9
10 DEPEND=">= dev-libs/glib2-2.22
11 >= x11-libs/gtk2+-2.18
12 >= media-libs/freetype-2.3.9
13 >= media-libs/libjpeg-7
14 >= media-libs/libpng-1.2.44
15 >= media-libs/libexif-0.6
16 >= dev-libs/libpcre-8
17 >= dev-libs/dbus-glib-0.82
18 >= sys-apps/hal-0.5.13
19 >= x11-libs/libSM-1
20 >= x11-libs/startup-notification-0.10
21 >= dev-lang/perl-5.10
22 >= app-admin/fam-2.7
23 >= x11-misc/shared-mime-info-0.71
24 >= dev-util/desktop-file-utils-0.15
25 >= gnome-base/gconf-2.28
26 >= xfce-base/libxfce4util-4.6
27 >= xfce-base/exo-0.3.107
28 >= xfce-base/xfce4-panel-4.6"
29
30 SRCFILE="Thunar-${PVER}.tar.bz2"
31 SRCDIR="${BUILDDIR}/Thunar-${PVER}"
32
33 sminclude xfce
34
35 UP2DATE="updatecmd_xfce ${PNAME}"
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 xfce_configure \
42 --enable-dbus \
43 --with-volume-manager=hal \
44 --enable-gnome-thumbnailers \
45 --enable-startup-notification \
46 --enable-exif \
47 --enable-pcre \
48 --disable-xsltproc \
49 || die
50
51 mmake || die
52 }