diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 9a202d1a578c..94c0c0411adf 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -1,125 +1,124 @@ PORTNAME= fontforge -DISTVERSION= 20220308 -PORTREVISION= 3 +DISTVERSION= 20230101 CATEGORIES= print MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Type 1/TrueType/OpenType/bitmap font editor WWW= https://fontforge.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 USES= compiler:c++11-lang cmake cpe desktop-file-utils gettext gnome \ iconv:wchar_t pkgconfig shared-mime-info tar:xz USE_GNOME= cairo glib20 libxml2 USE_LDCONFIG= yes PORTDOCS= * CMAKE_ARGS= -DIconv_INCLUDE_DIR=${ICONV_INCLUDE_PATH} \ -DIconv_LIBRARY=${ICONV_LIB_PATH} OPTIONS_DEFINE= DOCS FREETYPE GIF JPEG PNG PYTHON READLINE SPIRO TIFF \ TILEPATH UNINAMESLIST WOFF2 WRITEPFM OPTIONS_RADIO= GUI OPTIONS_RADIO_GUI= GTK3 X11 OPTIONS_SINGLE= THEME OPTIONS_SINGLE_THEME= TANGO 2012 OPTIONS_DEFAULT=GIF GTK3 JPEG PNG PYTHON READLINE SPIRO TANGO TIFF \ TILEPATH UNINAMESLIST WOFF2 OPTIONS_SUB= yes 2012_DESC= Old theme that was used until 2012 2012_CMAKE_ON= -DTHEME:ENUM=2012 DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} DOCS_CMAKE_BOOL=ENABLE_DOCS FREETYPE_DESC= Include freetype's internal debugger FREETYPE_PATCH_DEPENDS= ${NONEXISTENT}:print/freetype2:extract FREETYPE_CMAKE_ON= -DENABLE_FREETYPE_DEBUGGER:PATH=${WRKSRC}/freetype GIF_LIB_DEPENDS= libgif.so:graphics/giflib GIF_CMAKE_BOOL= ENABLE_LIBGIF GTK3_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz GTK3_USE= gnome=gdkpixbuf2,gtk30 JPEG_USES= jpeg JPEG_CMAKE_BOOL=ENABLE_LIBJPEG PNG_LIB_DEPENDS=libpng.so:graphics/png PNG_CMAKE_BOOL= ENABLE_LIBPNG PYTHON_USES= python PYTHON_USES_OFF=python:build PYTHON_CMAKE_BOOL= ENABLE_PYTHON_SCRIPTING ENABLE_PYTHON_EXTENSION READLINE_USES= readline READLINE_CMAKE_BOOL= ENABLE_LIBREADLINE SPIRO_DESC= Use libspiro to edit with clothoid splines SPIRO_LIB_DEPENDS= libspiro.so:graphics/libspiro SPIRO_CMAKE_BOOL= ENABLE_LIBSPIRO TANGO_DESC= Default theme based on the Tango Desktop Project TANGO_CMAKE_ON= -DTHEME:ENUM=tango TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_CMAKE_BOOL=ENABLE_LIBTIFF # This is disabled by default in fontforge's CMakeLists.txt, but it was # previously enabled in this port when it was using GNU configure, so I've # defaulted it to enabled TILEPATH_DESC= Enable a 'tile path' command (a variant of 'expand stroke') TILEPATH_CMAKE_BOOL= ENABLE_TILE_PATH UNINAMESLIST_DESC= Use libuninameslist for Unicode attribute data UNINAMESLIST_LIB_DEPENDS= libuninameslist.so:textproc/libuninameslist UNINAMESLIST_CMAKE_BOOL= ENABLE_LIBUNINAMESLIST WOFF2_DESC= WOFF2 web font support WOFF2_LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libwoff2dec.so:devel/woff2 WOFF2_CMAKE_BOOL= ENABLE_WOFF2 WRITEPFM_DESC= Add ability to save PFM file w/o creating associated font file WRITEPFM_CMAKE_BOOL= ENABLE_WRITE_PFM X11_USES= xorg X11_USE= gnome=pango xorg=ice,sm,x11,xext,xft,xi X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libharfbuzz.so:print/harfbuzz X11_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont/unifont.pcf.gz:x11-fonts/gnu-unifont X11_CMAKE_BOOL= ENABLE_X11 .include .if ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MX11} CMAKE_ARGS+= -DENABLE_GUI:BOOL=true .else CMAKE_ARGS+= -DENABLE_GUI:BOOL=false .endif post-patch: # https://github.com/fontforge/fontforge/issues/5251 @${REINPLACE_CMD} 's/\(%[^%[:space:]]*\)hs/\1s/g' \ ${WRKSRC}/fontforgeexe/searchview.c \ ${WRKSRC}/po/de.po ${WRKSRC}/po/ca.po ${WRKSRC}/po/hr.po \ ${WRKSRC}/po/it.po ${WRKSRC}/po/pl.po ${WRKSRC}/po/uk.po \ ${WRKSRC}/po/en_GB.po ${WRKSRC}/po/fr.po ${WRKSRC}/po/vi.po \ ${WRKSRC}/po/ko.po ${WRKSRC}/po/ja.po post-patch-FREETYPE-on: @${LN} -s $$(${MAKE} -C ${PORTSDIR}/print/freetype2 -V WRKSRC) \ ${WRKSRC}/freetype post-stage-DOCS-on: @${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo \ ${STAGEDIR}${DOCSDIR}/.nojekyll .include diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo index 710a0f21a962..103508b78ac1 100644 --- a/print/fontforge/distinfo +++ b/print/fontforge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669682293 -SHA256 (fontforge-20220308.tar.xz) = 01e4017f7a0ccecf436c74b8e1f6b374fc04a5283c1d68967996782e15618e59 -SIZE (fontforge-20220308.tar.xz) = 13719032 +TIMESTAMP = 1704666997 +SHA256 (fontforge-20230101.tar.xz) = ca82ec4c060c4dda70ace5478a41b5e7b95eb035fe1c4cf85c48f996d35c60f8 +SIZE (fontforge-20230101.tar.xz) = 13761728 diff --git a/print/fontforge/pkg-plist b/print/fontforge/pkg-plist index 80477d9a6105..f78649fcf930 100644 --- a/print/fontforge/pkg-plist +++ b/print/fontforge/pkg-plist @@ -1,413 +1,413 @@ bin/fontforge bin/fontimage bin/fontlint bin/sfddiff lib/libfontforge.so lib/libfontforge.so.4 %%PYTHON%%%%PYTHON_SITELIBDIR%%/fontforge.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/psMat.so share/man/man1/fontforge.1.gz share/man/man1/fontimage.1.gz share/man/man1/fontlint.1.gz share/man/man1/sfddiff.1.gz share/applications/org.fontforge.FontForge.desktop %%DATADIR%%/cidmap/Adobe-CNS1-6.cidmap %%DATADIR%%/cidmap/Adobe-GB1-5.cidmap -%%DATADIR%%/cidmap/Adobe-Identity-0.cidmap %%DATADIR%%/cidmap/Adobe-Japan1-5.cidmap %%DATADIR%%/cidmap/Adobe-Japan1-6.cidmap %%DATADIR%%/cidmap/Adobe-Japan1-7.cidmap %%DATADIR%%/cidmap/Adobe-Japan2-0.cidmap %%DATADIR%%/cidmap/Adobe-Korea1-2.cidmap %%DATADIR%%/hotkeys/default %%DATADIR%%/pixmaps/Cantarell-Bold.ttf %%DATADIR%%/pixmaps/Cantarell-BoldOblique.ttf %%DATADIR%%/pixmaps/Cantarell-Oblique.ttf %%DATADIR%%/pixmaps/Cantarell-Regular.ttf %%DATADIR%%/pixmaps/Inconsolata-Bold.ttf %%DATADIR%%/pixmaps/Inconsolata-Regular.ttf %%TANGO%%%%DATADIR%%/pixmaps/OFL.txt %%DATADIR%%/pixmaps/changeweight.png %%DATADIR%%/pixmaps/charviewicon.xbm %%DATADIR%%/pixmaps/check_off.png %%DATADIR%%/pixmaps/check_off_disabled.png %%DATADIR%%/pixmaps/check_on.png %%DATADIR%%/pixmaps/check_on_disabled.png %%DATADIR%%/pixmaps/chooseraudio.png %%DATADIR%%/pixmaps/chooserback.png %%DATADIR%%/pixmaps/chooserbookmark.png %%DATADIR%%/pixmaps/choosercid.png %%DATADIR%%/pixmaps/choosercompressed.png %%DATADIR%%/pixmaps/chooserconfigtool.png %%DATADIR%%/pixmaps/choosercore.png %%DATADIR%%/pixmaps/chooserdir.png %%DATADIR%%/pixmaps/chooserforward.png %%DATADIR%%/pixmaps/chooserhomefolder.png %%DATADIR%%/pixmaps/chooserimage.png %%DATADIR%%/pixmaps/choosermac.png %%DATADIR%%/pixmaps/choosermacttf.png %%DATADIR%%/pixmaps/choosernobookmark.png %%DATADIR%%/pixmaps/chooserobject.png %%TANGO%%%%DATADIR%%/pixmaps/choosersfdir.png %%DATADIR%%/pixmaps/choosertar.png %%DATADIR%%/pixmaps/choosertextbdf.png %%DATADIR%%/pixmaps/choosertextc.png %%DATADIR%%/pixmaps/choosertextcss.png %%DATADIR%%/pixmaps/choosertextfontps.png %%DATADIR%%/pixmaps/choosertextfontsfd.png %%DATADIR%%/pixmaps/choosertexthtml.png %%DATADIR%%/pixmaps/choosertextjava.png %%DATADIR%%/pixmaps/choosertextmake.png %%DATADIR%%/pixmaps/choosertextplain.png %%DATADIR%%/pixmaps/choosertextps.png %%DATADIR%%/pixmaps/choosertextxml.png %%DATADIR%%/pixmaps/chooserttf.png %%DATADIR%%/pixmaps/chooserunknown.png %%DATADIR%%/pixmaps/chooserupdir.png %%DATADIR%%/pixmaps/chooservideo.png %%DATADIR%%/pixmaps/colorwheel.png %%DATADIR%%/pixmaps/downarrow.png %%DATADIR%%/pixmaps/downarrow_disabled.png %%DATADIR%%/pixmaps/editclear.png %%DATADIR%%/pixmaps/editclearback.png %%DATADIR%%/pixmaps/editcopy.png %%DATADIR%%/pixmaps/editcopyfg2bg.png %%DATADIR%%/pixmaps/editcopylayer2layer.png %%DATADIR%%/pixmaps/editcopylbearing.png %%DATADIR%%/pixmaps/editcopylookupdata.png %%DATADIR%%/pixmaps/editcopyrbearing.png %%DATADIR%%/pixmaps/editcopyref.png %%DATADIR%%/pixmaps/editcopyvwidth.png %%DATADIR%%/pixmaps/editcopywidth.png %%DATADIR%%/pixmaps/editcut.png %%DATADIR%%/pixmaps/editfind.png %%DATADIR%%/pixmaps/editjoin.png %%DATADIR%%/pixmaps/editmerge.png %%TANGO%%%%DATADIR%%/pixmaps/editmergetoline.png %%DATADIR%%/pixmaps/editpaste.png %%DATADIR%%/pixmaps/editpasteafter.png %%DATADIR%%/pixmaps/editpasteinto.png %%DATADIR%%/pixmaps/editredo.png %%DATADIR%%/pixmaps/editrmundoes.png %%DATADIR%%/pixmaps/editrplref.png %%DATADIR%%/pixmaps/editsameas.png %%DATADIR%%/pixmaps/editselect.png %%DATADIR%%/pixmaps/editundo.png %%DATADIR%%/pixmaps/editunlink.png %%DATADIR%%/pixmaps/elementaddextrema.png %%DATADIR%%/pixmaps/elementaddinflections.png %%DATADIR%%/pixmaps/elementalign.png %%DATADIR%%/pixmaps/elementanticlock.png %%DATADIR%%/pixmaps/elementautotrace.png %%DATADIR%%/pixmaps/elementbalance.png %%DATADIR%%/pixmaps/elementbdfinfo.png %%DATADIR%%/pixmaps/elementbitmapsavail.png %%DATADIR%%/pixmaps/elementbuildaccent.png %%DATADIR%%/pixmaps/elementbuildcomposite.png %%DATADIR%%/pixmaps/elementclockwise.png %%DATADIR%%/pixmaps/elementcomparefonts.png %%DATADIR%%/pixmaps/elementcomparelayers.png %%DATADIR%%/pixmaps/elementcorrectdir.png %%DATADIR%%/pixmaps/elementexpandstroke.png %%DATADIR%%/pixmaps/elementfindprobs.png %%DATADIR%%/pixmaps/elementfontinfo.png %%DATADIR%%/pixmaps/elementgetinfo.png %%DATADIR%%/pixmaps/elementglyphinfo.png %%DATADIR%%/pixmaps/elementharmonize.png %%DATADIR%%/pixmaps/elementhbaselines.png %%DATADIR%%/pixmaps/elementinterpolatefonts.png %%DATADIR%%/pixmaps/elementmathinfo.png %%DATADIR%%/pixmaps/elementmergefonts.png %%DATADIR%%/pixmaps/elementorder.png %%DATADIR%%/pixmaps/elementotherinfo.png %%DATADIR%%/pixmaps/elementregenbitmaps.png %%DATADIR%%/pixmaps/elementremovebitmaps.png %%DATADIR%%/pixmaps/elementrenameglyph.png %%DATADIR%%/pixmaps/elementround.png %%DATADIR%%/pixmaps/elementshowdep.png %%DATADIR%%/pixmaps/elementsimplify.png %%DATADIR%%/pixmaps/elementstyles.png %%DATADIR%%/pixmaps/elementtilepath.png %%DATADIR%%/pixmaps/elementtilepattern.png %%DATADIR%%/pixmaps/elementtransform.png %%DATADIR%%/pixmaps/elementvalidate.png %%DATADIR%%/pixmaps/elementvbaselines.png %%DATADIR%%/pixmaps/exclude.png %%DATADIR%%/pixmaps/extendcondense.png %%DATADIR%%/pixmaps/fflogo.png %%DATADIR%%/pixmaps/fflogo13.png %%DATADIR%%/pixmaps/ffsplash1.png %%DATADIR%%/pixmaps/ffsplash2.png %%DATADIR%%/pixmaps/ffsplash3.png %%DATADIR%%/pixmaps/fileclose.png %%TANGO%%%%DATADIR%%/pixmaps/fileclose2.png %%DATADIR%%/pixmaps/filedisplay.png %%DATADIR%%/pixmaps/fileexecute.png %%DATADIR%%/pixmaps/fileexport.png %%DATADIR%%/pixmaps/filegenerate.png %%DATADIR%%/pixmaps/filegeneratefamily.png %%DATADIR%%/pixmaps/fileimport.png %%DATADIR%%/pixmaps/filemergefeature.png %%DATADIR%%/pixmaps/filenew.png %%DATADIR%%/pixmaps/fileopen.png %%DATADIR%%/pixmaps/fileprefs.png %%DATADIR%%/pixmaps/fileprint.png %%DATADIR%%/pixmaps/filequit.png %%DATADIR%%/pixmaps/filerecent.png %%DATADIR%%/pixmaps/filerevert.png %%DATADIR%%/pixmaps/filerevertbackup.png %%DATADIR%%/pixmaps/filerevertglyph.png %%DATADIR%%/pixmaps/filesave.png %%DATADIR%%/pixmaps/filesaveall.png %%DATADIR%%/pixmaps/filesaveas.png %%DATADIR%%/pixmaps/findinter.png %%DATADIR%%/pixmaps/fliphor.png %%DATADIR%%/pixmaps/flipvert.png %%DATADIR%%/pixmaps/fontview2.xbm %%DATADIR%%/pixmaps/helpabout.png %%DATADIR%%/pixmaps/helphelp.png %%DATADIR%%/pixmaps/helpindex.png %%DATADIR%%/pixmaps/hintsadddstem.png %%DATADIR%%/pixmaps/hintsaddhstem.png %%DATADIR%%/pixmaps/hintsaddvstem.png %%DATADIR%%/pixmaps/hintsautohint.png %%DATADIR%%/pixmaps/hintscleardstems.png %%DATADIR%%/pixmaps/hintsclearhstems.png %%DATADIR%%/pixmaps/hintsclearvstems.png %%DATADIR%%/pixmaps/hintsdontautohint.png %%DATADIR%%/pixmaps/hintsreviewhints.png %%DATADIR%%/pixmaps/inline.png %%DATADIR%%/pixmaps/intersection.png %%DATADIR%%/pixmaps/logo.xbm %%DATADIR%%/pixmaps/menuempty.png %%DATADIR%%/pixmaps/metricscenter.png %%DATADIR%%/pixmaps/metricssetlbearing.png %%DATADIR%%/pixmaps/metricssetrbearing.png %%DATADIR%%/pixmaps/metricssetvwidth.png %%DATADIR%%/pixmaps/metricssetwidth.png %%DATADIR%%/pixmaps/oblique.png %%DATADIR%%/pixmaps/outline.png %%DATADIR%%/pixmaps/overlapexclude.png %%DATADIR%%/pixmaps/overlapfindinter.png %%DATADIR%%/pixmaps/overlapintersection.png %%DATADIR%%/pixmaps/overlaprm.png %%TANGO%%%%DATADIR%%/pixmaps/palette3drotate-selected.png %%DATADIR%%/pixmaps/palette3drotate.png %%TANGO%%%%DATADIR%%/pixmaps/palettecorner-selected.png %%DATADIR%%/pixmaps/palettecorner.png %%TANGO%%%%DATADIR%%/pixmaps/palettecurve-selected.png %%DATADIR%%/pixmaps/palettecurve.png %%TANGO%%%%DATADIR%%/pixmaps/paletteelipse-selected.png %%DATADIR%%/pixmaps/paletteelipse.png %%TANGO%%%%DATADIR%%/pixmaps/paletteflip-selected.png %%DATADIR%%/pixmaps/paletteflip.png %%TANGO%%%%DATADIR%%/pixmaps/palettefreehand-selected.png %%DATADIR%%/pixmaps/palettefreehand.png %%TANGO%%%%DATADIR%%/pixmaps/palettehand-selected.png %%DATADIR%%/pixmaps/palettehand.png %%TANGO%%%%DATADIR%%/pixmaps/palettehvcurve-selected.png %%DATADIR%%/pixmaps/palettehvcurve.png %%TANGO%%%%DATADIR%%/pixmaps/paletteknife-selected.png %%DATADIR%%/pixmaps/paletteknife.png %%DATADIR%%/pixmaps/paletteline.png %%TANGO%%%%DATADIR%%/pixmaps/palettemagnify-selected.png %%DATADIR%%/pixmaps/palettemagnify.png %%TANGO%%%%DATADIR%%/pixmaps/palettepen-selected.png %%DATADIR%%/pixmaps/palettepen.png %%DATADIR%%/pixmaps/palettepencil.png %%TANGO%%%%DATADIR%%/pixmaps/paletteperspective-selected.png %%DATADIR%%/pixmaps/paletteperspective.png %%TANGO%%%%DATADIR%%/pixmaps/palettepointer-selected.png %%DATADIR%%/pixmaps/palettepointer.png %%TANGO%%%%DATADIR%%/pixmaps/palettepoly-selected.png %%DATADIR%%/pixmaps/palettepoly.png %%TANGO%%%%DATADIR%%/pixmaps/paletterect-selected.png %%DATADIR%%/pixmaps/paletterect.png %%TANGO%%%%DATADIR%%/pixmaps/paletterotate-selected.png %%DATADIR%%/pixmaps/paletterotate.png %%TANGO%%%%DATADIR%%/pixmaps/paletteruler-selected.png %%DATADIR%%/pixmaps/paletteruler.png %%TANGO%%%%DATADIR%%/pixmaps/palettescale-selected.png %%DATADIR%%/pixmaps/palettescale.png %%TANGO%%%%DATADIR%%/pixmaps/paletteselectedbg.png %%DATADIR%%/pixmaps/paletteshift.png %%TANGO%%%%DATADIR%%/pixmaps/paletteskew-selected.png %%DATADIR%%/pixmaps/paletteskew.png %%DATADIR%%/pixmaps/palettesmall3drotate.png %%DATADIR%%/pixmaps/palettesmallcorner.png %%DATADIR%%/pixmaps/palettesmallcurve.png %%DATADIR%%/pixmaps/palettesmallelipse.png %%DATADIR%%/pixmaps/palettesmallflip.png %%DATADIR%%/pixmaps/palettesmallhand.png %%DATADIR%%/pixmaps/palettesmallhvcurve.png %%DATADIR%%/pixmaps/palettesmallknife.png %%DATADIR%%/pixmaps/palettesmallmag.png %%DATADIR%%/pixmaps/palettesmallpen.png %%DATADIR%%/pixmaps/palettesmallpencil.png %%DATADIR%%/pixmaps/palettesmallperspective.png %%DATADIR%%/pixmaps/palettesmallpointer.png %%DATADIR%%/pixmaps/palettesmallpoly.png %%DATADIR%%/pixmaps/palettesmallrect.png %%DATADIR%%/pixmaps/palettesmallrotate.png %%DATADIR%%/pixmaps/palettesmallruler.png %%DATADIR%%/pixmaps/palettesmallscale.png %%DATADIR%%/pixmaps/palettesmallskew.png %%DATADIR%%/pixmaps/palettesmallspirocorner.png %%DATADIR%%/pixmaps/palettesmallspirocurve.png %%DATADIR%%/pixmaps/palettesmallspirog2curve.png %%DATADIR%%/pixmaps/palettesmallspiroleft.png %%DATADIR%%/pixmaps/palettesmallspiroright.png %%DATADIR%%/pixmaps/palettesmallstar.png %%DATADIR%%/pixmaps/palettesmalltangent.png %%TANGO%%%%DATADIR%%/pixmaps/palettespirocorner-selected.png %%DATADIR%%/pixmaps/palettespirocorner.png %%TANGO%%%%DATADIR%%/pixmaps/palettespirocurve-selected.png %%DATADIR%%/pixmaps/palettespirocurve.png %%DATADIR%%/pixmaps/palettespirodisabled.png %%DATADIR%%/pixmaps/palettespirodown.png %%TANGO%%%%DATADIR%%/pixmaps/palettespirog2curve-selected.png %%DATADIR%%/pixmaps/palettespirog2curve.png %%TANGO%%%%DATADIR%%/pixmaps/palettespiroleft-selected.png %%DATADIR%%/pixmaps/palettespiroleft.png %%TANGO%%%%DATADIR%%/pixmaps/palettespiroright-selected.png %%DATADIR%%/pixmaps/palettespiroright.png %%TANGO%%%%DATADIR%%/pixmaps/palettespiroup-selected.png %%DATADIR%%/pixmaps/palettespiroup.png %%TANGO%%%%DATADIR%%/pixmaps/palettestar-selected.png %%DATADIR%%/pixmaps/palettestar.png %%TANGO%%%%DATADIR%%/pixmaps/palettetangent-selected.png %%DATADIR%%/pixmaps/palettetangent.png %%DATADIR%%/pixmaps/pointsG2curve.png %%DATADIR%%/pixmaps/pointsaddanchor.png %%DATADIR%%/pixmaps/pointscorner.png %%DATADIR%%/pixmaps/pointscurve.png %%DATADIR%%/pixmaps/pointshvcurve.png %%DATADIR%%/pixmaps/pointsmakearc.png %%DATADIR%%/pixmaps/pointsmakeline.png %%DATADIR%%/pixmaps/pointsnamecontour.png %%DATADIR%%/pixmaps/pointsnamepoint.png %%DATADIR%%/pixmaps/pointsspironext.png %%DATADIR%%/pixmaps/pointsspiroprev.png %%DATADIR%%/pixmaps/pointstangent.png %%DATADIR%%/pixmaps/ptinfocorner.png %%DATADIR%%/pixmaps/ptinfocurve.png %%DATADIR%%/pixmaps/ptinfohvcurve.png %%DATADIR%%/pixmaps/ptinfotangent.png %%DATADIR%%/pixmaps/python.png %%DATADIR%%/pixmaps/radio_off.png %%DATADIR%%/pixmaps/radio_off_disabled.png %%DATADIR%%/pixmaps/radio_on.png %%DATADIR%%/pixmaps/radio_on_disabled.png %%DATADIR%%/pixmaps/resources %%DATADIR%%/pixmaps/rmoverlap.png %%DATADIR%%/pixmaps/rotate180.png %%DATADIR%%/pixmaps/rotateccw.png %%DATADIR%%/pixmaps/rotatecw.png %%DATADIR%%/pixmaps/selectblue.png %%DATADIR%%/pixmaps/selectcyan.png %%DATADIR%%/pixmaps/selectdefault.png %%DATADIR%%/pixmaps/selectgreen.png %%DATADIR%%/pixmaps/selectmagenta.png %%DATADIR%%/pixmaps/selectred.png %%DATADIR%%/pixmaps/selectwhite.png %%DATADIR%%/pixmaps/selectyellow.png %%DATADIR%%/pixmaps/shadow.png %%DATADIR%%/pixmaps/skew.png %%TANGO%%%%DATADIR%%/pixmaps/splash2019.png %%TANGO%%%%DATADIR%%/pixmaps/splash2020.png %%DATADIR%%/pixmaps/styleschangeweight.png %%DATADIR%%/pixmaps/styleschangexheight.png %%DATADIR%%/pixmaps/stylesextendcondense.png %%DATADIR%%/pixmaps/stylesinline.png %%DATADIR%%/pixmaps/stylesitalic.png %%DATADIR%%/pixmaps/stylesoblique.png %%DATADIR%%/pixmaps/stylesoutline.png %%DATADIR%%/pixmaps/stylesshadow.png %%DATADIR%%/pixmaps/stylessmallcaps.png %%DATADIR%%/pixmaps/stylessubsuper.png %%DATADIR%%/pixmaps/styleswireframe.png %%TANGO%%%%DATADIR%%/pixmaps/text12210.png %%DATADIR%%/pixmaps/tools3drotate.png %%DATADIR%%/pixmaps/toolselipse.png %%DATADIR%%/pixmaps/toolsflip.png %%DATADIR%%/pixmaps/toolsfreehand.png %%DATADIR%%/pixmaps/toolsknife.png %%DATADIR%%/pixmaps/toolsmagnify.png %%DATADIR%%/pixmaps/toolspen.png %%DATADIR%%/pixmaps/toolsperspective.png %%DATADIR%%/pixmaps/toolspointer.png %%DATADIR%%/pixmaps/toolspolygon.png %%DATADIR%%/pixmaps/toolsrect.png %%DATADIR%%/pixmaps/toolsrotate.png %%DATADIR%%/pixmaps/toolsruler.png %%DATADIR%%/pixmaps/toolsscale.png %%DATADIR%%/pixmaps/toolsscroll.png %%DATADIR%%/pixmaps/toolsskew.png %%DATADIR%%/pixmaps/toolsspiro.png %%DATADIR%%/pixmaps/toolsstar.png %%DATADIR%%/pixmaps/transformfliphor.png %%DATADIR%%/pixmaps/transformflipvert.png %%DATADIR%%/pixmaps/transformrotate180.png %%DATADIR%%/pixmaps/transformrotateccw.png %%DATADIR%%/pixmaps/transformrotatecw.png %%DATADIR%%/pixmaps/transformskew.png %%DATADIR%%/pixmaps/ttdebugcontinue.png %%DATADIR%%/pixmaps/ttdebugexit.png %%DATADIR%%/pixmaps/ttdebugmenudelta.png %%DATADIR%%/pixmaps/ttdebugstepinto.png %%DATADIR%%/pixmaps/ttdebugstepout.png %%DATADIR%%/pixmaps/ttdebugstepover.png %%DATADIR%%/pixmaps/ttdebugstop.png %%DATADIR%%/pixmaps/ttdebugstopped.png %%DATADIR%%/pixmaps/ttdebugwatchpnt.png %%DATADIR%%/pixmaps/viewbiggersize.png %%DATADIR%%/pixmaps/viewfindinfont.png %%DATADIR%%/pixmaps/viewfit.png %%DATADIR%%/pixmaps/viewformer.png %%DATADIR%%/pixmaps/viewgoto.png %%DATADIR%%/pixmaps/viewinsertafter.png %%DATADIR%%/pixmaps/viewinsertbefore.png %%DATADIR%%/pixmaps/viewlayers.png %%DATADIR%%/pixmaps/viewnext.png %%DATADIR%%/pixmaps/viewnextdef.png %%DATADIR%%/pixmaps/viewpalettes.png %%DATADIR%%/pixmaps/viewprev.png %%DATADIR%%/pixmaps/viewprevdef.png %%DATADIR%%/pixmaps/viewreplace.png %%DATADIR%%/pixmaps/viewsmallersize.png %%DATADIR%%/pixmaps/viewzoomin.png %%DATADIR%%/pixmaps/viewzoomout.png %%DATADIR%%/pixmaps/wireframe.png %%DATADIR%%/prefs %%PYTHON%%%%DATADIR%%/python/excepthook.py share/icons/hicolor/128x128/apps/org.fontforge.FontForge.png share/icons/hicolor/16x16/apps/org.fontforge.FontForge.png share/icons/hicolor/22x22/apps/org.fontforge.FontForge.png share/icons/hicolor/24x24/apps/org.fontforge.FontForge.png share/icons/hicolor/256x256/apps/org.fontforge.FontForge.png share/icons/hicolor/32x32/apps/org.fontforge.FontForge.png share/icons/hicolor/48x48/apps/org.fontforge.FontForge.png share/icons/hicolor/512x512/apps/org.fontforge.FontForge.png share/icons/hicolor/64x64/apps/org.fontforge.FontForge.png share/icons/hicolor/scalable/apps/org.fontforge.FontForge.svg share/locale/ca/LC_MESSAGES/FontForge.mo share/locale/de/LC_MESSAGES/FontForge.mo share/locale/el/LC_MESSAGES/FontForge.mo share/locale/en_GB/LC_MESSAGES/FontForge.mo share/locale/es/LC_MESSAGES/FontForge.mo share/locale/fr/LC_MESSAGES/FontForge.mo share/locale/hr/LC_MESSAGES/FontForge.mo share/locale/it/LC_MESSAGES/FontForge.mo share/locale/ja/LC_MESSAGES/FontForge.mo +share/locale/ka_GE/LC_MESSAGES/FontForge.mo share/locale/ko/LC_MESSAGES/FontForge.mo share/locale/ml/LC_MESSAGES/FontForge.mo share/locale/pl/LC_MESSAGES/FontForge.mo share/locale/pt/LC_MESSAGES/FontForge.mo share/locale/ru/LC_MESSAGES/FontForge.mo share/locale/tr_TR/LC_MESSAGES/FontForge.mo share/locale/uk/LC_MESSAGES/FontForge.mo share/locale/vi/LC_MESSAGES/FontForge.mo share/locale/zh_CN/LC_MESSAGES/FontForge.mo share/locale/zh_TW/LC_MESSAGES/FontForge.mo share/metainfo/org.fontforge.FontForge.appdata.xml share/mime/packages/fontforge.xml