Commit Graph

24 Commits

Author SHA1 Message Date
R. Ryantm
f84b5bdc43 gcompris: 4.1 -> 4.2 2024-10-15 04:32:45 +00:00
Julien Moutinho
2de55545ff gcompris: fix loading of image assets
Previously some games were not able to load some WebP image assets,
eg. the Erase game failed to display any cute background image,
making it unattractive:

> qrc:/gcompris/src/activities/erase/Erase.qml:26:20: QML Image:
> Error decoding: qrc:/gcompris/src/activities/erase/resource/butterfly.webp:
> Unsupported image format
2024-08-26 21:24:08 +02:00
Peder Bergebakken Sundt
29ab705c17 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
repeat of #271241
discussion: #272978

I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Peter Hoeg
555a2e74dc gcompris: 4.0 -> 4.1 and minor cleanups 2024-05-27 19:16:41 +00:00
R. Ryantm
acde7b0dba gcompris: 3.3 -> 4.0 2024-02-21 19:35:16 +00:00
Sandro Jäckel
aa15f5066d
treewide: use kde mirror everywhere, don't use pname in download urls 2023-12-02 17:14:24 +01:00
R. Ryantm
152b62c726 gcompris: 3.2 -> 3.3 2023-06-29 07:31:23 +00:00
R. Ryantm
db5f683c7d gcompris: 3.1 -> 3.2 2023-04-16 07:50:45 +00:00
Peter Hoeg
1532e73a98 gcompris: 2.4 -> 3.1 2023-01-25 15:50:04 +08:00
R. Ryantm
55b54803f0 gcompris: 2.3 -> 2.4 2022-04-22 19:26:06 +00:00
Peter Hoeg
9cfedd0589 gcompris: 2.1 -> 2.3 2022-03-17 09:52:51 +08:00
R. Ryantm
ddd19904df gcompris: 2.0 -> 2.1 2022-02-12 21:06:03 -08:00
R. Ryantm
ec85d2458e gcompris: 1.1 -> 2.0 2021-12-31 06:03:24 +00:00
R. RyanTM
ce419d01af gcompris: 1.0 -> 1.1 2021-03-23 01:50:21 +00:00
R. RyanTM
7275a26ed5 gcompris: 0.98 -> 1.0 2020-11-25 00:38:23 +00:00
R. RyanTM
fb7c60a83c gcompris: 0.97 -> 0.98 2020-01-06 04:35:56 -08:00
R. RyanTM
631096f22a gcompris: 0.96 -> 0.97
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gcompris/versions
2019-09-26 07:32:45 -07:00
Peter Hoeg
8d3c2c8538 gcompris: use Qt mkDerivation 2019-08-29 10:22:22 +08:00
R. RyanTM
3bf3a1a795 gcompris: 0.95 -> 0.96
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gcompris/versions
2019-03-10 04:35:54 -07:00
Stephen
86cb9d3b61
gcompris: fix build 2019-03-05 16:20:57 -08:00
Guillaume Bouchard
2141b4add1 gcompris: 0.91 -> 0.95 2018-12-20 14:46:41 +01:00
R. RyanTM
a7937612bf gcompris: 0.90 -> 0.91
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/di4sm1nsx7zshk1n6njvnd07m0abj6cc-gcompris-0.91/bin/gcompris-qt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/di4sm1nsx7zshk1n6njvnd07m0abj6cc-gcompris-0.91/bin/.gcompris-qt-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.91 with grep in /nix/store/di4sm1nsx7zshk1n6njvnd07m0abj6cc-gcompris-0.91
- directory tree listing: https://gist.github.com/0ac8ed77cca8102d4b32b9b9361464f4
- du listing: https://gist.github.com/5f6daf6f26bdc5d5e1c4f4f4359ae0fa
2018-06-14 07:21:29 -07:00
Guillaume Bouchard
74de977fdd gcompris: init at 0.90
- uses qt 5.9 (qt 5.10 gives runtime error)
- add a desktop file
2018-03-31 20:10:51 +02:00