about summary refs log tree commit diff
path: root/pkgs/games/freeciv/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-05Merge pull request #307738 from r-ryantm/auto-update/freecivWeijia Wang1-7/+7
freeciv: 3.1.0 -> 3.1.1
2024-04-30freeciv: remove nested with from metasuperherointj1-5/+5
2024-04-29freeciv: 3.1.0 -> 3.1.1R. Ryantm1-2/+2
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-03-08freeciv_qt: set qtverWeijia Wang1-0/+2
2024-03-02freeciv: 3.0.10 -> 3.1.0R. Ryantm1-2/+2
2024-02-11freeciv: 3.0.9 -> 3.0.10R. Ryantm1-2/+2
2023-11-11freeciv: 3.0.8 -> 3.0.9R. Ryantm1-2/+2
2023-07-25freeciv: 3.0.4 -> 3.0.8Michael Livshin1-2/+5
2022-10-19Merge branch 'master' into staging-nextJan Tojnar1-2/+2
; Conflicts: ; pkgs/development/tools/codespell/default.nix codespell 2.2.2 switched to pyproject & setuptools_scm: https://github.com/codespell-project/codespell/pull/2523
2022-10-14freeciv: 3.0.3 -> 3.0.4R. Ryantm1-2/+2
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-2/+2
the argument to optional should not be list
2022-08-10freeciv: 3.0.2 -> 3.0.3R. Ryantm1-2/+2
2022-06-23freeciv: 3.0.1 -> 3.0.2Greizgh1-2/+2
2022-06-14freeciv: 2.6.6 -> 3.0.1Michael Livshin1-8/+17
* change the default client to gtk (because sdl2 is marked experimental) * use sdl2 sound in all clients
2021-12-30freeciv: 2.6.5 -> 2.6.6R. Ryantm1-2/+2
2021-09-06freeciv: wrap gtkClientArtturin1-2/+6
2021-09-06freeciv: do not enable gtkClient always on linuxArtturin1-1/+5
makes it possible to use the qtClient
2021-08-05freeciv: format, cleanupSandro Jäckel1-21/+14
2021-08-03Merge pull request #122134 from fricklerhandwerk/freeciv-gtkdavidak1-1/+2
freeciv: build with `gtk` with `gtkClient = true`
2021-07-01freeciv: 2.6.4 -> 2.6.5R. RyanTM1-2/+2
2021-05-08freeciv: build with `gtk` when `gtkClient = true`fricklerhandwerk1-1/+2
the configure flag was missing, and now the `freeciv-gtk3` binary will be produced.
2021-04-29freeciv: 2.6.3 -> 2.6.4R. RyanTM1-2/+2
2021-04-04lzma: deprecate aliasSandro Jäckel1-2/+2
2021-02-08Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-02-08Merge pull request #110417 from r-ryantm/auto-update/freecivMartin Weinelt1-2/+2
freeciv: 2.6.2.1 -> 2.6.3
2021-01-26Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivationThomas Tuegel1-0/+2
Qt: Do not require mkDerivation
2021-01-26freeciv: fix Qt runtimeJulien Moutinho1-1/+2
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel1-0/+2
2021-01-21freeciv: 2.6.2.1 -> 2.6.3R. RyanTM1-2/+2
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-1/+1
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-12-02freeciv: 2.6.2 -> 2.6.2.1R. RyanTM1-2/+2
2020-05-10Merge pull request #84209 from prusnak/freecivMarek Mahut1-4/+4
freeciv: 2.6.0 -> 2.6.2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-03freeciv: 2.6.0 -> 2.6.2Pavol Rusnak1-4/+4
2019-06-25freeciv_qt: init at 2.6.0Peter Hoeg1-17/+30
2018-08-08freeciv: 2.5.11 -> 2.6.0R. 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/freeciv/versions.
2018-06-23treewide: disable sdl-config darwin time outsMatthew Bauer1-0/+1
sdl-config has an issue on hydra where it will hang when run on Darwin. This is probably related to the headless mode that is set up & the sdl-config program waiting for a graphical to finish.
2018-05-21freeciv: enable on darwinMatthew Bauer1-3/+3
2018-05-21freeciv: cleanup overridesMatthew Bauer1-4/+1
This is how we do overrides elsewhere. The "name" suffix makes things a little bit complicated IMO. Other input welcome.
2018-03-30freeciv_gtk: 2.5.10 -> 2.5.11Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/freeciv-gtk/versions. These checks were done: - built on NixOS - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server -h` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server --help` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server help` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server -V` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server -v` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server --version` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server version` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server -h` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server --help` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-server help` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-gtk2 -h` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-gtk2 --help` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-gtk2 -v` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-gtk2 --version` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-manual -h` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-manual --help` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-manual -v` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-manual --version` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-mp-gtk2 -h` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-mp-gtk2 --help` got 0 exit code - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-mp-gtk2 -v` and found version 2.5.11 - ran `/nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11/bin/freeciv-mp-gtk2 --version` and found version 2.5.11 - found 2.5.11 with grep in /nix/store/h5yjw60axfcj1qiva25shmxdh0b4h6xy-freeciv-gtk-2.5.11 - directory tree listing: https://gist.github.com/02a6a0c73fce1c016f7e3dc7111c76b3
2018-01-28freeciv: 2.5.9 -> 2.5.10Franz Pletz1-2/+2
2017-11-26freeciv: enable parallel buildingOrivej Desh1-0/+2
2017-11-10freeciv: 2.5.7 -> 2.5.9Evan Wallace1-2/+2
2017-05-23freeciv: 2.5.6 -> 2.5.7Armijn Hemel1-2/+2
2016-12-29freeciv: build with shared (not static) librariesNikolay Amiantov1-1/+2
2016-12-29Merge commit 'refs/pull/21479/head' of git://github.com/NixOS/nixpkgsNikolay Amiantov1-4/+8
2016-12-28freeciv: add enable_sqliteRicardo Ardissone1-2/+4