Commit Graph

60 Commits

Author SHA1 Message Date
Bobby Rong
a6520b410a
orca: 44.0 → 44.1
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_44_0...ORCA_44_1
2023-05-25 22:43:44 +08:00
Jan Tojnar
ed090bc4ab orca: 44.rc → 44.0
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_44_RC...ORCA_44_0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:36:41 +02:00
Bobby Rong
a33f4efd55 orca: 43.1 → 44.rc
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_43_1...ORCA_44_RC

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:35:18 +02:00
Bobby Rong
ca22ad48eb
orca: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_43_0...a71ad7c6
2023-01-28 12:08:58 +08:00
Jan Tojnar
322a1bd247 orca: 43.beta → 43.0
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_43_BETA...ORCA_43_0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:34 +02:00
Jan Tojnar
30f68bbe97 orca: 43.alpha → 43.beta
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_43_ALPHA...ORCA_43_BETA

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:19 +02:00
Jan Tojnar
760846f2a4 orca: 42.3 → 43.alpha
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_3...ORCA_43_ALPHA

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:11 +02:00
R. Ryantm
1f23fbccb7 orca: 42.2 -> 42.3 2022-07-08 16:23:37 +02:00
Jan Tojnar
dbb3c8d6a7 orca: 42.1 → 42.2
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_1...ORCA_42_2
2022-07-02 02:23:00 +02:00
Jan Tojnar
275b2f85ec orca: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_0...ORCA_42_1
2022-05-23 13:37:27 +02:00
Jan Tojnar
3b052a0f61 orca: 42.rc → 42.0
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_RC...ORCA_42_0
2022-03-25 15:02:50 +01:00
Jan Tojnar
a150787ddc orca: 42.beta → 42.rc
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_BETA...ORCA_42_RC
2022-03-25 15:02:38 +01:00
Jan Tojnar
30f4cad09d orca: 41.2 → 42.beta
https://gitlab.gnome.org/GNOME/orca/-/compare/41.2...42.beta
2022-03-25 15:01:26 +01:00
R. Ryantm
07c953ae72 orca: 41.1 -> 41.2 2022-02-15 13:30:23 +01:00
R. Ryantm
a73696f9ef orca: 41.0 -> 41.1 2021-12-08 18:13:43 +01:00
Jan Tojnar
747e50e5da orca: 40.0 → 41.0
https://gitlab.gnome.org/GNOME/orca/-/blob/ORCA_41_0/NEWS

Also remove unused dependency.
2021-10-15 01:18:22 +02:00
Jan Tojnar
ab9bbad9ea orca: move python dependencies to pythonPath
It is deprecated but otherwise wrapPython adds everything that is propagated, including dev outputs, to program_PATH, which ends up in the wrapper.
2021-10-13 21:23:10 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Jan Tojnar
b841d1cd50
orca: 3.38.2 → 40.0
Co-Authored-By: Maxine Aubrey <maxeaubrey@gmail.com>
2021-05-05 22:42:49 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM
12b1d81ab9 orca: 3.38.1 -> 3.38.2 2020-12-25 06:07:29 +01:00
R. RyanTM
bfd4d4c23a orca: 3.38.0 -> 3.38.1 2020-12-07 03:15:58 +01:00
Piotr Bogdan
8ddf4e9bc2
orca: 3.36.5 -> 3.38.0
https://gitlab.gnome.org/GNOME/orca/-/blob/ORCA_3_38_0/NEWS
2020-10-24 01:15:00 +02:00
Daniel Șerbănescu
db55433638 orca: 3.36.4 -> 3.36.5 2020-08-21 11:47:06 +02:00
Daniel Șerbănescu
fb24a3f399 orca: 3.36.3 -> 3.36.4 2020-08-11 14:17:47 +02:00
R. RyanTM
789db72b2e orca: 3.36.2 -> 3.36.3 2020-06-10 20:52:58 +00:00
Tor Hedin Brønner
693e0fa085 orca: 3.36.1 -> 3.36.2 2020-05-03 17:42:29 +02:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Tor Hedin Brønner
ef28fe9c92 orca: 3.36.0 -> 3.36.1 2020-04-08 09:48:14 +02:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Tor Hedin Brønner
93f7d34871
orca: 3.34.1 -> 3.36.0 2020-03-24 07:10:49 +01:00
R. RyanTM
507e483284
orca: 3.34.1 -> 3.34.2 (#79014) 2020-02-01 20:18:36 +01:00
Jan Tojnar
cce5926ae9
orca: 3.34.0 → 3.34.1
https://ftp.gnome.org/pub/GNOME/sources/orca/3.34/orca-3.34.1.news

Also format with nixpkgs-fmt.
2019-11-20 04:57:59 +01:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Tor Hedin Brønner
f4e233e57a orca: 3.32.0 → 3.34.0 2019-09-30 19:39:47 +02:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
worldofpeace
67b5f5a98f orca: add hicolor-icon-theme 2019-08-27 00:02:42 -04:00
Daniel Schaefer
5354020e14 orca: Re-add liblouis
liblouis works again so we can use it here again aswell.

Closes: #39427
2019-04-25 19:17:13 +02:00
Daniel Schaefer
634b21f6ac orca: Set strictDeps to false
Wouldn't find the proper libraries/namespaces otherwise because of
https://github.com/NixOS/nixpkgs/issues/56943
2019-04-25 19:16:24 +02:00
Tor Hedin Brønner
ab6d14f772
orca: 3.30.2 -> 3.32.0 2019-04-05 11:40:22 +02:00
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01:00
R. RyanTM
091de08e79 gnome3.orca: 3.30.1 -> 3.30.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/orca/versions
2019-02-04 22:23:03 +00:00
worldofpeace
42a0fe8c66 orca: use pkgs.pkgconfig 2019-01-18 11:38:20 -05:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jan Tojnar
859ad211e9
orca: 3.28.2 → 3.30.1 2018-11-30 21:34:38 +01:00
Jan Tojnar
5cc18c4781
gnome3: remove versionBranch attribute
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
2018-10-05 02:17:19 +02:00