about summary refs log tree commit diff
path: root/pkgs/data/icons/bibata-cursors/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-01-18bibata-cursors: 1.1.2 -> 2.0.3Alexander Sieg1-21/+11
https://github.com/ful1e5/Bibata_Cursor/releases/tag/v2.0.3
2022-07-06pkgs/data/icons: use stdenvNoCC where possiblekilianar1-2/+2
Most icons themes just copy a bunch of files from the source to the installation directory and therefore work perfectly fine with stdenvNoCC. All themes in pkgs/data/icons that still use stdenv after this change are failing to build with stdenvNoCC.
2021-12-07bibata-cursors: 0.4.2 -> 1.1.2Adson Cicilioti1-29/+32
2021-01-17pkgs/data, pkgs/games: [sS]tdenv.*lib -> libBen Siraphob1-2/+2
2020-09-10inkscape_0: dropJan Tojnar1-2/+2
Inkscape 1.0.1 re-added the old CLI flags: https://gitlab.com/inkscape/inkscape/-/commit/3ca6a4ed08405f2a530a9ed3065f77443f9f7ebe
2020-07-19treewide: replace inkscape with inkscape_0Pavol Rusnak1-2/+2
The Inkscape CLI interface has been changed with 1.x and packages are not adjusted yet to this change. Let's use inkscape 0.x instead.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-16bibata-cursors: fix installation, don't generate unused w32 artifactsWill Dietz1-1/+8
This fixes issue where each theme installed the entire build directory, not just the final generated 'out/X11' files. (which was wasteful but also meant they didn't work as the right files were two directories deeper) Avoiding the w32 saves some time and sapce, and more is "saved" by not shipping non-cursor build intermediates. Sorry for the bad update, folks!
2020-01-15bibata-cursors: 0.4.1 -> 0.4.2Will Dietz1-5/+8
* py3+pillow, new deps, fix * drop sudo invocation (instead of gksu) https://github.com/KaizIqbal/Bibata_Cursor/releases/tag/v0.4.2 (although most of the notes are in the beta release tags)
2019-10-23bibata-cursors: touchup (since will be copying shortly)Will Dietz1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-13bibata-cursors: init at 0.4.1 (#51871)David McKay1-0/+41