summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-06-25 16:10:47 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-06-25 16:10:47 +0800
commit05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd (patch)
treeb5463b5b76285a1d96760d0415d6fe2b02f669fe /x11/gnome-terminal/Makefile
parent7261dfa629f1bd59cd69bf923a3115d33a70176f (diff)
downloadmarcuscom-ports-05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd.tar
marcuscom-ports-05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd.tar.gz
marcuscom-ports-05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd.tar.bz2
marcuscom-ports-05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd.tar.lz
marcuscom-ports-05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd.tar.xz
marcuscom-ports-05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd.tar.zst
marcuscom-ports-05cdea9ad3a0537f8cc6a79f7a16a6cbc5b4d0dd.zip
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
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile8
1 files changed, 3 insertions, 5 deletions
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 <bsd.port.mk>