about summary refs log tree commit diff
path: root/pkgs/tools/misc/fontforge
AgeCommit message (Collapse)AuthorFilesLines
2022-05-17fontforge: remove obsolete commentAlyssa Ross1-1/+0
This was added in 07d12fbef1c ("fontforge: get rid of output hash depending on git"), to explain the line: export GIT="$(type -P true)". This line was removed in e9848d11ad0 ("fontforge: 20190801 -> 20200314"), but I forgot to remove the comment. Fixes: e9848d11ad0 ("fontforge: 20190801 -> 20200314")
2022-03-10fontforge: 20201107 -> 20220308Evils1-11/+9
refactor the debian patch to apply still seems required to get the extra binaries Co-authored-by: Jan Tojnar <jtojnar@gmail.com> (suggestion for partial applying the fetched patch)
2021-08-14Merge branch 'staging-next' into stagingJan Tojnar1-7/+7
2021-08-12fontforge: Apply patch to avoid segfault.Kevin Cox1-0/+6
2021-08-12fontforge: remove ? null on darwin packages and format a littleSandro Jäckel1-7/+7
2021-04-16libungif: remove in favour of giflibAlyssa Ross1-2/+2
libungif was merged into giflib in 2006, and hasn't been updated since. All non-broken packages still using it build fine with giflib. See <http://giflib.sourceforge.net/history.html>.
2021-04-06fontforge-fonttools: Install all toolsJan Tojnar1-1/+10
Since CMake port, the contrib files are not installed. Let's use a Debian patch to install them.
2021-01-23fontforge: 20200314 -> 20201107Justin Humm1-18/+7
also use fetchFromGitHub for getting the source.
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-07-30fontforge: Fix uninterpolated `CMAKE_INSTALL_PREFIX` in RPATH.Niklas Hambüchen1-0/+13
This was introduced in https://github.com/NixOS/nixpkgs/pull/89583 and fixed upstream with a master-only patch in https://github.com/fontforge/fontforge/pull/4232. Found via https://github.com/nh2/static-haskell-nix/pull/98#issuecomment-665395399.
2020-06-06fontforge: introduce withGUI optionAlyssa Ross1-2/+6
It was unintuitive that the withGTK option controlled whether a fontforge GUI was enabled at all, since fontforge supports multiple GUIs (a GTK one and an X11 one -- confusingly the X11 one still requires GTK). With the new withGUI option, it is possible to build the X11 GUI by setting withGTK to false and withGUI to true. I haven't added an attribute for this configuration because I expect it to be pretty obsure -- my rationale for adding this option was code clarity rather than utility.
2020-06-06fontforge: 20190801 -> 20200314Alyssa Ross1-20/+11
This fixes the failing build. Build system changed to cmake.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-16fontforge: 20190413 -> 20190801Justin Humm2-41/+7
- Init libuninameslist at 20190701 as it is a new dependency to fontforge - Remove gnulib, as it is not used anymore - Remove a non-applying patch - Add myself as maintainer
2019-12-31treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster1-1/+1
2019-05-01fontforge: 20190317 -> 20190413R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fontforge/versions
2019-03-26fontforge: 20170730 -> 20190317Will Dietz3-50/+21
https://github.com/fontforge/fontforge/releases/tag/20190317 * add zmq (collab), woff2 (format), readline (cli) * "just in case", keep determinism patching * fontforge-fonttools: replace with override enabling tools Don't see any reason to not include by default, so this might make more sense as an alias instead.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski1-1/+3
trivial part)
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2017-09-09fontforge-fonttools: use $CCDaiderd Jordan1-3/+3
2017-08-15use sed instead of patchVolth1-8/+9
2017-08-13$SOURCE_DATE_EPOCH moved to preConfigureVolth2-5/+5
2017-08-12fontforge: 20160404 -> 20170730 + support reproducible buildsVolth3-13/+59
2017-04-03Merge branch 'master' into lprndn_Nixpkgslprndn2-0/+25
2017-03-23fontforge-fonttools: init at 20160404Michael Raskin2-0/+25
2017-02-17fontforge-gtk: Add support for libspiro.Lprndn1-0/+2
Add Spiro toolkit in fontforge-gtk for designing fonts. libspiro: Init at c26afeb.
2016-10-05fontforge: get rid of output hash depending on gitVladimír Čunát1-3/+4
... to avoid git changes being mass rebuilds. Thanks to Mic92 for the solution idea. See discussion under: https://github.com/NixOS/nixpkgs/pull/19248
2016-09-04fontforge: prevent configure from picking up xquartz installationDmitry Kalinkin1-1/+2
2016-09-03fontforge: enable Carbon which is required on OSXDmitry Kalinkin1-1/+1
2016-08-29fontforge: build the non-gui version without fontconfigVladimír Čunát1-2/+1
(in build-time closure)
2016-08-16fontforge-gtk: fix darwin buildMatthew Bauer1-1/+3
2016-06-11fontforge: 20150824 -> 20160404Nikolay Amiantov1-10/+9
2015-12-27fontforge: needs pango on Linux, tooYuri Albuquerque1-3/+2
2015-10-25fontforge-gtk: update from 20141230 to 20150824Cillian de Róiste1-2/+2
2015-04-01fontforge: fix Darwin buildSpencer Whitt1-2/+4
2015-01-12fontforge: large update with large changes impliedVladimír Čunát1-27/+47
- Things didn't work very well before, as libs were only dlopened and not found. Fixes #5716. - Newer releases need autotools to build (and git), leading to some bloat. - Also, more things are installed by default, increasing the output size.
2012-02-06A kludge to avoid removal of zlib from RPATH -- needed for LilyPond buildMichael Raskin1-0/+3
svn path=/nixpkgs/trunk/; revision=32046
2012-01-28fontforge-20100222Yury G. Kudryashov1-2/+2
svn path=/nixpkgs/trunk/; revision=31902
2010-07-30* Drop pkgsOverriden.Eelco Dolstra1-7/+5
svn path=/nixpkgs/trunk/; revision=22823
2009-05-06Update fontforgeMichael Raskin1-3/+8
svn path=/nixpkgs/trunk/; revision=15461
2008-03-26* Purity fix in fontforge: don't look for /usr/include/libxml.Eelco Dolstra1-14/+18
svn path=/nixpkgs/trunk/; revision=11288
2008-03-02Added FontForge with X11 interfaceMichael Raskin1-2/+11
svn path=/nixpkgs/trunk/; revision=10918
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
2007-08-21* Use FontForge to give Wine better fonts.Eelco Dolstra1-0/+20
svn path=/nixpkgs/trunk/; revision=9181