From a9e66aea07b5f5994553b87c2dc4b8a21bf121d1 Mon Sep 17 00:00:00 2001 From: David Marec Date: Mon, 11 May 2020 00:08:51 +0200 Subject: [PATCH] Bugfix, python3 called from filter CMakeList sanity checks --- Makefile | 10 ++++++++-- pkg-plist | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a53999..10d4008 100644 --- a/Makefile +++ b/Makefile @@ -36,12 +36,16 @@ LIB_DEPENDS= \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png \ + libfreetype.so:print/freetype2 \ + libenchant-2.so:textproc/enchant USES= compiler:c++11-lib cmake \ iconv:wchar_t jpeg pathfix pkgconfig python:3.5+ \ - shebangfix tar:xz xorg + shebangfix tar:xz xorg \ + desktop-file-utils USE_GNOME= gtkmm30 libxml2 libxslt cairo pango -USE_XORG= x11 xext ice +USE_XORG= x11 xext ice sm + INSTALLS_ICONS= yes SHEBANG_FILES= \ @@ -115,5 +119,7 @@ post-patch: ${WRKSRC}/po/*.po @${REINPLACE_CMD} -e 's|web-transmit-att|web_transmit_att|g' \ ${WRKSRC}/po/*.po + @${REINPLACE_CMD} -e 's|COMMAND python3|COMMAND ${PYTHON_VERSION}|g' \ + ${WRKSRC}/share/*/CMakeLists.txt .include diff --git a/pkg-plist b/pkg-plist index 37609d6..d88523d 100644 --- a/pkg-plist +++ b/pkg-plist @@ -2389,6 +2389,7 @@ share/icons/hicolor/48x48/apps/org.inkscape.Inkscape.png %%DATADIR%%/templates/default.el.svg %%DATADIR%%/templates/default.eo.svg %%DATADIR%%/templates/default.es.svg +%%DATADIR%%/templates/default.es_MX.svg %%DATADIR%%/templates/default.et.svg %%DATADIR%%/templates/default.eu.svg %%DATADIR%%/templates/default.fi.svg -- 2.44.0