Index: head/print/fontforge/Makefile =================================================================== --- head/print/fontforge/Makefile (revision 503996) +++ head/print/fontforge/Makefile (revision 503997) @@ -1,84 +1,71 @@ # Created by: KANOU Hiroki # $FreeBSD$ PORTNAME= fontforge -PORTVERSION= 20170731 -PORTREVISION= 1 +PORTVERSION= 20190413 CATEGORIES= print -DISTFILES= # Empty but needed because of the freetype distfile MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Type 1/TrueType/OpenType/bitmap font editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash \ ${LOCALBASE}/bin/gnulib-tool:devel/gnulib LIB_DEPENDS= libuninameslist.so:textproc/libuninameslist \ libtiff.so:graphics/tiff \ libpng.so:graphics/png \ libgif.so:graphics/giflib \ libspiro.so:graphics/libspiro \ libfreetype.so:print/freetype2 \ libltdl.so:devel/libltdl \ libfontconfig.so:x11-fonts/fontconfig +USES= autoreconf:build compiler desktop-file-utils gettext \ + gmake gnome iconv jpeg libtool pkgconfig python \ + readline:port shared-mime-info shebangfix USE_GITHUB= yes +USE_XORG= ice sm x11 xi xkbui xft +USE_GNOME= cairo glib20 gtk20 libxml2 pango -USES= autoreconf:build compiler desktop-file-utils gettext \ - gmake iconv jpeg libtool pkgconfig python readline:port \ - shared-mime-info shebangfix SHEBANG_FILES= pycontrib/gdraw/__init__.py \ pycontrib/gdraw/gdraw.py -USE_XORG= ice sm x11 xi xkbui xft -USE_GNOME= cairo glib20 gtk20 libxml2 pango CONFIGURE_ARGS= --enable-tile-path --enable-gtk2-use CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INSTALLS_ICONS= yes PORTDOCS= * .htaccess OPTIONS_DEFINE= DOCS FREETYPE CAIRO PYTHON OPTIONS_SUB= yes FREETYPE_DESC= Include freetype's internal debugger -PYTHON_CONFIGURE_ENABLE= python-scripting python-extension +FREETYPE_PATCH_DEPENDS= ${NONEXISTENT}:print/freetype2:extract +FREETYPE_CONFIGURE_ENABLE= freetype-debugger=${WRKSRC}/freetype CAIRO_CONFIGURE_WITH= cairo -.include +PYTHON_CONFIGURE_ENABLE= python-scripting python-extension -.if ${PORT_OPTIONS:MFREETYPE} -MASTER_SITES+= http://savannah.nongnu.org/download/freetype/:freetype \ - SF/freetype/freetype2/${FREETYPE_VERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/:freetype \ - http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/:freetype \ - http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/:freetype \ - http://ftp.sunet.se/pub/text-processing/freetype/freetype2/:freetype \ - ftp://ftp.freetype.org/freetype/freetype2/:freetype -FREETYPE_VERSION= 2.8 -FREETYPE_SRC= freetype-${FREETYPE_VERSION}.tar.bz2 -DISTFILES+= ${FREETYPE_SRC:C/$/:freetype/} -CONFIGURE_ARGS+= --enable-freetype-debugger=${WRKDIR}/freetype-${FREETYPE_VERSION} -.else -CONFIGURE_ARGS+= --disable-freetype-debugger -.endif +post-patch-FREETYPE-on: + @${LN} -s $$(${MAKE} -C ${PORTSDIR}/print/freetype2 -V WRKSRC) ${WRKSRC}/freetype # This is to get around calling fontforge's bootstrap script, as that script fails # if git isn't installed on a system DESPITE there being a --skip-git argument that # can be passed into it. autoreconf is called here because I want to run it without # libtoolize being run along with it. pre-configure: (cd ${WRKSRC} && \ ${SH} -c '. ./bootstrap.conf ; \ ${LOCALBASE}/bin/libtoolize -i -c -q ; \ ${LOCALBASE}/bin/gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \ export LIBTOOLIZE=true ; ${AUTORECONF} -f -i) .include Index: head/print/fontforge/distinfo =================================================================== --- head/print/fontforge/distinfo (revision 503996) +++ head/print/fontforge/distinfo (revision 503997) @@ -1,5 +1,3 @@ -TIMESTAMP = 1501649554 -SHA256 (freetype-2.8.tar.bz2) = a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b -SIZE (freetype-2.8.tar.bz2) = 1873526 -SHA256 (fontforge-fontforge-20170731_GH0.tar.gz) = 3f53d06caba2a96dc498df81717e35504815046b3178e811c85c4cc135492d8c -SIZE (fontforge-fontforge-20170731_GH0.tar.gz) = 25125022 +TIMESTAMP = 1558768709 +SHA256 (fontforge-fontforge-20190413_GH0.tar.gz) = d3b60f22d7a52fc2b11e1bd515ab7ba3176f8a3228330d2aea4d076896fe025d +SIZE (fontforge-fontforge-20190413_GH0.tar.gz) = 24380527 Index: head/print/fontforge/files/patch-Makefile.am =================================================================== --- head/print/fontforge/files/patch-Makefile.am (revision 503996) +++ head/print/fontforge/files/patch-Makefile.am (revision 503997) @@ -1,31 +1,31 @@ ---- Makefile.am.orig 2014-11-27 00:40:08 UTC +--- Makefile.am.orig 2019-04-13 07:38:39 UTC +++ Makefile.am -@@ -43,7 +43,7 @@ GITIGNOREFILES = \ +@@ -46,7 +46,7 @@ GITIGNOREFILES = \ AM_CPPFLAGS = AM_LDFLAGS = -BUILT_SOURCES = uthash/src +BUILT_SOURCES = EXTRA_DIST = CLEANFILES = MOSTLYCLEANFILES = -@@ -113,7 +113,6 @@ EXTRA_DIST += \ - Packaging/FontForge-doc.spec \ +@@ -116,7 +116,6 @@ EXTRA_DIST += \ Packaging/FontForge.spec \ Packaging/FontForge.static.spec \ + README \ - uthash/src \ $(NULL) #-------------------------------------------------------------------------- -@@ -129,11 +128,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-the +@@ -132,11 +131,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-theme-2012 --enab #-------------------------------------------------------------------------- -uthash/src: - if [ ! -e uthash/src ]; then \ - if [ -e uthash ] ; then rm -r uthash ; fi ; \ - git clone https://github.com/troydhanson/uthash ; \ - fi ; # We import a selection of targets from Frank's standard packaging Makefile. Index: head/print/fontforge/files/patch-fontforge_cvexport.c =================================================================== --- head/print/fontforge/files/patch-fontforge_cvexport.c (revision 503996) +++ head/print/fontforge/files/patch-fontforge_cvexport.c (revision 503997) @@ -1,23 +1,23 @@ ---- fontforge/cvexport.c.orig 2014-11-27 00:40:08 UTC +--- fontforge/cvexport.c.orig 2019-04-13 07:38:39 UTC +++ fontforge/cvexport.c -@@ -213,20 +213,7 @@ int _ExportPDF(FILE *pdf,SplineChar *sc, +@@ -232,20 +232,7 @@ int _ExportPDF(FILE *pdf,SplineChar *sc,int layer) { fprintf( pdf, " /CreationDate (D:%04d%02d%02d%02d%02d%02d", 1900+tm->tm_year, tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec ); -#ifdef _NO_TZSET fprintf( pdf, "Z)\n" ); -#else - tzset(); -- if ( timezone==0 ) +- if ( timezone==0 || getenv("SOURCE_DATE_EPOCH") ) - fprintf( pdf, "Z)\n" ); - else { - if ( timezone<0 ) /* fprintf bug - this is a kludge to print +/- in front of a %02d-padded value */ - fprintf( pdf, "-" ); - else - fprintf( pdf, "+" ); - fprintf( pdf, "%02d'%02d')\n", (int)(timezone/3600),(int)(timezone/60-(timezone/3600)*60) ); - } -#endif fprintf( pdf, " /Title (%s from %s)\n", sc->name, sc->parent->fontname ); if ( author!=NULL ) fprintf( pdf, " /Author (%s)\n", author ); Index: head/print/fontforge/files/patch-fontforge_print.c =================================================================== --- head/print/fontforge/files/patch-fontforge_print.c (revision 503996) +++ head/print/fontforge/files/patch-fontforge_print.c (revision 503997) @@ -1,22 +1,22 @@ ---- fontforge/print.c.orig 2014-11-27 00:40:08 UTC +--- fontforge/print.c.orig 2019-04-13 07:38:39 UTC +++ fontforge/print.c -@@ -1148,19 +1148,7 @@ static void dump_pdfprologue(PI *pi) { - tm = localtime(&now); +@@ -1164,19 +1164,7 @@ static void dump_pdfprologue(PI *pi) { + } fprintf( pi->out, " /CreationDate (D:%04d%02d%02d%02d%02d%02d", tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec ); -#ifdef _NO_TZSET fprintf( pi->out, "Z)\n" ); -#else -- if ( timezone==0 ) +- if ( timezone==0 || getenv("SOURCE_DATE_EPOCH") ) - fprintf( pi->out, "Z)\n" ); - else { - if ( timezone<0 ) /* fprintf bug - this is a kludge to print +/- in front of a %02d-padded value */ - fprintf( pi->out, "-" ); - else - fprintf( pi->out, "+" ); - fprintf( pi->out, "%02d'%02d')\n", (int)(timezone/3600),(int)(timezone/60-(timezone/3600)*60) ); - } -#endif if ( author!=NULL ) fprintf( pi->out, " /Author (%s)\n", author ); fprintf( pi->out, ">>\n" ); Index: head/print/fontforge/pkg-plist =================================================================== --- head/print/fontforge/pkg-plist (revision 503996) +++ head/print/fontforge/pkg-plist (revision 503997) @@ -1,523 +1,521 @@ 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/configure-fontforge.h include/fontforge/cvruler.h include/fontforge/delta.h include/fontforge/dlist.h include/fontforge/dynamic.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/fileutil.h include/fontforge/fontforge-config.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/gnetwork.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/intl.h include/fontforge/libffstamp.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/plugins.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/unicoderange.h include/fontforge/usermenu.h include/fontforge/ustring.h include/fontforge/utype.h +include/fontforge/views.h lib/libfontforge.a lib/libfontforge.so -lib/libfontforge.so.2 -lib/libfontforge.so.2.0.0 +lib/libfontforge.so.3 +lib/libfontforge.so.3.0.0 lib/libfontforgeexe.a lib/libfontforgeexe.so -lib/libfontforgeexe.so.2 -lib/libfontforgeexe.so.2.0.0 +lib/libfontforgeexe.so.3 +lib/libfontforgeexe.so.3.0.0 lib/libgdraw.a lib/libgdraw.so -lib/libgdraw.so.5 -lib/libgdraw.so.5.0.0 -lib/libgioftp.a -lib/libgioftp.so -lib/libgioftp.so.2 -lib/libgioftp.so.2.0.0 +lib/libgdraw.so.6 +lib/libgdraw.so.6.0.0 lib/libgunicode.a lib/libgunicode.so -lib/libgunicode.so.4 -lib/libgunicode.so.4.0.0 +lib/libgunicode.so.5 +lib/libgunicode.so.5.0.0 lib/libgutils.a lib/libgutils.so -lib/libgutils.so.2 -lib/libgutils.so.2.0.0 +lib/libgutils.so.3 +lib/libgutils.so.3.0.1 %%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 -share/applications/fontforge.desktop -%%DATADIR%%/Adobe-CNS1-6.cidmap -%%DATADIR%%/Adobe-GB1-5.cidmap -%%DATADIR%%/Adobe-Identity-0.cidmap -%%DATADIR%%/Adobe-Japan1-5.cidmap -%%DATADIR%%/Adobe-Japan1-6.cidmap -%%DATADIR%%/Adobe-Japan2-0.cidmap -%%DATADIR%%/Adobe-Korea1-2.cidmap +share/appdata/org.fontforge.FontForge.appdata.xml +share/applications/org.fontforge.FontForge.desktop %%DATADIR%%/hotkeys/default %%DATADIR%%/nodejs/collabwebview/client.html %%DATADIR%%/nodejs/collabwebview/css/print.css %%DATADIR%%/nodejs/collabwebview/css/styles.css %%DATADIR%%/nodejs/collabwebview/index.html %%DATADIR%%/nodejs/collabwebview/js/constants.js %%DATADIR%%/nodejs/collabwebview/js/contentEditable/component.json %%DATADIR%%/nodejs/collabwebview/js/contentEditable/contenteditable.jquery.json %%DATADIR%%/nodejs/collabwebview/js/contentEditable/example.html %%DATADIR%%/nodejs/collabwebview/js/contentEditable/jquery.contenteditable.js %%DATADIR%%/nodejs/collabwebview/js/fontdrag.js %%DATADIR%%/nodejs/collabwebview/js/jquery-1.9.1.min.js %%DATADIR%%/nodejs/collabwebview/js/jquery.masonry.min.js %%DATADIR%%/nodejs/collabwebview/js/otfeatures.js %%DATADIR%%/nodejs/collabwebview/package.json %%DATADIR%%/nodejs/collabwebview/server.js %%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 %%DATADIR%%/pixmaps/OFL.txt %%DATADIR%%/pixmaps/changeweight.png %%DATADIR%%/pixmaps/charviewicon.xbm %%DATADIR%%/pixmaps/check_off_disabled.png %%DATADIR%%/pixmaps/check_off.png %%DATADIR%%/pixmaps/check_on_disabled.png %%DATADIR%%/pixmaps/check_on.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 %%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/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 %%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/fileclose.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/fflogo.png %%DATADIR%%/pixmaps/fflogo13.png %%DATADIR%%/pixmaps/ffsplash1.png %%DATADIR%%/pixmaps/ffsplash2.png %%DATADIR%%/pixmaps/ffsplash3.png %%DATADIR%%/pixmaps/fileclose2.png %%DATADIR%%/pixmaps/filedisplay.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 %%DATADIR%%/pixmaps/palette3drotate.png %%DATADIR%%/pixmaps/palette3drotate-selected.png %%DATADIR%%/pixmaps/palettecorner.png %%DATADIR%%/pixmaps/palettecorner-selected.png %%DATADIR%%/pixmaps/palettecurve.png %%DATADIR%%/pixmaps/palettecurve-selected.png %%DATADIR%%/pixmaps/paletteelipse.png %%DATADIR%%/pixmaps/paletteelipse-selected.png %%DATADIR%%/pixmaps/paletteflip.png %%DATADIR%%/pixmaps/paletteflip-selected.png %%DATADIR%%/pixmaps/palettefreehand.png %%DATADIR%%/pixmaps/palettefreehand-selected.png %%DATADIR%%/pixmaps/palettehand.png %%DATADIR%%/pixmaps/palettehand-selected.png %%DATADIR%%/pixmaps/palettehvcurve.png %%DATADIR%%/pixmaps/palettehvcurve-selected.png %%DATADIR%%/pixmaps/paletteknife.png %%DATADIR%%/pixmaps/paletteknife-selected.png %%DATADIR%%/pixmaps/paletteline.png %%DATADIR%%/pixmaps/palettemagnify.png %%DATADIR%%/pixmaps/palettemagnify-selected.png %%DATADIR%%/pixmaps/palettepen.png %%DATADIR%%/pixmaps/palettepen-selected.png %%DATADIR%%/pixmaps/palettepencil.png %%DATADIR%%/pixmaps/paletteperspective.png %%DATADIR%%/pixmaps/paletteperspective-selected.png %%DATADIR%%/pixmaps/palettepointer.png %%DATADIR%%/pixmaps/palettepointer-selected.png %%DATADIR%%/pixmaps/palettepoly.png %%DATADIR%%/pixmaps/palettepoly-selected.png %%DATADIR%%/pixmaps/paletterect.png %%DATADIR%%/pixmaps/paletterect-selected.png %%DATADIR%%/pixmaps/paletterotate.png %%DATADIR%%/pixmaps/paletterotate-selected.png %%DATADIR%%/pixmaps/paletteruler.png %%DATADIR%%/pixmaps/paletteruler-selected.png %%DATADIR%%/pixmaps/palettescale.png %%DATADIR%%/pixmaps/palettescale-selected.png %%DATADIR%%/pixmaps/paletteselectedbg.png %%DATADIR%%/pixmaps/paletteshift.png %%DATADIR%%/pixmaps/paletteskew.png %%DATADIR%%/pixmaps/paletteskew-selected.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 %%DATADIR%%/pixmaps/palettespirocorner.png %%DATADIR%%/pixmaps/palettespirocorner-selected.png %%DATADIR%%/pixmaps/palettespirocurve.png %%DATADIR%%/pixmaps/palettespirocurve-selected.png %%DATADIR%%/pixmaps/palettespirodisabled.png %%DATADIR%%/pixmaps/palettespirodown.png %%DATADIR%%/pixmaps/palettespirog2curve.png %%DATADIR%%/pixmaps/palettespirog2curve-selected.png %%DATADIR%%/pixmaps/palettespiroleft.png %%DATADIR%%/pixmaps/palettespiroleft-selected.png %%DATADIR%%/pixmaps/palettespiroright.png %%DATADIR%%/pixmaps/palettespiroright-selected.png %%DATADIR%%/pixmaps/palettespiroup.png %%DATADIR%%/pixmaps/palettespiroup-selected.png %%DATADIR%%/pixmaps/palettestar.png %%DATADIR%%/pixmaps/palettestar-selected.png %%DATADIR%%/pixmaps/palettetangent.png %%DATADIR%%/pixmaps/palettetangent-selected.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_disabled.png %%DATADIR%%/pixmaps/radio_off.png %%DATADIR%%/pixmaps/radio_on_disabled.png %%DATADIR%%/pixmaps/radio_on.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 %%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 %%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/collab/sessionjoin-and-change-c.py %%PYTHON%%%%DATADIR%%/python/collab/sessionjoin-and-save-to-out.sfd.py %%PYTHON%%%%DATADIR%%/python/collab/sessionstart.py %%PYTHON%%%%DATADIR%%/python/collab/web-test-collab.py %%PYTHON%%%%DATADIR%%/python/excepthook.py %%DATADIR%%/python/gdraw/README %%DATADIR%%/python/gdraw/__init__.py %%DATADIR%%/python/gdraw/_gdraw.py %%DATADIR%%/python/gdraw/gdraw.html %%DATADIR%%/python/gdraw/gdraw.py %%DATADIR%%/python/webcollab.py %%PYTHON%%%%DATADIR%%/python/simple/expand-a.py %%PYTHON%%%%DATADIR%%/python/simple/load-font-and-show-name.py %%PYTHON%%%%DATADIR%%/python/test.sfd -share/icons/hicolor/128x128/apps/fontforge.png -share/icons/hicolor/16x16/apps/fontforge.png -share/icons/hicolor/22x22/apps/fontforge.png -share/icons/hicolor/24x24/apps/fontforge.png -share/icons/hicolor/256x256/apps/fontforge.png -share/icons/hicolor/32x32/apps/fontforge.png -share/icons/hicolor/48x48/apps/fontforge.png -share/icons/hicolor/64x64/apps/fontforge.png -share/icons/hicolor/scalable/apps/fontforge.svg +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/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/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/metainfo/org.fontforge.FontForge.metainfo.xml share/mime/packages/fontforge.xml +share/pixmaps/org.fontforge.FontForge.png +share/pixmaps/org.fontforge.FontForge.xpm