From 05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd Mon Sep 17 00:00:00 2001 From: gusi Date: Wed, 25 Jun 2014 08:10:47 +0000 Subject: Update gnome-terminal to 3.12.3. Add libtool to USES, suggested by poudriere. Do not use :keepla, gnome-terminal only installs one shared object (nautilus extensions) and no one seems to use it. While here switch to install-strip instead of stripping the libs at the post-install stage. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19757 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-terminal/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'x11/gnome-terminal/Makefile') diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index de8bfaef2..9d232f7a5 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= gnome-terminal -PORTVERSION= 3.12.2 +PORTVERSION= 3.12.3 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,13 +18,14 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack nautilus3 vte3 USE_XORG= sm ice GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-search-provider CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Terminal.gschema.xml @@ -39,7 +40,4 @@ post-patch: @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ ${WRKSRC}/configure ${WRKSRC}/config.h.in -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-3.0/libterminal-nautilus.so - .include -- cgit v1.2.3