summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
commitdfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch)
tree3c84ec64b1dd1a9a2618a75efa664a18033890bd /x11/gnome-terminal/Makefile
parentd0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff)
downloadmarcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile30
1 files changed, 21 insertions, 9 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index edeb9cf2f..ebaa6dc37 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -1,9 +1,10 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/x11/gnome-terminal3/Makefile 18559 2013-06-17 20:56:34Z kwm $
+# $MCom: ports-experimental/trunk/x11/gnome-terminal/Makefile 19466 2014-04-08 09:14:10Z gusi $
PORTNAME= gnome-terminal
-PORTVERSION= 3.6.2
+PORTVERSION= 3.12.0
+PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -12,23 +13,34 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the GNOME 3 Desktop
BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
- itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
+ itstool:${PORTSDIR}/textproc/itstool \
+ appdata-tools>=0:${PORTSDIR}/devel/appdata-tools
+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
-USE_XZ= yes
-INSTALLS_OMF= yes
+USES= gettext gmake pathfix pkgconfig tar:xz
+USE_GNOME= gnomeprefix gtk30 intlhack nautilus3 vte3
USE_XORG= sm ice
-USE_GNOME= gconf2 gnomeprefix intlhack vte3 gnomedocutils
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-search-provider
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-GCONF_SCHEMAS= gnome-terminal.schemas
+GLIB_SCHEMAS= org.gnome.Terminal.gschema.xml
+
+OPTIONS_SUB= yes
+OPTIONS_DEFINE= MIGRATION
+OPTIONS_DEFAULT= MIGRATION
+MIGRATION_CONFIGURE_ENABLE= migration
+MIGRATION_USE= GNOME=gconf2
+MIGRATION_DESC= Profile migration to gsettings (pulls in gconf2)
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>