git: 630ff692c31e - main - www/chrome-gnome-shell: Fix build with setuptools 58.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 14:00:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=630ff692c31ecf14be8fdcd960a2acd57c5c3477 commit 630ff692c31ecf14be8fdcd960a2acd57c5c3477 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 13:57:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 13:59:12 +0000 www/chrome-gnome-shell: Fix build with setuptools 58.0.0+ With hat: python --- www/chrome-gnome-shell/Makefile | 1 + www/chrome-gnome-shell/pkg-plist | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/www/chrome-gnome-shell/Makefile b/www/chrome-gnome-shell/Makefile index 7bac33b78fdd..bb18e8f07f75 100644 --- a/www/chrome-gnome-shell/Makefile +++ b/www/chrome-gnome-shell/Makefile @@ -1,5 +1,6 @@ PORTNAME= chrome-gnome-shell DISTVERSION= 10.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME diff --git a/www/chrome-gnome-shell/pkg-plist b/www/chrome-gnome-shell/pkg-plist index 7bd2ae0e75a6..f9d9fb21a775 100644 --- a/www/chrome-gnome-shell/pkg-plist +++ b/www/chrome-gnome-shell/pkg-plist @@ -1,7 +1,10 @@ bin/chrome-gnome-shell etc/chrome/native-messaging-hosts/org.gnome.chrome_gnome_shell.json lib/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json -%%PYTHON_SITELIBDIR%%/chrome_gnome_shell-0.0.0-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/chrome_gnome_shell-0.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/chrome_gnome_shell-0.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/chrome_gnome_shell-0.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/chrome_gnome_shell-0.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt share/applications/org.gnome.ChromeGnomeShell.desktop share/dbus-1/services/org.gnome.ChromeGnomeShell.service share/icons/gnome/128x128/apps/org.gnome.ChromeGnomeShell.png