Commit Graph

305 Commits

Author SHA1 Message Date
pancho horrillo
fbb8f62cff
celestia: fix meta.homepage.url
As can be read on the current Celestia project site’s
[news](https://celestiaproject.space/news.html),
on Jun. 28, 2023 their new domain was moved to
https://celestiaproject.space, because (and I quote):

    “Cybersquatters were faster and we’re not eager to give them $$$.”

Their [old domain](https://celestia.space) seems indeed like a parked
domain (as of 2024-07-27T17:00).
2024-07-27 17:13:48 +02:00
Nikolay Korotkiy
f4cbe8e67a
gnuastro: migrate to by-name 2024-07-17 10:52:16 +04:00
R. Ryantm
e145cabe34 gnuastro: 0.22 -> 0.23 2024-07-17 00:46:54 +00:00
Aleksana
6c1414eab5
Merge pull request #315041 from kilianar/stellarium-version-test
stellarium: add passthru.tests.version
2024-07-11 21:11:06 +08:00
K900
bde999c03e Merge branch 'master' into staging-next 2024-06-29 10:13:13 +03:00
Artturin
62f1a10760
Merge pull request #322135 from kilianar/stellarium-24.2
stellarium: 24.1 -> 24.2
2024-06-28 16:14:50 +03:00
github-actions[bot]
27074b7d07
Merge master into staging-next 2024-06-26 00:02:13 +00:00
R. Ryantm
c2bf44e56f siril: 1.2.1 -> 1.2.3 2024-06-25 05:43:30 +00:00
kilianar
16bd506b5c stellarium: 24.1 -> 24.2
https://github.com/Stellarium/stellarium/releases/tag/v24.2
2024-06-24 10:42:36 +02:00
Emily
fbda1dbfd6 treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01: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
kilianar
b5c0eb0b90 stellarium: add passthru.tests.version
Add a passthru test to stellarium to verify it can be started and print
its version.

The test runs stellarium with a temporary home directory
using xvfb-run, since stellarium requires a writable home directory and
cannot be run in headless mode.
2024-05-27 10:48:01 +02:00
Kierán Meinhardt
0ad69fc611 astrolog: 7.30 -> 7.70 2024-05-14 19:36:00 +02:00
Lyle Hanson
76fe809b59 siril: 1.2.0 -> 1.2.1
Upgrade to latest upstream release.

Add support for libcurl to enable features such as photometric color
calibration.
2024-05-06 12:38:57 -04:00
Weijia Wang
7f45fee52a Merge branch 'master' into staging-next 2024-04-28 04:02:14 +02:00
Sébastien Maret
ef401a3702
gildas: 20230801_a -> 20240401_a; fix build on darwin (#304813)
- Use GNU's cpp instead of Apple's (see #304528)

- Use clang and clang++ on darwin-aarch64

- Update from 20230801_a -> 20240401_a

Closes #304516
2024-04-27 19:56:58 +08:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
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-04-27 02:23:22 +02:00
Mario Rodas
ebdd21f207
Merge pull request #299214 from kilianar/stellarium-24.1
stellarium: 23.4 -> 24.1
2024-04-19 22:05:15 -05:00
Bruno Bzeznik
bc4802a7d6 kstars: 3.6.9 -> 3.7.0 + fixing build failure 2024-04-03 14:33:32 +02:00
kilianar
47c36c508d stellarium: 23.4 -> 24.1
https://github.com/Stellarium/stellarium/releases/tag/v24.1
2024-03-26 15:59:02 +01:00
Sandro
e03f06c40f
Merge pull request #281099 from bzizou/kstars
kstars: 3.6.7 -> 3.6.9
2024-03-24 21:57:09 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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.
2024-03-19 03:14:51 +01:00
R. Ryantm
6c08d7994a calcmysky: 0.3.1 -> 0.3.2 2024-03-11 12:27:56 +00:00
Bruno Bzeznik
f9b6960581 kstars: 3.6.7 -> 3.6.9 2024-02-12 08:00:53 +01:00
Nikolay Korotkiy
6d544c6ff1
gnuastro: add meta.changelog 2024-02-05 18:44:12 +04:00
R. Ryantm
5727c18299 gnuastro: 0.21 -> 0.22 2024-02-05 05:41:57 +00:00
Weijia Wang
864ba7fd57
Merge pull request #277673 from r-ryantm/auto-update/phd2
phd2: 2.6.12 -> 2.6.13
2024-01-05 00:59:42 +01:00
Weijia Wang
2f787a3dfe
Merge pull request #274004 from r-ryantm/auto-update/celestia
celestia: 1.6.3 -> 1.6.4
2024-01-03 16:30:30 +01:00
R. Ryantm
2aa11b0ee6 phd2: 2.6.12 -> 2.6.13 2023-12-30 07:01:45 +00:00
kilianar
ec2daea6e2 stellarium: 23.3 -> 23.4
https://github.com/Stellarium/stellarium/releases/tag/v23.4
2023-12-24 10:08:44 +01:00
R. Ryantm
0d31c8b213 celestia: 1.6.3 -> 1.6.4 2023-12-13 15:52:46 +00:00
Pol Dellaiera
bc513821fd
Merge pull request #269115 from r-ryantm/auto-update/phd2
phd2: 2.6.11 -> 2.6.12
2023-11-27 21:11:38 +01:00
MarcFontaine
2459917e66 xearth: improve meta.license 2023-11-26 18:32:06 +01:00
R. Ryantm
2f143de8fd phd2: 2.6.11 -> 2.6.12 2023-11-22 05:33:54 +00:00
Weijia Wang
73698c7c06 stellarium: fix version 2023-11-07 21:23:26 +01:00
R. Ryantm
8253629e61 gnuastro: 0.20 -> 0.21 2023-10-22 09:14:20 +00:00
R. Ryantm
6f3c4aa963 kstars: 3.6.6 -> 3.6.7 2023-10-10 15:13:46 +00:00
Weijia Wang
032719d0c5 siril: 1.0.6 -> 1.2.0 2023-09-30 23:18:47 +02:00
kilianar
5eb942b80a stellarium: 23.2 -> 23.3
https://github.com/Stellarium/stellarium/releases/tag/v23.3
2023-09-25 22:12:36 +02:00
R. Ryantm
116480d33f kstars: 3.6.4 -> 3.6.6 2023-08-28 05:48:08 +00:00
github-actions[bot]
11e56ed9bb
Merge master into staging-next 2023-08-23 12:01:03 +00:00
Sébastien Maret
a159d678ba gildas: 20230201_a -> 20230801_a
- Update to the latest upstream version

 - Install only user binaries in bin/
2023-08-21 16:51:40 +02:00
K900
6edd6f71c7 treewide: clean up all qttranslations workarounds
There are two kinds of changes here:
- removing explicit qttranslations path hardcoding from applications that were patched to do it
- replacing qttranslations in buildInputs with qttools for packages that really depend on the latter

After this, qttranslation is never used outside Qt itself, as it should.
2023-08-15 22:11:39 +03:00
sheepforce
ab6fef15e0 stellarium: add patch for indi 2.0 compatibility 2023-08-01 11:12:10 +00:00
Nick Cao
b44297facb
Merge pull request #241272 from kilianar/stellarium-23.2
stellarium: 23.1 -> 23.2
2023-07-04 10:34:33 +08:00
kilianar
24016b9633 stellarium: 23.1 -> 23.2
https://github.com/Stellarium/stellarium/releases/tag/v23.2
2023-07-03 14:04:41 +02:00
Nick Cao
1693695975
gprojector: 3.0.6 -> 3.1.0 2023-07-02 13:06:15 +08:00
Nick Cao
f9eed769ca
calcmysky: add stellarium to tests 2023-06-16 21:12:50 +08:00
Nick Cao
c196ad4df9
calcmysky: 0.3.0 -> 0.3.1
Diff: https://github.com/10110111/CalcMySky/compare/refs/tags/v0.3.0...v0.3.1
2023-06-16 21:11:04 +08:00
R. Ryantm
7ef62c2132 gnuastro: 0.19 -> 0.20 2023-05-06 12:26:20 +00:00