diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 11:50:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 11:50:35 +0000 |
commit | d047235c7ddd363ddc20222e775a9a95c13b162f (patch) | |
tree | b7e13f9ad14ba9379f08af4fc936c7a1203b628b /x11-fm | |
parent | 8a4520bd37f493e82369c6a9884be8bb058c1549 (diff) | |
download | ports-d047235c7ddd363ddc20222e775a9a95c13b162f.tar.gz ports-d047235c7ddd363ddc20222e775a9a95c13b162f.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus/Makefile | 27 | ||||
-rw-r--r-- | x11-fm/nautilus/pkg-plist | 4 |
2 files changed, 16 insertions, 15 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 74521d893be6..d4441657abf2 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -4,7 +4,7 @@ PORTNAME= nautilus PORTVERSION= 2.32.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -13,31 +13,28 @@ MAINTAINER= gnome@FreeBSD.org COMMENT?= File manager for the GNOME desktop BUILD_DEPENDS= g-ir-compiler:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique \ - exempi:${PORTSDIR}/textproc/exempi +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libexempi.so:${PORTSDIR}/textproc/exempi CONFLICTS= nautilus-3.[0-9]* INSTALLS_ICONS= yes -USE_BZIP2= yes -USES= gettext desktop-file-utils shared-mime-info gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - librsvg2 ltverhack gvfs ltasneededhack +USES= gettext desktop-file-utils shared-mime-info gmake pkgconfig \ + tar:bzip2 libtool pathfix +USE_GNOME= gnomeprefix intlhack gnomedesktop \ + librsvg2 gvfs +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib ${ICONV_LIB}" \ LIBPNG="-L${LOCALBASE}/lib -lpng -lz" CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --enable-static --disable-packagekit +CONFIGURE_ARGS= --enable-static --disable-packagekit --disable-update-mimedb MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= apps_nautilus_preferences.schemas -MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \ - nautilus.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ ${WRKSRC}/eel/eel-*.[ch] \ @@ -47,6 +44,6 @@ post-patch: ${WRKSRC}/configure ${WRKSRC}/eel/Makefile.in post-install: - @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0 + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-2.0 .include <bsd.port.mk> diff --git a/x11-fm/nautilus/pkg-plist b/x11-fm/nautilus/pkg-plist index 51348151c4b3..97cff78516f2 100644 --- a/x11-fm/nautilus/pkg-plist +++ b/x11-fm/nautilus/pkg-plist @@ -18,8 +18,12 @@ lib/libnautilus-extension.a lib/libnautilus-extension.la lib/libnautilus-extension.so lib/libnautilus-extension.so.1 +lib/libnautilus-extension.so.1.2.0 libexec/nautilus-convert-metadata libdata/pkgconfig/libnautilus-extension.pc +man/man1/nautilus-connect-server.1.gz +man/man1/nautilus-file-management-properties.1.gz +man/man1/nautilus.1.gz share/applications/nautilus-autorun-software.desktop share/applications/nautilus-browser.desktop share/applications/nautilus-computer.desktop |