Commit Graph

40 Commits

Author SHA1 Message Date
Robert Whitaker
8a8500c2ad
godot: 3.2.2 -> 3.3.2 (#123126)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-30 04:17:22 +02:00
Johannes Schleifenbaum
7142f594ba
godot-export-templates: init at 3.2.3 2021-04-16 18:49:20 +02:00
Ethan Edwards
ba656985fb
godot: clean up code 2021-04-14 16:28:57 -04:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Fabian Thorand
a7cbe40289 godot: 3.2.2 -> 3.2.3 2020-10-02 21:00:16 +02:00
Yusuf Bera Ertan
98767e9e45
godot-server: init at 3.2.2 2020-08-22 19:13:55 +03:00
Yusuf Bera Ertan
92470eba19
godot-headless: init at 3.2.2 2020-08-22 19:13:31 +03:00
tilpner
20479cd349
godot: 3.2.1 -> 3.2.2 2020-07-07 22:17:58 +02:00
josephtheengineer
49f0b276f8
godot: 3.2 -> 3.2.1 2020-03-23 20:35:53 +10:00
Andrew Abbott
cf8bb29287 godot: 3.1.2 -> 3.2 2020-02-13 10:27:23 +11:00
André-Patrick Bubel
e2d24a023f
godot: 3.1.1 -> 3.1.2 2019-12-04 20:55:39 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
b66537aafe godot: 3.1 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/godot/versions
2019-05-01 11:14:30 +02:00
tilpner
94717b7ee1
godot: 3.0.6 -> 3.1 2019-03-21 19:23:04 +01:00
Matthew Bauer
bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
R. RyanTM
0f5d197545 godot: 3.0.4 -> 3.0.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/godot/versions
2018-09-06 22:04:59 -07:00
R. RyanTM
01c7edd4f4 godot: 3.0.3 -> 3.0.4 (#42507)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/godot/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4/bin/godot had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.0.4 with grep in /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4
- directory tree listing: https://gist.github.com/bdbe8596726721b6c715d84c81579c57
- du listing: https://gist.github.com/6235762e4766106db266094344e36ae7
2018-06-24 21:37:59 +02:00
R. RyanTM
013c414e64 godot: 3.0.2 -> 3.0.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/godot/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/4hkbcbl0sgbd9npxsdf1qyn46k7npxgg-godot-3.0.3/bin/godot had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.0.3 with grep in /nix/store/4hkbcbl0sgbd9npxsdf1qyn46k7npxgg-godot-3.0.3
- directory tree listing: https://gist.github.com/ed73ee8e6d32a2bca8e7187447417b7e
- du listing: https://gist.github.com/25aba4f04e5002d49d3e5b12c3eed088
2018-06-19 11:32:20 -07:00
James Kay
76f32d9b41
godot: add a dev output containing the gdnative headers 2018-05-02 11:24:32 +01:00
Corey O'Connor
39db8ac1d8 godot: add application metadata and man page to share. 2018-04-04 16:38:36 -07:00
James Kay
9508150198
godot: don't require gcc5 2018-03-19 14:51:36 +00:00
James Kay
368ed89aa0
godot: simplify pkg_config_additions.patch 2018-03-19 14:51:18 +00:00
James Kay
2220b5fe99
godot: update patches for 3.0.2 2018-03-19 11:59:55 +00:00
James ‘Twey’ Kay
4708b4e03b godot: fix stupid typo 2018-03-18 15:57:57 +00:00
James Kay
5fbbd5e02b
godot: 3.0 -> 3.0.2 2018-03-16 19:54:32 +00:00
James Kay
998f42aa48
godot: restrict build platforms to [ "i686-linux" "x86_64-linux" ] 2018-03-16 19:46:54 +00:00
James Kay
7ba969f87e
godot: stop build process from looking in global directories 2018-03-16 19:46:53 +00:00
James Kay
ef5fd1cf27
godot: clean up output path 2018-03-16 19:46:33 +00:00
James Kay
ef7a25fcc0
godot: 2.1.4 -> 3.0 2018-03-16 19:46:33 +00:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Alexander V. Nikolaev
1bc1909e5b treewide: transition from mesa_glu to libGLU 2018-02-24 17:05:43 +02:00
Joerg Thalheim
8b0f2b22a5 godot: remove -stable suffix from version 2017-11-13 09:08:44 +00:00
Jason Hilton
61b20e2415 godot: 2.1.3 -> 2.1.4
When I tested this locally I had already merged in
pull #31587.

fixes #31588 #31587
2017-11-13 08:47:03 +00:00
John Ericson
ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Jean-Pierre PRUNARET
41bad11dde godot: homepage link with httpS 2017-08-17 22:13:32 +02:00
Robin Raymond
4a3e1d83a1 godot 2.1.1-stable -> 2.1.3-stable 2017-07-08 14:48:35 +02:00
Vladimír Čunát
2065eea424
mesa: reduce usage of the attribute and explain why 2017-04-16 13:03:15 +02:00
Richard Zetterberg
4799971895 godot: init at 2.1.1-stable
Adds the [godot engine](https://godotengine.org/) at the latest stable
version.

Produced binary contains the tools and the engine itself.
2017-01-06 12:07:19 +01:00