1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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
This commit is contained in:
Christoph Moench-Tegeder 2020-09-29 14:48:48 +00:00
parent 82c2032934
commit 7c5e4347e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550513
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -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