openbsd-ports/x11/gnome/nautilus/Makefile

86 lines
2.3 KiB
Makefile
Raw Normal View History

2012-03-29 04:12:12 -04:00
# $OpenBSD: Makefile,v 1.104 2012/03/29 08:12:12 ajacoutot Exp $
2011-09-12 03:28:52 -04:00
COMMENT= GNOME file manager
# PLIST regen is needed for at least the following ports when
# the nautilus extensions directory changes:
2011-09-12 03:28:52 -04:00
# (i.e. ${LOCALBASE}/lib/nautilus/extensions-3.0)
# graphics/evince
# sysutils/deja-dup
# x11/gnome/file-roller
# x11/gnome/main-menu
2009-05-16 09:56:27 -04:00
# x11/gnome/nautilus-open-terminal
2012-03-29 04:12:12 -04:00
# x11/gnome/seahorse-nautilus
# x11/gnome/totem
# x11/gnome/tracker
GNOME_PROJECT= nautilus
2012-03-29 03:02:18 -04:00
GNOME_VERSION= 3.4.0
2011-09-12 03:28:52 -04:00
SHARED_LIBS += nautilus-extension 3.0 # 5.0
CATEGORIES= x11
HOMEPAGE= http://www.gnome.org/projects/nautilus/
# GPLv2 - LGPLv2 - GFPLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-26 03:53:09 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp
2011-09-12 03:28:52 -04:00
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
2011-09-26 03:53:09 -04:00
WANTLIB += c cairo cairo-gobject drm exempi exif expat
2011-09-12 03:28:52 -04: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
2011-09-26 03:53:09 -04:00
WANTLIB += xcb xcb-render xcb-shm
2011-11-04 05:56:28 -04:00
WANTLIB += xml2 z ffi stdc++
MODULES= devel/gettext \
x11/gnome \
2011-09-12 03:28:52 -04:00
devel/dconf
BUILD_DEPENDS= misc/shared-mime-info>=0.21 \
2011-09-12 03:28:52 -04:00
devel/gobject-introspection \
devel/gsettings-desktop-schemas
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= misc/shared-mime-info>=0.21 \
x11/gnome/icon-theme \
2011-09-12 03:28:52 -04:00
x11/gnome/gvfs>=1.0.3 \
devel/gsettings-desktop-schemas
LIB_DEPENDS= x11/gnome/desktop \
devel/libnotify \
graphics/libexif>=0.6.0 \
textproc/exempi
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= goi
2011-12-03 17:17:15 -05:00
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
2011-09-12 03:28:52 -04:00
USE_GROFF= Yes
2010-04-20 16:25:31 -04:00
CONFIGURE_ARGS+= --disable-update-mimedb \
--disable-packagekit \
2011-09-12 03:28:52 -04:00
--enable-libexif \
2011-09-20 16:52:45 -04:00
--enable-xmp
2011-09-18 04:17:00 -04: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
MODGNOME_CPPFLAGS= -I${X11BASE}/include
MODGNOME_LDFLAGS= -L${X11BASE}/lib
2011-09-12 03:28:52 -04:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/nautilus
# needs 'org.gnome.nautilus.preferences'
REGRESS_DEPENDS= ${BASE_PKGPATH}
REGRESS_IS_INTERACTIVE= x11
.include <bsd.port.mk>