Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9245 - (show annotations) (download)
Thu Nov 17 15:56:39 2011 UTC (12 years, 5 months ago) by niro
File size: 1043 byte(s)
auto added: ver bump to 1.2.3-r1
1 # $Id$
2
3 PNAME="thunar"
4 PVER="1.2.3"
5 PBUILD="r1"
6
7 DESCRIPTION="A filemanager for the XFCE Desktop Environment."
8
9 DEPEND=">= dev-libs/glib2-2.28
10 >= x11-libs/gtk2+-2.24
11 >= media-libs/freetype-2.4
12 >= media-libs/libjpeg-8
13 >= media-libs/libpng-1.5
14 >= media-libs/libexif-0.6
15 >= dev-libs/libpcre-8
16 >= dev-libs/dbus-glib-0.92
17 >= x11-libs/libSM-1
18 >= x11-libs/startup-notification-0.12
19 >= dev-lang/perl-5.14
20 >= app-admin/gamin-0.1.10
21 >= x11-misc/shared-mime-info-0.90
22 >= dev-util/desktop-file-utils-0.15
23 >= xfce-base/libxfce4util-4.8
24 >= xfce-base/libxfce4ui-4.8
25 >= xfce-base/exo-0.6
26 >= xfce-base/xfce4-panel-4.8
27 >= x11-libs/libnotify-0.7
28 >= sys-fs/udev-171
29 >= gnome-base/gvfs-1.8"
30
31 SRCFILE="Thunar-${PVER}.tar.bz2"
32 SRCDIR="${BUILDDIR}/Thunar-${PVER}"
33
34 sminclude xfce
35
36 UP2DATE="updatecmd_xfce ${PNAME}"
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 xfce_configure \
43 --enable-gio-unix \
44 --enable-dbus \
45 --enable-gudev \
46 --enable-startup-notification \
47 --enable-notifications \
48 --enable-exif \
49 --enable-pcre \
50 || die
51
52 mmake || die
53 }