diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-27 03:05:29 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-27 03:05:29 +0800 |
commit | f5a03377df5e7d8b911c1cac0e3d6536e8cb7032 (patch) | |
tree | 6464d6bd32063b58300c5d18711c49c6049cf259 /x11/gnome-shell/Makefile | |
parent | 927c6fac71da31fa6ea117fefbd4ecfc9c6fdf53 (diff) | |
download | marcuscom-ports-f5a03377df5e7d8b911c1cac0e3d6536e8cb7032.tar marcuscom-ports-f5a03377df5e7d8b911c1cac0e3d6536e8cb7032.tar.gz marcuscom-ports-f5a03377df5e7d8b911c1cac0e3d6536e8cb7032.tar.bz2 marcuscom-ports-f5a03377df5e7d8b911c1cac0e3d6536e8cb7032.tar.lz marcuscom-ports-f5a03377df5e7d8b911c1cac0e3d6536e8cb7032.tar.xz marcuscom-ports-f5a03377df5e7d8b911c1cac0e3d6536e8cb7032.tar.zst marcuscom-ports-f5a03377df5e7d8b911c1cac0e3d6536e8cb7032.zip |
Update to 3.4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16811 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-shell/Makefile')
-rw-r--r-- | x11/gnome-shell/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 59c1a25eb..75b108cbd 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,12 +3,11 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.51 2012/02/06 15:29:02 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.52 2012/03/21 03:17:07 mezz Exp $ # PORTNAME= gnome-shell -PORTVERSION= 3.2.2.1 -PORTREVISION= 1 +PORTVERSION= 3.4.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,17 +15,20 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Next generation GNOME desktop shell -BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + gcr>=3.4.1:${PORTSDIR}/security/gcr LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ caribou.0:${PORTSDIR}/accessibility/caribou \ mutter.0:${PORTSDIR}/x11-wm/mutter \ + gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ + gcr:${PORTSDIR}/security/gcr \ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ telepathy-logger.2:${PORTSDIR}/net-im/telepathy-logger \ folks.25:${PORTSDIR}/net-im/folks \ pulse.0:${PORTSDIR}/audio/pulseaudio \ croco-0.6.3:${PORTSDIR}/textproc/libcroco \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ + clutter-1.0:${PORTSDIR}/graphics/clutter \ gjs.0:${PORTSDIR}/lang/gjs RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss @@ -36,13 +38,12 @@ USE_XORG= x11 xfixes sm USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 gnomemenus3 \ +USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gnomemenus3 \ gnomedesktop3 evolutiondataserver3 ltverhack USE_GSTREAMER= theora vp8 ogg USE_LDCONFIG= yes GLIB_SCHEMAS= org.gnome.shell.gschema.xml -GCONF_SCHEMAS= gnome-shell.schemas MAN1= gnome-shell.1 @@ -52,7 +53,8 @@ CPPFLAGS+= -I${LOCALASE}/include LDFLAGS+= -L${LOCALBASE}/lib # don't use -O2 in CFLAGS it makes gnome-shell unhappy (aka crashing) -CFLAGS= -O1 -pipe -fno-strict-aliasing +# but only for me on amd64, report that it works on i386 .. +CFLAGS+= -O0 -pipe -fno-strict-aliasing post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \ |