ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-fm/nautilus/Makefile
(Generate patch)

Comparing trunk/x11-fm/nautilus/Makefile (file contents):
Revision 20381 by laffer1, Sat Oct 3 02:49:13 2015 UTC vs.
Revision 24870 by laffer1, Sat Feb 2 20:37:48 2019 UTC

# Line 1 | Line 1
1   # $MidnightBSD$
2  
3   PORTNAME=       nautilus
4 < PORTVERSION=    3.16.2
4 > PORTVERSION=    3.28.1
5 > PORTREVISION=   2
6   CATEGORIES=     x11-fm gnome
7   MASTER_SITES=   GNOME
8 < DIST_SUBDIR=    gnome3
8 > DIST_SUBDIR=    gnome
9  
10   MAINTAINER=     ports@MidnightBSD.org
11   COMMENT=        File manager for the GNOME desktop
12  
13 < LICENSE=        gpl2
13 > LICENSE=        gpl3
14 > LICENSE_FILE=   ${WRKSRC}/LICENSE
15  
16 < BUILD_DEPENDS=  gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
17 <                gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
18 < LIB_DEPENDS=    libexif.so:${PORTSDIR}/graphics/libexif \
17 <                libnotify.so:${PORTSDIR}/devel/libnotify \
18 <                libexempi.so:${PORTSDIR}/textproc/exempi
19 < RUN_DEPENDS=    gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
20 <                gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
16 > LIB_DEPENDS=    libgnome-autoar-0.so:archivers/gnome-autoar \
17 >                libgexiv2.so:graphics/gexiv2 \
18 >                libtracker-sparql-2.0.so:sysutils/tracker
19  
20 < USES=           desktop-file-utils gettext gmake libtool pathfix \
21 <                pkgconfig tar:xz
22 < USE_GNOME=      intlhack gnomedesktop3 libxml2 gvfs introspection:build
20 > PORTSCOUT=      limitw:1,even
21 >
22 > USES=           compiler:c11 desktop-file-utils gettext gnome \
23 >                localbase meson pkgconfig python:3.4+,build tar:xz
24 > USE_GNOME=      cairo gdkpixbuf2 gnomedesktop3
25 > INSTALLS_ICONS= yes
26   USE_LDCONFIG=   yes
27 < GNU_CONFIGURE=  yes
28 < CPPFLAGS+=      -I${LOCALBASE}/include
29 < LDFLAGS+=       -L${LOCALBASE}/lib
30 < CONFIGURE_ARGS= --disable-packagekit
30 < INSTALL_TARGET= install-strip
27 > USE_XORG=       x11
28 > MESON_ARGS=     -Denable-packagekit=false \
29 >                -Denable-selinux=false
30 > BINARY_ALIAS=   python3=${PYTHON_VERSION}
31  
32   GLIB_SCHEMAS=   org.gnome.nautilus.gschema.xml
33
34 OPTIONS_SUB=    yes
35 OPTIONS_DEFINE= TRACKER
36 OPTIONS_DEFAULT=TRACKER
37 TRACKER_DESC=   Tracker support
38 TRACKER_LIB_DEPENDS=    libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker
39 TRACKER_CONFIGURE_ENABLE=       tracker
33  
34   .include <bsd.port.mk>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines