Magellan Linux

Annotation of /trunk/extras/thunar/thunar-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31214 - (hide annotations) (download)
Tue Jun 12 15:09:45 2018 UTC (5 years, 11 months ago) by niro
File size: 1214 byte(s)
-revert an upstream patch to allow build against libxfce4ui-4.12
1 niro 31213 # $Id$
2    
3     PNAME="thunar"
4     PVER="1.8.0"
5     PBUILD="r1"
6    
7     DESCRIPTION="A filemanager for the XFCE Desktop Environment."
8    
9     DEPEND=">= dev-libs/glib2-2.56
10     >= x11-libs/gtk3+-3.22
11     >= media-libs/libexif-0.6
12     >= dev-libs/libpcre-8.42
13     >= dev-libs/dbus-glib-0.110
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-238
24     >= gnome-base/gvfs-1.36"
25    
26     SRCFILE="Thunar-${PVER}.tar.bz2"
27     SRCDIR="${BUILDDIR}/Thunar-${PVER}"
28    
29     sminclude xfce
30    
31 niro 31214 SRC_URI+=( mirror://${PNAME}/${PNAME}-1.8.0-replace-gtk_widget_reparent-with-xfce_widget_reparent.patch )
32    
33     src_prepare()
34     {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # revert this patch to allow build against libxfce4ui-4.12
39     mpatch -R ${PNAME}-1.8.0-replace-gtk_widget_reparent-with-xfce_widget_reparent.patch || die
40     }
41    
42 niro 31213 src_compile()
43     {
44     cd ${SRCDIR}
45    
46     xfce_configure \
47     --enable-gio-unix \
48     --enable-dbus \
49     --enable-gudev \
50     --enable-startup-notification \
51     --enable-notifications \
52     --enable-exif \
53     --enable-pcre \
54     || die
55    
56     mmake || die
57     }