summaryrefslogtreecommitdiff
path: root/x11/gnome-shell/Makefile
blob: 71c3838b49cd88235a4fd5b67dde23bc465c667a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Created by: Pawel Worach <pawel.worach@gmail.com>
# $FreeBSD$

PORTNAME=	gnome-shell
PORTVERSION=	3.18.5
PORTREVISION=	10
CATEGORIES=	x11 gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome3

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Next generation GNOME desktop shell

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
		nss>=0:security/nss \
		gnome-control-center:sysutils/gnome-control-center
LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification \
		libcaribou.so:accessibility/caribou \
		libmutter.so:x11-wm/mutter \
		libatk-bridge-2.0.so:accessibility/at-spi2-atk \
		libnspr4.so:devel/nspr \
		libsoup-2.4.so:devel/libsoup \
		libjson-glib-1.0.so:devel/json-glib \
		libsecret-1.so:security/libsecret \
		libgcr-3.so:security/gcr \
		libtelepathy-glib.so:net-im/telepathy-glib \
		libibus-1.0.so:textproc/ibus \
		libical.so:devel/libical \
		libmozjs-24.so:lang/spidermonkey24 \
		libicuuc.so:devel/icu \
		libpulse.so:audio/pulseaudio \
		libcroco-0.6.so:textproc/libcroco \
		libdbus-glib-1.so:devel/dbus-glib \
		libcanberra.so:audio/libcanberra \
		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
		libp11-kit.so:security/p11-kit \
		libpolkit-gobject-1.so:sysutils/polkit \
		libcogl.so:graphics/cogl \
		libclutter-1.0.so:graphics/clutter \
		libgjs.so:lang/gjs
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \
		nss>=0:security/nss \
		gnome-control-center:sysutils/gnome-control-center \
		ca_root_nss>=0:security/ca_root_nss \
		gkbd-keyboard-display:x11/libgnomekbd

PORTSCOUT=	limitw:1,even

USES=		compiler:c11 cpe gettext gmake gnome libtool localbase \
		pathfix pkgconfig python:3.4+ sqlite tar:xz webplugin:native
USE_GNOME=	cairo evolutiondataserver3 gdkpixbuf2 gtk30 intltool \
		introspection libxml2
USE_XORG=	x11 xcomposite xdamage xext xfixes xi xrandr
USE_GL=		egl
USE_GSTREAMER1=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
WEBPLUGIN_NAME=	libgnome-shell-browser-plugin.so
WEBPLUGIN_DIR=	${PREFIX}/lib/mozilla/plugins/
WEBPLUGIN_FILES=libgnome-shell-browser-plugin.so
INSTALL_TARGET=	install-strip
CPE_VENDOR=	gnome

GLIB_SCHEMAS=	org.gnome.shell.gschema.xml

post-patch:
	@${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \
		${WRKSRC}/src/shell-app-system.c

.include <bsd.port.mk>