View | Details | Raw Unified | Return to bug 232330 | Differences between
and this patch

Collapse All | Expand All

(-)www/Makefile (+1 lines)
Lines 78-83 Link Here
78
    SUBDIR += cherokee
78
    SUBDIR += cherokee
79
    SUBDIR += choqok
79
    SUBDIR += choqok
80
    SUBDIR += chpasswd
80
    SUBDIR += chpasswd
81
    SUBDIR += chrome-gnome-shell
81
    SUBDIR += chromium
82
    SUBDIR += chromium
82
    SUBDIR += ckeditor
83
    SUBDIR += ckeditor
83
    SUBDIR += cl-lml
84
    SUBDIR += cl-lml
(-)www/chrome-gnome-shell/Makefile (+35 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	chrome-gnome-shell
4
DISTVERSION=	10.1
5
CATEGORIES=     www gnome
6
MASTER_SITES=	GNOME
7
8
MAINTAINER=	daniel@shafer.cc
9
COMMENT=	GNOME Shell integration for Chrome
10
11
LICENSE=	GPLv3
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
BUILD_DEPENDS=	gnome-shell>=3.28:x11/gnome-shell \
15
		base64:converters/base64 \
16
		jq:textproc/jq
17
18
RUN_DEPENDS=	gnome-shell>=3.28:x11/gnome-shell \
19
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
20
		unzip>=6.0:archivers/unzip
21
22
USES=           cmake gnome python tar:xz
23
USE_GNOME=      pygobject3
24
25
CMAKE_OFF=	BUILD_EXTENSION
26
CMAKE_ARGS=	-DCMAKE_INSTALL_LIBDIR=lib
27
28
INSTALL_TARGET=         install
29
30
NO_ARCH=	yes
31
32
post-patch:
33
	@${REINPLACE_CMD} -e '/find_program_ex/s|gsha256sum|gsha256sum sha256|g' ${WRKSRC}/CMakeLists.txt
34
35
.include <bsd.port.mk>
(-)www/chrome-gnome-shell/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1545157534
2
SHA256 (chrome-gnome-shell-10.1.tar.xz) = 56ad4fee9078ba62c43d2439f15a93d4b87881fab35900d7f5038d5a95efa438
3
SIZE (chrome-gnome-shell-10.1.tar.xz) = 169088
(-)www/chrome-gnome-shell/pkg-descr (+5 lines)
Added Link Here
1
Native host messaging connector that provides integration
2
with GNOME Shell and the corresponding extensions repository
3
https://extensions.gnome.org
4
5
WWW: https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome
(-)www/chrome-gnome-shell/pkg-message (+8 lines)
Added Link Here
1
This only installs the native host connector.
2
3
You will need to install a browser extension in order to use properly
4
5
Chromium: https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep
6
Firefox: https://addons.mozilla.org/en-US/firefox/addon/gnome-shell-integration/
7
Opera: https://addons.opera.com/en/extensions/details/gnome-shell-integration/
8
Epiphany has built in support.
(-)www/chrome-gnome-shell/pkg-plist (+10 lines)
Added Link Here
1
bin/chrome-gnome-shell
2
etc/chrome/native-messaging-hosts/org.gnome.chrome_gnome_shell.json
3
lib/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json
4
%%PYTHON_SITELIBDIR%%/chrome_gnome_shell-0.0.0-py%%PYTHON_VER%%.egg-info
5
share/applications/org.gnome.ChromeGnomeShell.desktop
6
share/dbus-1/services/org.gnome.ChromeGnomeShell.service
7
share/icons/gnome/128x128/apps/org.gnome.ChromeGnomeShell.png
8
share/icons/gnome/16x16/apps/org.gnome.ChromeGnomeShell.png
9
share/icons/gnome/48x48/apps/org.gnome.ChromeGnomeShell.png
10

Return to bug 232330