about summary refs log tree commit diff
path: root/pkgs/games/klavaro
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-09-04klavaro: 3.13 -> 3.14davidak3-221/+2
patches removed since they where upstreamed
2023-08-05treewide: amend hacks of removing $(pwd)Vladimír Čunát1-2/+8
The strip phase is using $TMPDIR now, so it would fail with: mktemp: failed to create file via template 'striperr.XXXXXX': No such file or directory
2022-03-14klavaro: another icon fix per PR feedbackWill Dietz1-0/+9
2022-03-13klavaro: patch to use non-deprecated names for iconsWill Dietz2-1/+138
Started just wanting to fix the "gtk-strikethrough" icon, but kept finding items marked deprecated. This change may be incomplete, but all changes were to deprecated icons (that used to be "stock", I think). Icon name candidates were identified by extracting all used icon-name values and checking which existed in my system's copy of the 'breeze' theme. If missing, these were checked online to find the new replacement. (I couldn't find an authoritative list of the replacements, but looking each up finds the right deprecation warning)
2022-03-13klavaro: patch to fix invalid freeWill Dietz2-0/+73
2022-03-13klavaro: 3.11 -> 3.13, espeak supportWill Dietz1-3/+9
* espeak fixup from #64488 * gtkdatabox
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-08-27Merge staging-next into stagingFrederik Rietdijk1-0/+1
2020-08-26klavaro: add link to changelogdavidak1-0/+1
this makes review easier
2020-08-26klavaro: 3.10 -> 3.11R. RyanTM1-2/+2
2020-06-02klavaro: 3.08 -> 3.10davidak1-8/+22
also fixes and cleanup
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-14maintainer: mimadrid: update github username and personal dataMiguel Madrid Mencía1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-02klavaro: 3.07 -> 3.08R. 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/klavaro/versions
2019-06-04klavaro: 3.05 -> 3.07Will Dietz1-2/+2
2019-04-24klavaro: 3.04 -> 3.05 (#59554)R. RyanTM1-4/+4
* klavaro: 3.04 -> 3.05 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/klavaro/versions
2019-03-15klavaro: 3.03 -> 3.04 (#56721)R. 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/klavaro/versions
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-01klavaro: 3.02 -> 3.03mimadrid1-2/+2
2017-06-07klavaro: fix meta (#26449)Jan Malakhovski1-1/+1
2017-05-16treewide: fixup packages with RPATH problemsVladimír Čunát1-0/+3
2016-06-09Add myself as maintainermimadrid1-0/+1
2016-06-09klavaro: 3.01 -> 3.02mimadrid1-2/+3
2014-11-08klavaro: update from 2.00 to 3.01Vincent Laporte1-6/+10
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-12-21klavaro: update from 1.9.5 to 2.00Nixpkgs Monitor1-2/+2
2012-07-02klavaro: add version 1.9.5Peter Simons1-0/+20
Patch submitted by Jan Malakhovski <oxij@oxij.org>.