diff options
Diffstat (limited to 'x11-fm/nemo')
-rw-r--r-- | x11-fm/nemo/Makefile | 9 | ||||
-rw-r--r-- | x11-fm/nemo/pkg-plist | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 17a243ddb..7baf407f1 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -4,6 +4,7 @@ PORTNAME= nemo PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 @@ -23,16 +24,17 @@ LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= desktop-file-utils gettext gmake pathfix \ +USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ pkgconfig shared-mime-info USE_GNOME= gnomedesktop3 gnomeprefix intlhack introspection:build \ libxml2 pygobject3 INSTALLS_ICONS= yes USE_PYTHON= 2 -USE_AUTOTOOLS= libtool autoconf automake +USE_AUTOTOOLS= libtoolize autoconf automake USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-static --disable-packagekit GLIB_SCHEMAS= org.nemo.gschema.xml @@ -88,7 +90,4 @@ post-patch: 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 70b214c23..0e55307de 100644 --- a/x11-fm/nemo/pkg-plist +++ b/x11-fm/nemo/pkg-plist @@ -16,7 +16,8 @@ lib/girepository-1.0/Nemo-3.0.typelib lib/libnemo-extension.a lib/libnemo-extension.la lib/libnemo-extension.so -lib/libnemo-extension.so.5 +lib/libnemo-extension.so.1 +lib/libnemo-extension.so.1.4.0 libdata/pkgconfig/libnemo-extension.pc libexec/nemo-convert-metadata man/man1/nemo-connect-server.1.gz @@ -85,6 +86,7 @@ share/polkit-1/actions/org.nemo.root.policy @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%%/actions @dirrm %%DATADIR%% +@dirrmtry share/mime/application @dirrmtry share/gtksourceview-3.0/language-specs @dirrmtry share/gtksourceview-3.0 @dirrmtry share/gtksourceview-2.0/language-specs |