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,33 +1,34 @@ PORTNAME= chrome-gnome-shell DISTVERSION= 10.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME MAINTAINER= daniel@shafer.cc COMMENT= GNOME Shell integration for Chrome LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= base64:converters/base64 \ gnome-shell>=3.28:x11/gnome-shell \ jq:textproc/jq RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ gnome-shell>=3.28:x11/gnome-shell \ unzip>=6.0:archivers/unzip USES= cmake gnome python tar:xz USE_GNOME= pygobject3 CMAKE_OFF= BUILD_EXTENSION CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR=lib INSTALL_TARGET= install NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e '/find_program_ex/s|gsha256sum|gsha256sum sha256|g' ${WRKSRC}/CMakeLists.txt .include 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,9 +1,12 @@ 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 share/icons/gnome/16x16/apps/org.gnome.ChromeGnomeShell.png share/icons/gnome/48x48/apps/org.gnome.ChromeGnomeShell.png