Index: head/print/fontforge/files/patch-fontforgeexe_startui.c =================================================================== --- head/print/fontforge/files/patch-fontforgeexe_startui.c (revision 560357) +++ head/print/fontforge/files/patch-fontforgeexe_startui.c (nonexistent) @@ -1,25 +0,0 @@ ---- fontforgeexe/startui.c.orig 2019-08-01 08:28:36 UTC -+++ fontforgeexe/startui.c -@@ -1099,10 +1099,6 @@ int fontforge_main( int argc, char **argv ) { - CheckIsScript(argc,argv); /* Will run the script and exit if it is a script */ - /* If there is no UI, there is always a script */ - /* and we will never return from the above */ --#ifdef FONTFORGE_CAN_USE_GDK -- gdk_init(&argc, &argv); -- gdk_set_allowed_backends("win32,quartz,x11"); --#endif - if ( load_prefs==NULL || - (strcasecmp(load_prefs,"Always")!=0 && /* Already loaded */ - strcasecmp(load_prefs,"Never")!=0 )) -@@ -1185,7 +1181,10 @@ int fontforge_main( int argc, char **argv ) { - } - #endif - } -- -+#ifdef FONTFORGE_CAN_USE_GDK -+ gdk_init(&argc, &argv); -+ gdk_set_allowed_backends("win32,quartz,x11"); -+#endif - ensureDotFontForgeIsSetup(); - #if defined(__MINGW32__) && !defined(_NO_LIBCAIRO) - //Load any custom fonts for the user interface Property changes on: head/print/fontforge/files/patch-fontforgeexe_startui.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/fontforge/files/patch-m4_fontforge__arg__enable.m4 =================================================================== --- head/print/fontforge/files/patch-m4_fontforge__arg__enable.m4 (revision 560357) +++ head/print/fontforge/files/patch-m4_fontforge__arg__enable.m4 (nonexistent) @@ -1,11 +0,0 @@ ---- m4/fontforge_arg_enable.m4.orig 2019-08-01 08:28:36 UTC -+++ m4/fontforge_arg_enable.m4 -@@ -232,7 +232,7 @@ AC_DEFUN([FONTFORGE_ARG_ENABLE_WOFF2], - AC_ARG_ENABLE([woff2], - [AS_HELP_STRING([--enable-woff2], - [Enable WOFF2 support.])], -- [use_woff2=yes]) -+ [use_woff2="${enableval}"]) - if test x$use_woff2 = xyes ; then - PKG_CHECK_MODULES([WOFF2],[libwoff2enc,libwoff2dec], - [ Property changes on: head/print/fontforge/files/patch-m4_fontforge__arg__enable.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/fontforge/files/patch-mk_layout.am =================================================================== --- head/print/fontforge/files/patch-mk_layout.am (revision 560357) +++ head/print/fontforge/files/patch-mk_layout.am (nonexistent) @@ -1,11 +0,0 @@ ---- mk/layout.am.orig 2014-11-27 00:40:08 UTC -+++ mk/layout.am -@@ -52,7 +52,7 @@ HTDOCS_SUBDIR = - htdocsdir = ${docdir}$(HTDOCS_SUBDIR) - - # Where pkg-config files go. --pkgconfigdir = ${libdir}/pkgconfig -+pkgconfigdir = ${PREFIX}/libdata/pkgconfig - - # Where contributed Python scripts go. - pkgpythondatadir = $(pkgdatadir)/python Property changes on: head/print/fontforge/files/patch-mk_layout.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/fontforge/Makefile =================================================================== --- head/print/fontforge/Makefile (revision 560357) +++ head/print/fontforge/Makefile (revision 560358) @@ -1,106 +1,116 @@ # Created by: KANOU Hiroki # $FreeBSD$ PORTNAME= fontforge -PORTVERSION= 20190801 -PORTREVISION= 2 +PORTVERSION= 20201107 CATEGORIES= print MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Type 1/TrueType/OpenType/bitmap font editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= autoreconf compiler:c++11-lang gettext gmake gnome iconv:wchar_t libtool \ - localbase pkgconfig +USES= compiler:c++11-lang cmake desktop-file-utils gettext gnome \ + iconv:wchar_t pkgconfig shared-mime-info USE_GITHUB= yes -USE_GNOME= glib20 libxml2 +USE_GNOME= cairo glib20 libxml2 +CMAKE_ARGS= -DIconv_INCLUDE_DIR=${ICONV_INCLUDE_PATH} \ + -DIconv_LIBRARY=${ICONV_LIB_PATH} -# It seems that iconv is required regardless of this setting, so forcing it on -CONFIGURE_ARGS= --with-iconv - USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip INSTALLS_ICONS= yes -PORTDOCS= * .htaccess +PORTDOCS= * -OPTIONS_DEFINE= CAIRO DOCS FREETYPE GIF JPEG PNG PYTHON READLINE SPIRO TIFF \ +OPTIONS_DEFINE= DOCS FREETYPE GIF JPEG PNG PYTHON READLINE SPIRO TIFF \ TILEPATH UNINAMESLIST WOFF2 WRITEPFM -OPTIONS_GROUP= GUI -OPTIONS_GROUP_GUI= GTK3 X11 +OPTIONS_RADIO= GUI +OPTIONS_RADIO_GUI= GTK3 X11 OPTIONS_SINGLE= THEME OPTIONS_SINGLE_THEME= TANGO 2012 -OPTIONS_DEFAULT=CAIRO GIF GTK3 JPEG PNG PYTHON READLINE SPIRO TANGO TIFF \ +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_CONFIGURE_ENABLE= theme-2012 +2012_CMAKE_ON= -DTHEME:ENUM=2012 -CAIRO_USE= gnome=cairo,pango -CAIRO_CONFIGURE_WITH= cairo -CAIRO_IMPLIES= PNG +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_CONFIGURE_ENABLE= freetype-debugger=${WRKSRC}/freetype +FREETYPE_CMAKE_ON= -DENABLE_FREETYPE_DEBUGGER:PATH=${WRKSRC}/freetype GIF_LIB_DEPENDS= libgif.so:graphics/giflib -GIF_CONFIGURE_WITH= giflib +GIF_CMAKE_BOOL= ENABLE_LIBGIF GTK3_USE= gnome=gtk30 -GTK3_CONFIGURE_ENABLE= gdk -GTK3_IMPLIES= CAIRO X11 JPEG_USES= jpeg -JPEG_CONFIGURE_WITH= libjpeg +JPEG_CMAKE_BOOL=ENABLE_LIBJPEG PNG_LIB_DEPENDS=libpng.so:graphics/png -PNG_CONFIGURE_WITH= libpng +PNG_CMAKE_BOOL= ENABLE_LIBPNG -PYTHON_USES= python:3.5-3.7 -PYTHON_USES_OFF=python:3.5-3.7,build -PYTHON_CONFIGURE_ENABLE= python-scripting python-extension +PYTHON_USES= python:3.5+ +PYTHON_USES_OFF=python:3.5+,build +PYTHON_CMAKE_BOOL= ENABLE_PYTHON_SCRIPTING ENABLE_PYTHON_EXTENSION READLINE_USES= readline:port -READLINE_CONFIGURE_WITH= libreadline +READLINE_CMAKE_BOOL= ENABLE_LIBREADLINE SPIRO_DESC= Use libspiro to edit with clothoid splines SPIRO_LIB_DEPENDS= libspiro.so:graphics/libspiro -SPIRO_CONFIGURE_WITH= 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_CONFIGURE_WITH= libtiff +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_CONFIGURE_ENABLE= tile-path +TILEPATH_CMAKE_BOOL= ENABLE_TILE_PATH UNINAMESLIST_DESC= Use libuninameslist for Unicode attribute data UNINAMESLIST_LIB_DEPENDS= libuninameslist.so:textproc/libuninameslist -UNINAMESLIST_CONFIGURE_WITH= libuninameslist +UNINAMESLIST_CMAKE_BOOL= ENABLE_LIBUNINAMESLIST WOFF2_DESC= WOFF2 web font support WOFF2_LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libwoff2dec.so:devel/woff2 -WOFF2_CONFIGURE_ENABLE= woff2 +WOFF2_CMAKE_BOOL= ENABLE_WOFF2 WRITEPFM_DESC= Add ability to save PFM file w/o creating associated font file -WRITEPFM_CONFIGURE_ENABLE= write-pfm +WRITEPFM_CMAKE_BOOL= ENABLE_WRITE_PFM -X11_USES= desktop-file-utils shared-mime-info xorg -X11_USE= gnome=pango xorg=ice,sm,x11,xft,xi +X11_USES= xorg +X11_USE= gnome=pango xorg=ice,sm,x11,xext,xft,xi X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig X11_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont/unifont.pcf.gz:x11-fonts/gnu-unifont -X11_CONFIGURE_WITH= x +X11_CMAKE_BOOL= ENABLE_X11 post-patch-FREETYPE-on: - @${LN} -s $$(${MAKE} -C ${PORTSDIR}/print/freetype2 -V WRKSRC) ${WRKSRC}/freetype + @${LN} -s $$(${MAKE} -C ${PORTSDIR}/print/freetype2 -V WRKSRC) \ + ${WRKSRC}/freetype + +post-stage-DOCS-on: + @${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo \ + ${STAGEDIR}${DOCSDIR}/.nojekyll + +.include + +.if ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MX11} +CMAKE_ARGS+= -DENABLE_GUI:BOOL=true +.else +CMAKE_ARGS+= -DENABLE_GUI:BOOL=false +.endif .include Index: head/print/fontforge/distinfo =================================================================== --- head/print/fontforge/distinfo (revision 560357) +++ head/print/fontforge/distinfo (revision 560358) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567124778 -SHA256 (fontforge-fontforge-20190801_GH0.tar.gz) = e4501de5bd8e7f6c68fe7d3abd4667bf44a07b981d342ffa00e8f42e155ce633 -SIZE (fontforge-fontforge-20190801_GH0.tar.gz) = 21082347 +TIMESTAMP = 1609352128 +SHA256 (fontforge-fontforge-20201107_GH0.tar.gz) = 274f8c8cbd7b6a1c77d2a1c03d4d6cd3c9319db62be8b8c88fabbf597f7e863c +SIZE (fontforge-fontforge-20201107_GH0.tar.gz) = 19485522 Index: head/print/fontforge/pkg-descr =================================================================== --- head/print/fontforge/pkg-descr (revision 560357) +++ head/print/fontforge/pkg-descr (revision 560358) @@ -1,15 +1,13 @@ FontForge (formerly called PfaEdit) is a PostScript font editor which can create and modify outline fonts in Type 1, CID-Keyed, TrueType, OpenType format. It can generate bitmaps and save in BDF format or embedded bitmaps in TrueType/OpenType fonts. It can generate Type3 and SVG fonts if built with multilayer feature. If you feel the shortage of memory, rebuilding multilayer-disabled FontForge with FONTFORGE_NO_MULTILAYER defined will save some memory. If you have installed AutoTrace or Potrace, you can generate outlines from imported bitmap images. -For more information, see - -WWW: http://fontforge.sourceforge.net/ +WWW: https://fontforge.org/ Index: head/print/fontforge/pkg-plist =================================================================== --- head/print/fontforge/pkg-plist (revision 560357) +++ head/print/fontforge/pkg-plist (revision 560358) @@ -1,495 +1,403 @@ bin/fontforge bin/fontimage bin/fontlint bin/sfddiff -include/fontforge/PfEd.h -include/fontforge/autowidth.h -include/fontforge/autowidth2.h -include/fontforge/baseviews.h -include/fontforge/basics.h -include/fontforge/bezctx_ff.h -include/fontforge/bitmapcontrol.h -include/fontforge/carbon.h -include/fontforge/chardata.h -include/fontforge/charset.h -include/fontforge/delta.h -include/fontforge/dlist.h -include/fontforge/edgelist.h -include/fontforge/edgelist2.h -include/fontforge/encoding.h -include/fontforge/fffreetype.h -include/fontforge/ffgdk.h -include/fontforge/ffglib.h -include/fontforge/ffpython.h -include/fontforge/flaglist.h -include/fontforge/fontforge-config.h -include/fontforge/fontforge-version-extras.h -include/fontforge/fontforge.h -include/fontforge/fontforgevw.h -include/fontforge/fvmetrics.h -include/fontforge/gdraw.h -include/fontforge/gfile.h -include/fontforge/ggadget.h -include/fontforge/gicons.h -include/fontforge/gimage.h -include/fontforge/gio.h -include/fontforge/gkeysym.h -include/fontforge/glif_name_hash.h -include/fontforge/glyphcomp.h -include/fontforge/gprogress.h -include/fontforge/gresedit.h -include/fontforge/gresource.h -include/fontforge/groups.h -include/fontforge/gutils.h -include/fontforge/gwidget.h -include/fontforge/gwwiconv.h -include/fontforge/hotkeys.h -include/fontforge/intl.h -include/fontforge/lookups.h -include/fontforge/mem.h -include/fontforge/mm.h -include/fontforge/namehash.h -include/fontforge/nonlineartrans.h -include/fontforge/ofl.h -include/fontforge/prefs.h -include/fontforge/print.h -include/fontforge/psfont.h -include/fontforge/savefont.h -include/fontforge/scriptfuncs.h -include/fontforge/scripting.h -include/fontforge/sd.h -include/fontforge/search.h -include/fontforge/sfd1.h -include/fontforge/sflayoutP.h -include/fontforge/splinefont.h -include/fontforge/stemdb.h -include/fontforge/ttf.h -include/fontforge/ttfinstrs.h -include/fontforge/uiinterface.h -include/fontforge/unicodelibinfo.h -include/fontforge/unicoderange.h -include/fontforge/ustring.h -include/fontforge/utype.h -include/fontforge/views.h -lib/libfontforge.a lib/libfontforge.so -lib/libfontforge.so.3 -lib/libfontforge.so.3.0.0 -lib/libfontforgeexe.a -lib/libfontforgeexe.so -lib/libfontforgeexe.so.3 -lib/libfontforgeexe.so.3.0.0 -%%X11%%lib/libgdraw.a -%%X11%%lib/libgdraw.so -%%X11%%lib/libgdraw.so.6 -%%X11%%lib/libgdraw.so.6.0.0 -lib/libgunicode.a -lib/libgunicode.so -lib/libgunicode.so.5 -lib/libgunicode.so.5.0.0 -lib/libgutils.a -lib/libgutils.so -lib/libgutils.so.3 -lib/libgutils.so.3.0.1 +lib/libfontforge.so.4 %%PYTHON%%%%PYTHON_SITELIBDIR%%/fontforge.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/psMat.so -libdata/pkgconfig/libfontforge.pc -libdata/pkgconfig/libfontforgeexe.pc man/man1/fontforge.1.gz man/man1/fontimage.1.gz man/man1/fontlint.1.gz man/man1/sfddiff.1.gz -%%X11%%share/appdata/org.fontforge.FontForge.appdata.xml %%X11%%share/applications/org.fontforge.FontForge.desktop %%DATADIR%%/hotkeys/default %%TANGO%%%%DATADIR%%/pixmaps/Cantarell-Bold.ttf %%TANGO%%%%DATADIR%%/pixmaps/Cantarell-BoldOblique.ttf %%TANGO%%%%DATADIR%%/pixmaps/Cantarell-Oblique.ttf %%TANGO%%%%DATADIR%%/pixmaps/Cantarell-Regular.ttf %%TANGO%%%%DATADIR%%/pixmaps/Inconsolata-Bold.ttf %%TANGO%%%%DATADIR%%/pixmaps/Inconsolata-Regular.ttf %%TANGO%%%%DATADIR%%/pixmaps/OFL.txt %%DATADIR%%/pixmaps/changeweight.png %%DATADIR%%/pixmaps/charviewicon.xbm %%TANGO%%%%DATADIR%%/pixmaps/check_off.png %%TANGO%%%%DATADIR%%/pixmaps/check_off_disabled.png %%TANGO%%%%DATADIR%%/pixmaps/check_on.png %%TANGO%%%%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 %%TANGO%%%%DATADIR%%/pixmaps/downarrow.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/elementalign.png %%DATADIR%%/pixmaps/elementanticlock.png %%DATADIR%%/pixmaps/elementautotrace.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/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 %%TANGO%%%%DATADIR%%/pixmaps/radio_off.png %%TANGO%%%%DATADIR%%/pixmaps/radio_off_disabled.png %%TANGO%%%%DATADIR%%/pixmaps/radio_on.png %%TANGO%%%%DATADIR%%/pixmaps/radio_on_disabled.png %%TANGO%%%%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 -%%PYTHON%%%%DATADIR%%/python/simple/expand-a.py -%%PYTHON%%%%DATADIR%%/python/simple/load-font-and-show-name.py -%%PYTHON%%%%DATADIR%%/python/test.sfd %%X11%%share/icons/hicolor/128x128/apps/org.fontforge.FontForge.png %%X11%%share/icons/hicolor/16x16/apps/org.fontforge.FontForge.png %%X11%%share/icons/hicolor/22x22/apps/org.fontforge.FontForge.png %%X11%%share/icons/hicolor/24x24/apps/org.fontforge.FontForge.png %%X11%%share/icons/hicolor/256x256/apps/org.fontforge.FontForge.png %%X11%%share/icons/hicolor/32x32/apps/org.fontforge.FontForge.png %%X11%%share/icons/hicolor/48x48/apps/org.fontforge.FontForge.png %%X11%%share/icons/hicolor/512x512/apps/org.fontforge.FontForge.png %%X11%%share/icons/hicolor/64x64/apps/org.fontforge.FontForge.png %%X11%%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/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 %%X11%%share/metainfo/org.fontforge.FontForge.appdata.xml -%%X11%%share/metainfo/org.fontforge.FontForge.metainfo.xml %%X11%%share/mime/packages/fontforge.xml %%X11%%share/pixmaps/org.fontforge.FontForge.png %%X11%%share/pixmaps/org.fontforge.FontForge.xpm -%%NO_PYTHON%%@dir %%DATADIR%%/python