aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-shell
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-09-29 14:48:48 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-09-29 14:48:48 +0000
commit7c5e4347e03203f4acf8a5a65553adfeabb4da85 (patch)
tree0f5910abe3d77a53d7f268d16b0c7d1683f392fe /x11/gnome-shell
parent82c20329341713bf93067d9af6b1e1cf44492bcc (diff)
downloadports-7c5e4347e03203f4acf8a5a65553adfeabb4da85.tar.gz
ports-7c5e4347e03203f4acf8a5a65553adfeabb4da85.zip
fix gnome-shell
- src/meson.build does not contain %%PYTHON_CMD%%, so that REINPLACE is redundant - toplevel meson.build searches for python3, which is a BINARY_ALIAS and thus hardcodes the path to that BINARY_ALIAS into some files, which is absolutely not helpful. instead, point meson to the fully versioned python interpreter PYTHON_VERSION - the bash completions are gone, having them in plist prevents packaging Approved by: just-fix-it-before-next-quarterly
Notes
Notes: svn path=/head/; revision=550513
Diffstat (limited to 'x11/gnome-shell')
-rw-r--r--x11/gnome-shell/Makefile4
-rw-r--r--x11/gnome-shell/pkg-plist1
2 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 15becd3d8f6c..78c32a8c1065 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -74,7 +74,7 @@ LDFLAGS+= -fuse-ld=lld
.endif
post-patch:
- ${REINPLACE_CMD} -e "s,%%PYTHON_CMD%%,${PYTHON_CMD},g" \
- ${WRKSRC}/src/meson.build
+ ${REINPLACE_CMD} -e "s,python3,${PYTHON_VERSION},g" \
+ ${WRKSRC}/meson.build
.include <bsd.port.mk>
diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist
index 72f1151e9201..ad437b6d5dbe 100644
--- a/x11/gnome-shell/pkg-plist
+++ b/x11/gnome-shell/pkg-plist
@@ -25,7 +25,6 @@ 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