Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

font-manager: Use meson.native.binaries #24789

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions sysutils/font-manager/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,8 @@ depends_lib-append port:dbus \
path:lib/pkgconfig/pango.pc:pango \
port:sqlite3

patchfiles-append patch-use-right-python.diff

configure.python ${prefix}/bin/python${py_ver}

post-patch {
reinplace "s|@PYTHON_BIN@|${configure.python}|" ${worksrcpath}/meson.build
}
meson.native.binaries \
python=${prefix}/bin/python${py_ver}

configure.args-append \
-Dadwaita=true \
Expand Down
11 changes: 0 additions & 11 deletions sysutils/font-manager/files/patch-use-right-python.diff

This file was deleted.