Annotation of /trunk/extras/thunar/thunar-1.6.15-r1.smage2
Parent Directory | Revision Log
Revision 31211 -
(hide annotations)
(download)
Tue Jun 12 14:28:17 2018 UTC (6 years, 4 months ago) by niro
File size: 894 byte(s)
Tue Jun 12 14:28:17 2018 UTC (6 years, 4 months ago) by niro
File size: 894 byte(s)
auto added: ver bump to 1.6.15-r1
1 | niro | 31211 | # $Id$ |
2 | |||
3 | PNAME="thunar" | ||
4 | PVER="1.6.15" | ||
5 | PBUILD="r1" | ||
6 | |||
7 | DESCRIPTION="A filemanager for the XFCE Desktop Environment." | ||
8 | |||
9 | DEPEND=">= dev-libs/glib2-2.54 | ||
10 | >= x11-libs/gtk2+-2.24 | ||
11 | >= media-libs/libexif-0.6 | ||
12 | >= dev-libs/libpcre-8.36 | ||
13 | >= dev-libs/dbus-glib-0.108 | ||
14 | >= x11-libs/startup-notification-0.12 | ||
15 | >= dev-lang/perl-5.26 | ||
16 | >= x11-misc/shared-mime-info-0.90 | ||
17 | >= dev-util/desktop-file-utils-0.15 | ||
18 | >= xfce-base/libxfce4util-4.12 | ||
19 | >= xfce-base/libxfce4ui-4.12 | ||
20 | >= xfce-base/exo-0.12 | ||
21 | >= xfce-base/xfce4-panel-4.12 | ||
22 | >= x11-libs/libnotify-0.7 | ||
23 | >= sys-fs/libudev-230 | ||
24 | >= gnome-base/gvfs-1.34" | ||
25 | |||
26 | SRCFILE="Thunar-${PVER}.tar.bz2" | ||
27 | SRCDIR="${BUILDDIR}/Thunar-${PVER}" | ||
28 | |||
29 | sminclude xfce | ||
30 | |||
31 | src_compile() | ||
32 | { | ||
33 | cd ${SRCDIR} | ||
34 | |||
35 | xfce_configure \ | ||
36 | --enable-gio-unix \ | ||
37 | --enable-dbus \ | ||
38 | --enable-gudev \ | ||
39 | --enable-startup-notification \ | ||
40 | --enable-notifications \ | ||
41 | --enable-exif \ | ||
42 | --enable-pcre \ | ||
43 | || die | ||
44 | |||
45 | mmake || die | ||
46 | } |