d129587b5d
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# Created by: ade, archie
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nautilus
|
|
PORTVERSION= 3.16.2
|
|
CATEGORIES= x11-fm gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= File manager for the GNOME desktop
|
|
|
|
BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
|
|
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
|
LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \
|
|
libnotify.so:${PORTSDIR}/devel/libnotify \
|
|
libexempi.so:${PORTSDIR}/textproc/exempi
|
|
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
|
|
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= desktop-file-utils gettext gmake libtool pathfix \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= intlhack gnomedesktop3 libxml2 gvfs introspection:build
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --disable-packagekit
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.nautilus.gschema.xml
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= TRACKER
|
|
OPTIONS_DEFAULT=TRACKER
|
|
TRACKER_DESC= Tracker support
|
|
TRACKER_LIB_DEPENDS= libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker
|
|
TRACKER_CONFIGURE_ENABLE= tracker
|
|
|
|
.include <bsd.port.mk>
|