2012-11-13 07:48:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.115 2012/11/13 07:48:29 ajacoutot Exp $
|
2003-01-31 19:03:46 +00:00
|
|
|
|
2011-09-12 07:28:52 +00:00
|
|
|
COMMENT= GNOME file manager
|
2003-01-31 19:03:46 +00:00
|
|
|
|
2009-05-04 15:11:47 +00:00
|
|
|
# PLIST regen is needed for at least the following ports when
|
|
|
|
# the nautilus extensions directory changes:
|
2011-09-12 07:28:52 +00:00
|
|
|
# (i.e. ${LOCALBASE}/lib/nautilus/extensions-3.0)
|
2009-10-13 15:39:02 +00:00
|
|
|
# graphics/evince
|
2011-09-25 07:25:08 +00:00
|
|
|
# sysutils/deja-dup
|
2009-05-04 15:11:47 +00:00
|
|
|
# x11/gnome/file-roller
|
2010-10-25 10:30:08 +00:00
|
|
|
# x11/gnome/main-menu
|
2009-05-16 13:56:27 +00:00
|
|
|
# x11/gnome/nautilus-open-terminal
|
2012-03-29 08:12:12 +00:00
|
|
|
# x11/gnome/seahorse-nautilus
|
2009-05-04 15:11:47 +00:00
|
|
|
# x11/gnome/totem
|
2010-04-09 09:01:11 +00:00
|
|
|
# x11/gnome/tracker
|
2008-11-27 10:27:22 +00:00
|
|
|
|
2007-07-05 22:50:10 +00:00
|
|
|
GNOME_PROJECT= nautilus
|
2012-11-13 07:48:29 +00:00
|
|
|
GNOME_VERSION= 3.6.3
|
2011-01-18 20:03:07 +00:00
|
|
|
|
2011-09-12 07:28:52 +00:00
|
|
|
SHARED_LIBS += nautilus-extension 3.0 # 5.0
|
2009-12-21 18:03:17 +00:00
|
|
|
|
2007-07-05 22:50:10 +00:00
|
|
|
CATEGORIES= x11
|
2003-01-31 19:03:46 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/nautilus/
|
|
|
|
|
2008-11-21 19:04:31 +00:00
|
|
|
# GPLv2 - LGPLv2 - GFPLv1.1
|
2003-01-31 19:03:46 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-10 15:48:01 +00:00
|
|
|
|
2011-09-26 07:53:09 +00:00
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
2011-09-12 07:28:52 +00:00
|
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
|
2011-09-26 07:53:09 +00:00
|
|
|
WANTLIB += c cairo cairo-gobject drm exempi exif expat
|
2011-09-12 07:28:52 +00:00
|
|
|
WANTLIB += fontconfig freetype gailutil-3 gdk-3 gdk_pixbuf-2.0
|
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-desktop-3 gobject-2.0
|
|
|
|
WANTLIB += gthread-2.0 gtk-3 m notify pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
2012-09-28 07:45:48 +00:00
|
|
|
WANTLIB += xcb xcb-render xcb-shm xml2 z ffi stdc++
|
|
|
|
WANTLIB += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz icudata
|
|
|
|
WANTLIB += icule icuuc xkbfile
|
2007-05-12 16:15:12 +00:00
|
|
|
|
2007-07-05 22:50:10 +00:00
|
|
|
MODULES= devel/gettext \
|
2009-06-07 10:26:08 +00:00
|
|
|
x11/gnome \
|
2011-09-12 07:28:52 +00:00
|
|
|
devel/dconf
|
2003-01-31 19:03:46 +00:00
|
|
|
|
2012-10-15 15:47:38 +00:00
|
|
|
BUILD_DEPENDS= misc/shared-mime-info \
|
2011-09-12 07:28:52 +00:00
|
|
|
devel/gobject-introspection \
|
|
|
|
devel/gsettings-desktop-schemas
|
2011-04-07 09:21:02 +00:00
|
|
|
|
2012-10-15 15:47:38 +00:00
|
|
|
RUN_DEPENDS= misc/shared-mime-info \
|
2010-11-22 08:36:47 +00:00
|
|
|
x11/gnome/icon-theme \
|
2012-10-15 15:47:38 +00:00
|
|
|
x11/gnome/gvfs \
|
2011-09-12 07:28:52 +00:00
|
|
|
devel/gsettings-desktop-schemas
|
|
|
|
|
|
|
|
LIB_DEPENDS= x11/gnome/desktop \
|
|
|
|
devel/libnotify \
|
2012-10-15 15:47:38 +00:00
|
|
|
graphics/libexif \
|
2011-09-12 07:28:52 +00:00
|
|
|
textproc/exempi
|
2003-01-31 19:03:46 +00:00
|
|
|
|
2011-09-20 20:52:45 +00:00
|
|
|
MODGNOME_TOOLS= goi
|
2011-12-03 22:17:15 +00:00
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
2010-04-20 20:25:31 +00:00
|
|
|
|
2011-09-20 21:10:00 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-update-mimedb \
|
2011-04-07 09:21:02 +00:00
|
|
|
--disable-packagekit \
|
2011-09-12 07:28:52 +00:00
|
|
|
--enable-libexif \
|
2011-09-20 20:52:45 +00:00
|
|
|
--enable-xmp
|
2011-09-18 08:17:00 +00:00
|
|
|
|
|
|
|
# it would introduce a cyclic dependency with x11/gnome/tracker; also it
|
|
|
|
# is better to keep the regular search for nautilus so that we can get
|
|
|
|
# results from paths not indexed by tracker
|
|
|
|
CONFIGURE_ARGS += --disable-tracker
|
2009-02-09 15:18:10 +00:00
|
|
|
|
2011-09-28 09:47:46 +00:00
|
|
|
MODGNOME_CPPFLAGS= -I${X11BASE}/include
|
|
|
|
MODGNOME_LDFLAGS= -L${X11BASE}/lib
|
2003-01-31 19:03:46 +00:00
|
|
|
|
2011-09-12 07:28:52 +00:00
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/nautilus
|
|
|
|
|
|
|
|
# needs 'org.gnome.nautilus.preferences'
|
|
|
|
REGRESS_DEPENDS= ${BASE_PKGPATH}
|
|
|
|
REGRESS_IS_INTERACTIVE= x11
|
2007-05-12 16:15:12 +00:00
|
|
|
|
2012-09-29 10:52:27 +00:00
|
|
|
post-install:
|
|
|
|
rm ${PREFIX}/lib/nautilus/extensions-3.0/*.{a,la}
|
|
|
|
|
2003-01-31 19:03:46 +00:00
|
|
|
.include <bsd.port.mk>
|