Date: Sun, 11 Oct 2020 11:46:17 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552054 - head/x11/gnome-shell Message-ID: <202010111146.09BBkHW0018750@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sun Oct 11 11:46:17 2020 New Revision: 552054 URL: https://svnweb.freebsd.org/changeset/ports/552054 Log: x11/gnome-shell: complete pkg-plist to fix build issues Approved by: portmgr@ (blanket trivial and tested build-time fix) PR: 250269 Modified: head/x11/gnome-shell/Makefile head/x11/gnome-shell/pkg-plist Modified: head/x11/gnome-shell/Makefile ============================================================================== --- head/x11/gnome-shell/Makefile Sun Oct 11 11:45:46 2020 (r552053) +++ head/x11/gnome-shell/Makefile Sun Oct 11 11:46:17 2020 (r552054) @@ -3,7 +3,7 @@ PORTNAME= gnome-shell PORTVERSION= 3.36.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome Modified: head/x11/gnome-shell/pkg-plist ============================================================================== --- head/x11/gnome-shell/pkg-plist Sun Oct 11 11:45:46 2020 (r552053) +++ head/x11/gnome-shell/pkg-plist Sun Oct 11 11:46:17 2020 (r552054) @@ -25,6 +25,7 @@ share/applications/evolution-calendar.desktop share/applications/org.gnome.Extensions.desktop share/applications/org.gnome.Shell.Extensions.desktop share/applications/org.gnome.Shell.desktop +share/bash-completion/completions/gnome-extensions share/dbus-1/interfaces/org.gnome.Shell.Extensions.xml share/dbus-1/interfaces/org.gnome.Shell.Introspect.xml share/dbus-1/interfaces/org.gnome.Shell.PadOsd.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010111146.09BBkHW0018750>