diff options
-rw-r--r-- | x11-fm/nemo/Makefile | 9 | ||||
-rw-r--r-- | x11-fm/nemo/pkg-plist | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 92eff8e5a..72ccd3f54 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -51,10 +51,17 @@ post-patch: s|@INTROSPECTION_GIRDIR@|$$(datadir)/gir-1.0|g' \ ${WRKSRC}/libnemo-extension/Makefile.am + @${REINPLACE_CMD} -e 's|x-gnome-saved-search|x-nemo-saved-search|g' \ + ${WRKSRC}/data/nemo.xml.in \ + ${WRKSRC}/libnemo-private/nemo-file-utilities.h + @${FIND} ${WRKSRC} -name \* | ${XARGS} ${EGREP} -l "#!.*\/usr\/bin\/python" | \ - ${XARGS} ${REINPLACE_CMD} -e "s|#!.*python.*|#!/usr/bin/env python|g" + ${XARGS} ${REINPLACE_CMD} -I "" -e "s|#!.*python.*|#!/usr/bin/env python|g" pre-configure: cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnemo-extension.so.5 + .include <bsd.port.mk> diff --git a/x11-fm/nemo/pkg-plist b/x11-fm/nemo/pkg-plist index 638447a30..5d3f30a8f 100644 --- a/x11-fm/nemo/pkg-plist +++ b/x11-fm/nemo/pkg-plist @@ -97,10 +97,9 @@ share/locale/vi/LC_MESSAGES/nemo.mo share/locale/zh_CN/LC_MESSAGES/nemo.mo share/locale/zh_TW/LC_MESSAGES/nemo.mo share/mime/application/nemo-action.xml -share/mime/application/x-gnome-saved-search.xml +share/mime/application/x-nemo-saved-search.xml share/mime/packages/nemo.xml %%DATADIR%%/actions/myaction.py -%%DATADIR%%/actions/myaction.py.bak %%DATADIR%%/actions/sample.nemo_action %%DATADIR%%/icons/hicolor/16x16/emblems/emblem-note.png %%DATADIR%%/icons/hicolor/24x24/emblems/emblem-note.png |