summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/batik
AgeCommit message (Collapse)Author
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-24batik: replace builder script by installPhaseSebastien Braun
2020-11-24batik: 1.6 -> 1.13Sebastien Braun
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2018-10-26batik: mark as insecureAndreas Rammhold
The package hasn't been updated in a long time. There have been several issues with the package. There is no dependant package in the repository so marking it as insecure until someone maintains it sounds reasonable.
2018-08-23batik: add meta dataMarkus Kowalewski
2016-09-10batik: md5->sha256Chris Martin
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen
Build-tested on x86_64 Linux and on Darwin.
2013-06-25nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra
It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
2008-11-14* Get rid of all references to nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=13299
2006-01-30* Copy even more files (in particular from losser.st-lab.cs.uu.nl,Eelco Dolstra
can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
2005-12-05* "." -> "source".Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4335
2005-09-07Added libraries:Martin Bravenboer
- gtkmm: C++ bindings for gtk - glibmm: C++ bindings for glib - libsigc++ (C++) Added applications: - Batik: SVG rasterizer (and more) - Inkscape: vector graphics drawing application Upgraded: - boehm-gc svn path=/nixpkgs/trunk/; revision=3792