aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/at-spi2-core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* at-spi2-core: 2.36.0 -> 2.38.0WORLDofPEACE2020-10-241-2/+2
|
* at-spi2-core: 2.36.0 -> 2.36.1R. RyanTM2020-09-111-2/+2
|
* Merge branch 'master' into staging-nextJan Tojnar2020-04-131-1/+1
|\
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
| |
* | tree-wide: Switch from gnome3.maintainers to lib.teams.gnomeJan Tojnar2020-04-011-1/+1
|/
* at-spi2-core: 2.34.0 -> 2.36.0Tor Hedin Brønner2020-03-241-2/+2
|
* at-spi2-core: propagate glib and dbusProfpatsch2020-01-231-1/+3
| | | | | Both libraries are in the pkgconfig `Requires` field and are needed by all downstream dependencies of this library.
* dconf: move to top-levelJan Tojnar2019-12-011-1/+2
|
* at-spi2-core: 2.32.1 → 2.34.0Tor Hedin Brønner2019-09-301-7/+4
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-281-1/+1
|\
| * Merge branch 'master' into staging-nextVladimír Čunát2019-08-241-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| | * tree-wide: fix malformed meta.maintainerstilpner2019-08-191-1/+1
| | | | | | | | | | | | | | | | | | These packages stood out while processing packages.json.gz, where the maintainer field of some packages wasn't a list of sets, but a nested list, or a string.
* | | at-spi2-core: wrap at-spi-bus-launcherJan Tojnar2019-08-241-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the following warnings and errors are logged on GNOME startup: Aug 22 19:34:16 kaiser dbus-daemon[1229]: [session uid=132 pid=1229] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.8' (uid=132 pid=1246 comm="/nix/store/5anz kdq6src76c4lm4m98w2a8f3j2cc4-gnome-" label="kernel") Aug 22 19:34:16 kaiser systemd[1223]: Starting Accessibility services bus... Aug 22 19:34:16 kaiser at-spi-bus-laun[1341]: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Aug 22 19:34:16 kaiser dbus-daemon[1229]: [session uid=132 pid=1229] Successfully activated service 'org.a11y.Bus' Aug 22 19:34:16 kaiser systemd[1223]: Started Accessibility services bus. Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: dbus-daemon[1345]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=132 pid=1246 comm="/nix/store/5anzkdq6src76c4lm4m98w2a8f3j2cc4-gnom e-" label="kernel") Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: dbus-daemon[1345]: Successfully activated service 'org.a11y.atspi.Registry' Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry […] Aug 22 19:34:26 kaiser dbus-daemon[1775]: [session uid=1000 pid=1775] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.10' (uid=1000 pid=1852 comm="/nix/store/0k7r7imgs4zw3c9csldq7clmcyn4cy6k-gnome-" label="kernel") Aug 22 19:34:26 kaiser systemd[1769]: Starting Accessibility services bus... Aug 22 19:34:26 kaiser at-spi-bus-laun[1858]: g_settings_schema_source_lookup: assertion 'source != NULL' failed Aug 22 19:34:26 kaiser at-spi-bus-laun[1858]: g_settings_schema_source_lookup: assertion 'source != NULL' failed Aug 22 19:34:26 kaiser dbus-daemon[1775]: [session uid=1000 pid=1775] Successfully activated service 'org.a11y.Bus' Aug 22 19:34:26 kaiser systemd[1769]: Started Accessibility services bus. Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: dbus-daemon[1862]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1852 comm="/nix/store/0k7r7imgs4zw3c9csldq7clmcyn4cy6k-gnome-" label="kernel") Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: dbus-daemon[1862]: Successfully activated service 'org.a11y.atspi.Registry' Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry This patch starts wrapping the binary, fixing one of the stragglers from https://github.com/NixOS/nixpkgs/issues/14120. Unfortunately, we could not use wrapGAppsHook due to dependency cycle.
* | | Merge pull request #66634 from matthewbauer/at-spi2-core-minimize-closureMatthew Bauer2019-08-201-0/+6
|\ \ \ | |/ / |/| | at-spi2-core: provide fallback dbus_daemon manually
| * | at-spi2-core: provide fallback dbus_daemon manuallyMatthew Bauer2019-08-141-0/+6
| |/ | | | | | | | | | | | | | | This point directly to the NixOS current-system. This is necessary to avoid creating a direct dependency on DBUS and increasing every app’s runtime closure. Luckily, dbus_daemon is only used for the case when dbus is not running and users can always run the dbus-daemon themselves if it cannot be found.
* / treewide: name -> pname (easy cases) (#66585)volth2019-08-151-2/+1
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* at-spi2-core: 2.32.0 -> 2.32.1R. RyanTM2019-05-011-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/at-spi2-core/versions
* at-spi-core: 2.30.1 -> 2.32.0Tor Hedin Brønner2019-04-051-2/+2
| | | | https://gitlab.gnome.org/GNOME/at-spi2-core/blob/AT_SPI2_CORE_2_32_0/NEWS
* at-spi2-{core,atk}: 2.30.0 -> 2.30.1Will Dietz2019-03-091-2/+2
|
* gobject-introspection: rename packageJan Tojnar2018-12-021-2/+2
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* at-spi2-core: 2.28.0 → 2.30.0Jan Tojnar2018-11-301-2/+2
|
* at-spi2-core: fix darwin dylib install_nameDaiderd Jordan2018-08-181-1/+4
|
* at-spi2-atk, at-spi2-core, libnice: disable testsJan Malakhovski2018-07-171-0/+2
|
* at-spi2-core: add updateScript hookAnton-Latukha2018-06-071-4/+12
|
* at-spi2-core: maintainers, license, clean-upAnton-Latukha2018-06-071-14/+23
|
* at-spi2-core: 2.26.2 -> 2.28.0Anton-Latukha2018-06-071-3/+3
|
* at-spi2-core: build with mesonAnton-Latukha2018-06-071-5/+3
|
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-251-0/+2
| | | | trivial part)
* treewide: remove libintl hacksMatthew Bauer2018-03-221-3/+0
|
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-251-2/+2
|
* at_spi2_core: 2.26.0 → 2.26.2Jan Tojnar2017-12-041-6/+5
|
* Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-281-3/+3
|\
| * at-spi2-*: 2.24.1 -> 2.26.0Vladimír Čunát2017-09-241-3/+3
| |
* | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-211-1/+2
|/
* at-spi2-core: 2.22.1 -> 2.24.1Vladimír Čunát2017-06-111-2/+2
| | | | at-spi2-* was lagging a bit behind in nixpkgs.
* at-spi2-core: maintenance 2.22.0 -> 2.22.1Vladimír Čunát2017-04-011-2/+2
|
* at-spi2-{core,atk}: 2.20.1 -> 2.22.0Alexander Ried2016-10-151-3/+3
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-291-1/+1
| | | | Make either 'bin' or 'out' the first output.
* at-spi2-core: bugfix 2.20.1 -> 2.20.2Vladimír Čunát2016-07-091-2/+2
|
* at-spi2-{atk,core}: update 2.18.1 -> 2.20.1Vladimír Čunát2016-05-221-3/+3
|
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-191-2/+2
|\
| * at-spi2-*: maintenance updates on 2.18.*Vladimír Čunát2015-12-301-2/+2
| |
* | $docdev fixups: mostly to avoid empty outputVladimír Čunát2015-10-281-1/+1
| | | | | | | | | | | | | | ... after auto-removing some kinds of files by default. In some cases I let them be removed and in others I let them be put into $docdev. That was more due to general indecisiveness on this question than any reasons in the particular cases.
* | at-spi2-core: add "dev" outputVladimír Čunát2015-10-131-1/+1
|/
* at-spi2-*: small updates 2.16.0 -> 2.18.0Vladimír Čunát2015-09-231-2/+2
|
* Move some more gtk-docs to the doc outputEelco Dolstra2015-07-261-0/+2
|
* gtk+ stack: leftover "major" updatesVladimír Čunát2015-06-071-2/+2
|
* at-spi2-atk + at-spi2-core: build on DarwinSpencer Whitt2015-03-311-1/+1
|
* gtk3 stack: go back to gnome-3.12 branches for nowVladimír Čunát2014-11-141-2/+2
|
* gtk3 stack libs: update all to gnome-3.14 branchesVladimír Čunát2014-10-231-7/+5
| | | | All NEWS look safe and relatively quiet.