summaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into core-updatesLudovic Courtès2016-06-071-4/+11
|\
| * gnu: t1lib: Fix CVE-2010-2642, CVE-2011-{0764, 1552, 1553, 1554}.•••* gnu/packages/fontutils.scm (t1lib)[source]: Add patches. * gnu/packages/patches/t1lib-CVE-2010-2642.patch, gnu/packages/patches/t1lib-CVE-2011-0764.patch, gnu/packages/patches/t1lib-CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch: New variables. * gnu/local.mk (dist_patch_DATA): Add them. Efraim Flashner2016-05-301-1/+5
| * gnu: potrace: Update to 1.13 [fixes CVE-2013-7437].•••* gnu/packages/fontutils.scm (potrace): Update to 1.13. Efraim Flashner2016-05-281-2/+2
| * gnu: t1lib: Add source mirror.•••* gnu/packages/fontutils.scm (t1lib)[souce]: Add fossies mirror. Efraim Flashner2016-05-271-1/+4
* | Merge branch 'master' into core-updatesLeo Famulari2016-05-131-16/+13
|\|
| * Revert "Revert "Merge branch 'gnome-updates'""•••This reverts commit e969b140a4382fd91514439a57749379cf00f86b. 宋文武2016-05-021-16/+13
* | Merge branch 'master' into core-updatesMathieu Lirzin2016-05-021-46/+185
|\|
| * Revert "Merge branch 'gnome-updates'"•••This reverts commit 63655d459e28b09cd8d58743dae14b3460f6c9da, reversing changes made to 80627f51f0238b9450745f4e642172d059ca5bb5. Mark H Weaver2016-04-231-13/+16
| * gnu: graphite2: Update to 1.3.8.•••* gnu/packages/fontutils.scm (graphite2): Update to 1.3.8. 宋文武2016-04-161-5/+4
| * gnu: freetype: Add libpng and zlib to propagated-inputs.•••* gnu/packages/fontutils.scm (freetype)[propagated-inputs]: New field. [native-inputs]: New field. 宋文武2016-04-161-0/+7
| * gnu: freetype: Update to 2.6.3.•••* gnu/packages/fontutils.scm (freetype): Update to 2.6.3. 宋文武2016-04-161-11/+2
| * gnu: fontforge: Swap giflib input for libungif.•••* gnu/packages/fontutils.scm (fontforge)[inputs]: Remove giflib, add libungif. [arguments]: Adjust 'set-library-path' phase accordingly. Eric Bavier2016-04-151-2/+2
| * gnu: fontforge: Remove 'patch-configure' phase.•••* gnu/packages/fontutils.scm (fontforge)[arguments]: Remove 'patch-configure' phase, which became unnecessary in the latest versions. Eric Bavier2016-04-151-15/+0
| * gnu: fontforge: Install 'showttf' tool.•••* gnu/packages/fontutils.scm (fontforge)[arguments]: Add 'build-contrib' phase. Eric Bavier2016-04-151-0/+8
| * gnu: fontforge: Use modify-phases.•••* gnu/packages/fontutils.scm (fontforge)[arguments]: Use modify-phases. Eric Bavier2016-04-151-33/+31
| * gnu: fontforge: Make SVG builds reproducible.•••* gnu/packages/patches/fontforge-svg-modtime.patch: New file. * gnu/packages/fontutils.scm (fontforge)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it. Eric Bavier2016-04-151-1/+2
| * gnu: Add woff2.•••* gnu/packages/fontutils.scm (woff2): New variable. * gnu/packages/patches/woff2-libbrotli.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Eric Bavier2016-04-151-0/+41
| * gnu: Add ttf2eot.•••* gnu/packages/fontutils.scm (ttf2eot): New variable. * gnu/packages/patches/ttf2eot-cstddef.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Eric Bavier2016-04-151-0/+37
| * gnu: Add woff-tools.•••* gnu/packages/fontutils.scm (woff-tools): New variable. Eric Bavier2016-04-151-0/+41
| * gnu: Add ttfautohint.•••* gnu/packages/fontutils.scm (ttfautohint): New variable. * gnu/packages/patches/ttfautohint-source-date-epoch.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Eric Bavier2016-04-151-1/+34
| * gnu: fontforge: Update to 20160404.•••* gnu/packages/fontutils.scm (fontforge): Update to 20160404. [source](snippet): Remove tottf.c modification. Update date strings. Co-authored-by: Eric Bavier <bavier@member.fsf.org> alírio eyng2016-04-121-11/+6
* | Merge branch 'master' into core-updatesLudovic Courtès2016-04-061-27/+17
|\|
| * gnu: fontforge: Build fonts bit-reproducibly.•••* gnu/packages/fontutils.scm (fontforge)[source](snippet): Modify tottf.c. Co-authored-by: Ludovic Courtès <ludo@gnu.org> alírio eyng2016-04-011-8/+14
| * Merge branch 'security-updates'Ludovic Courtès2016-03-221-19/+3
| |\
| | * Merge branch 'master' into security-updatesMark H Weaver2016-03-151-2/+3
| | |\
| | * | gnu: graphite2: Update to 1.3.6.•••* gnu/packages/fontutils.scm (graphite2)[replacement]: Remove. [version, source]: Update to 1.3.6. (graphite2-1.3.6): Remove. Ludovic Courtès2016-03-091-19/+3
* | | | gnu: fontconfig: Find fonts in the system profile.•••Fixes <http://bugs.gnu.org/22927>. Reported by myglc2 <myglc2@gmail.com>. This also reverts commit e71ef7adaece7e132a5059139122b45083ea1b39. * gnu/packages/fontutils.scm (fontconfig)[arguments]: Add /run/current-system/profile/share/fonts to --with-add-fonts configure flag. * gnu/system/shadow.scm (default-skeletons): Do not create "fonts.conf" file. Alex Kost2016-04-031-4/+4
|/ / /
* | | system: Make sure fonts are searched for in the system profile.•••This fixes a bug whereby fonts in /run/current-system/profile would be invisible to Fontconfig. * gnu/packages/fontutils.scm (fontconfig): Add comment about system profile not being searched. * gnu/system/shadow.scm (default-skeletons)[fonts.conf-content, fonts.conf]: New variable. Add FONTS.CONF to the skeletons. Ludovic Courtès2016-03-201-0/+4
* | | gnu: fontforge: Make builds bit-reproducible.•••* gnu/packages/fontutils.scm (fontforge)[source](snippet, modules): New fields. Ludovic Courtès2016-03-191-1/+11
* | | gnu: fontforge: Update to 20150824.•••* gnu/packages/fontutils.scm (fontforge): Update to 20150824. [inputs]: Add libltdl, libxft, python. [native-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> alírio eyng2016-03-191-21/+25
| |/ |/|
* | gnu: libuninameslist: Update to 0.5.20150701.•••* gnu/packages/fontutils.scm (libuninameslist): Update to 0.5.20150701. Efraim Flashner2016-03-131-2/+3
|/
* gnu: graphite2: Replace with 1.3.6 [unspecified security fixes].•••See <https://bodhi.fedoraproject.org/updates/FEDORA-2016-dec1faadc5> * gnu/packages/fontutils.scm (graphite2)[replacement]: New field. (graphite2-1.3.6): New variable. Mark H Weaver2016-03-021-0/+16
* gnu: libotf: Use mirror:// URL.•••* gnu/packages/fontutils.scm (libotf): Use mirror://savannah URL. Roel Janssen2016-02-221-1/+1
* Update all sources from freedesktop.org to use https•••* gnu/packages/xorg.scm: * gnu/packages/xdisorg.scm: * gnu/packages/video.scm: * gnu/packages/tls.scm: * gnu/packages/python.scm: * gnu/packages/pulseaudio.scm: * gnu/packages/polkit.scm: * gnu/packages/pdf.scm: * gnu/packages/libcanberra.scm: * gnu/packages/gtk.scm: * gnu/packages/gstreamer.scm: * gnu/packages/gnome.scm: * gnu/packages/glib.scm: * gnu/packages/ghostscript.scm: * gnu/packages/freedesktop.scm: * gnu/packages/fontutils.scm: Update all sources hosted on freedesktop to fetch tarballs via https. freedesktop.org appears to have updated recently to redirect all http to https. As an exception, we leave pkg-config like it is, because pkg-config is needed to build gnutls, and without gnutls we can't download https URLs. Andy Wingo2016-02-211-1/+1
* gnu: Add libotf.•••* gnu/packages/fontutils.scm (libotf): New variable. Roel Janssen2016-02-201-0/+22
* gnu: graphite2: Update to 1.3.5. Update home-page and source URI.•••* gnu/packages/fontutils.scm (graphite2): Update to 1.3.5. [source, home-page]: Update to reflect upstream move to github. Mark H Weaver2016-02-151-6/+7
* gnu: graphite2: Update to 1.3.3.•••* gnu/packages/fontutils.scm (graphite2): Update to 1.3.3. 宋文武2015-10-171-2/+2
* gnu: graphite2: Update to 1.3.1.•••* gnu/packages/fontutils.scm (graphite2): Update to 1.3.1. Remove unused PERL from inputs. [native-inputs]: New field. 宋文武2015-09-061-5/+6
* gnu: fontconfig: Update to 2.11.94.•••* gnu/packages/fontutils.scm (fontconfig): Update to 2.11.94. [arguments]: Pass '--with-cache-dir=/var/cache/fontconfig' to configure. Add #:phases. 宋文武2015-09-061-9/+20
* gnu: teckit: Update to 2.5.4.•••* gnu/packages/fontutils.scm (teckit): Update to 2.5.4. Drop patch. Use svn-fetch for download. [arguments]: Add phase to call autogen. [native-inputs]: New field. * gnu/packages/patches/teckit-cstdio.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. Andreas Enge2015-07-221-18/+25
* gnu: freetype: Update to 2.6.•••* gnu/packages/fontutils.scm (freetype): Update to 2.6. Mark H Weaver2015-07-151-2/+2
* gnu: Update packages to use 'non-copyleft' instead of 'bsd-style'.•••* gnu/packages/avr.scm, gnu/packages/compression.scm, gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm, gnu/packages/firmware.scm, gnu/packages/flex.scm, gnu/packages/fontutils.scm, gnu/packages/gd.scm, gnu/packages/ghostscript.scm, gnu/packages/gnunet.scm, gnu/packages/graphics.scm, gnu/packages/hugs.scm, gnu/packages/image.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/mit-krb5.scm, gnu/packages/python.scm, gnu/packages/rdf.scm, gnu/packages/ssh.scm, gnu/packages/tcl.scm, gnu/packages/xdisorg.scm, gnu/packages/xiph.scm, gnu/packages/yasm.scm, gnu/packages/zip.scm: Use 'non-copyleft' instead of 'bsd-style'. Ludovic Courtès2015-03-141-1/+1
* gnu: Move autoconf-style phases after the unpack phase.•••* gnu/packages/audio.scm (soundtouch)[arguments]: Move 'bootstrap' after 'unpack'. Remove custom /usr/bin/file patching, which will now be handled by the 'patch-usr-bin-file' phase. * gnu/packages/emacs.scm (emacs-w3m)[arguments]: Rename 'pre-configure' phase to 'autoconf' and move it after 'unpack'. * gnu/packages/fontutils.scm (libuninameslist)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/libevent.scm (libuv)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/linux.scm (bridge-utils)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/mail.scm (libetpan)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Setenv "NOCONFIGURE" before running autogen.sh. * gnu/packages/package-management.scm (guix-devel)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/rdf.scm (lrdf)[arguments]: Move 'autoreconf' phase after 'remove-out-of-tree-references' phase. * gnu/packages/tor.scm (privoxy)[arguments]: Move 'autoconf' phase after 'unpack'. * gnu/packages/web.scm (libpsl)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Remove 'fix-autogen-shebang' phase. Mark H Weaver2015-02-281-2/+2
* gnu: freetype: Update to 2.5.5.•••* gnu/packages/fontutils.scm (freetype): Update to 2.5.5. Andreas Enge2015-02-151-15/+10
* gnu: fontconfig: Propagate expat and freetype.•••* gnu/packages/fontutils.scm (fontconfig)[inputs]: Move expat and freetype ... [propagated-inputs]: ... to here. Mark H Weaver2015-01-171-3/+3
* gnu: fontconfig: Update to 2.11.92.•••* gnu/packages/fontutils.scm (fontconfig): Update to 2.11.92. Andreas Enge2015-01-161-3/+3
* Merge branch 'core-updates'•••Conflicts: gnu/packages/bootstrap.scm Ludovic Courtès2015-01-161-2/+1
|\
| * gnu: Make libtool and libltdl completely separate.•••* gnu/packages/autotools.scm (libtool)[outputs]: Remove. [arguments]: Remove 'if' around arguments. Add #:configure-flags. * gnu/packages/apr.scm (apr)[inputs]: Change libtool to libltdl. * gnu/packages/fontutils.scm (libuninameslist)[native-inputs]: Remove "libtool-bin". * gnu/packages/global.scm (global): Change libtool to libltdl. * gnu/packages/gnunet.scm (libextractor, gnunet): Likewise. * gnu/packages/graphviz.scm (graphviz): Likewise. * gnu/packages/libcanberra.scm (libcanberra): Likewise. * gnu/packages/libevent.scm (libuv)[native-inputs]: Remove "bin" part for libtool. * gnu/packages/mail.scm (mailutils): Change libtool to libltdl. (libetpan): Remove "bin" part for libtool. * gnu/packages/mp3.scm (libmp3splt): Change libtool to libltdl. * gnu/packages/openldap.scm (openldap): Remove "bin" part of libtool. Move it from 'inputs' to 'native-inputs'. * gnu/packages/photo.scm (libgphoto2): Change libtool to libltdl. * gnu/packages/pulseaudio.scm (pulseaudio): Likewise. * gnu/packages/ssh.scm (guile-ssh): Remove "bin" part of libtool. * gnu/packages/web.scm (libpsl): Likewise. * gnu/packages/weechat.scm (weechat): Move libtool to 'native-inputs' and add libltdl to 'inputs'. Ludovic Courtès2015-01-071-2/+1
* | gnu: teckit: Add alternate source URL.•••Fixes <http://bugs.gnu.org/19600>. * gnu/packages/fontutils.scm (teckit)[source]: Add Fedora mirror. Mark H Weaver2015-01-151-2/+11
|/
* gnu: libuninameslist: Include package name in file-name of source tarball.•••* gnu/packages/fontutils.scm (libuninameslist)[source]: Add file-name field. Mark H Weaver2014-11-111-0/+1