3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

1003 commits

Author SHA1 Message Date
Josef Kemetmüller 1ca04aa9f1 treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
R. Ryantm 3eec36f837 gnome.zenity: 3.42.1 -> 3.43.0 2022-07-03 14:16:35 +02:00
Jan Tojnar ac47a22add gnome.sushi: 41.2 → 42.0
https://gitlab.gnome.org/GNOME/sushi/-/compare/41.2...42.0
2022-07-02 02:23:00 +02:00
Jan Tojnar 679a373a81 gnome.gnome-maps: 42.2 → 42.3
https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v42.2...v42.3
2022-07-02 02:23:00 +02:00
Jan Tojnar 6654f95010 gnome.gnome-calculator: 42.1 → 42.2
https://gitlab.gnome.org/GNOME/gnome-calculator/-/compare/42.1...42.2
2022-07-02 02:22:59 +02:00
Jan Tojnar 5e2d29c7f2 gnome.gnome-boxes: 42.1 → 42.2
https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/42.1...42.2

Tarball no longer contains gtk-frdp subproject and it is going to be dropped in the future:
https://gitlab.gnome.org/GNOME/gnome-boxes/-/merge_requests/532
2022-07-02 02:22:59 +02:00
Jan Tojnar d87a011c1e evolution-data-server: 3.44.2 → 3.44.3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.44.2...3.44.3
2022-07-02 02:22:59 +02:00
R. Ryantm 991aa3f49a gnome.gnome-software: 42.2 -> 42.3 2022-07-01 15:12:10 +02:00
R. Ryantm 2439ddbd9b gnome.gnome-control-center: 42.2 -> 42.3 2022-07-01 15:11:32 +02:00
R. Ryantm 2573b8bcc5
gnome.aisleriot: update source sha256
Upstream re-tagged 3.22.23 and 3.22.24:

- https://gitlab.gnome.org/GNOME/aisleriot/-/issues/937

A direct comparison:

- 3.22.23: 730f7feb48..9c89b68662
- 3.22.24: 21a6d3c8e6..b9cd13873b

The following commits are no longer presented on 3.22.24:

- 9c89b68662...c18c1797d4
- e4e55fd282...730f7feb48
- 7ed4c8c9a3...21a6d3c8e6

The following commits are no longer part of 3.22.23 but still part of 3.22.24:

- 301fa2700d...78c53b7aea
2022-06-23 09:35:55 +08:00
R. Ryantm a72d7811be gnome.aisleriot: 3.22.23 -> 3.22.24 2022-06-21 12:31:58 +02:00
piegames cc83d357ad
Merge pull request #177916: gnomeExtensions: auto-update 2022-06-18 17:08:42 +02:00
Sandro cf1ec58e20
Merge pull request #177290 from trofi/workaround-fno-common-for-gnome.nautilus-python
gnome.nautilus-python: add -fcommon workaround
2022-06-17 22:11:07 +02:00
Sandro 167e455d1f
Merge pull request #177005 from trofi/fix-fno-common-for-vinagre
vinagre: pull fix pending upstream inclusiong for -fno-common toolcha…
2022-06-17 22:10:52 +02:00
Ryan Horiguchi 3e17f00d88
gnomeExtensions: auto-update 2022-06-16 21:19:02 +02:00
R. Ryantm 0ab94d8f77 gnome.gnome-todo: unstable-2022-05-23 -> unstable-2022-06-12 2022-06-16 19:12:54 +02:00
maxine [they] e75e32d873
Merge pull request #177593 from r-ryantm/auto-update/gnome.ghex
gnome.ghex: 42.2 -> 42.3
2022-06-15 22:11:05 +02:00
Bobby Rong c9522e3ff5
Merge pull request #177469 from r-ryantm/auto-update/gnome-text-editor
gnome-text-editor: 42.1 -> 42.2
2022-06-15 21:50:56 +08:00
R. Ryantm 9896d3e929 gnome.gnome-calendar: 42.1 -> 42.2 2022-06-15 03:17:14 +00:00
R. Ryantm 3c25c57c81 gnome.ghex: 42.2 -> 42.3 2022-06-14 03:04:11 +00:00
R. Ryantm 434130e202 gnome-text-editor: 42.1 -> 42.2 2022-06-13 04:38:19 +00:00
Sergei Trofimovich a0c9b8b4fa gnome.nautilus-python: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: nautilus-python-object.o:src/nautilus-python.h:61: multiple definition of
      `_PyNautilusMenu_Type'; nautilus-python.o:src/nautilus-python.h:61: first defined here
2022-06-11 14:46:33 +01:00
Jan Tojnar 67de7b4eb2 gnome.gnome-bluetooth: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.0...42.1
2022-06-10 16:39:56 +02:00
AndersonTorres 9618839939 gnome-todo: use SRI hash format 2022-06-09 23:16:58 -03:00
Sergei Trofimovich 7593e005e1 vinagre: pull fix pending upstream inclusiong for -fno-common toolchain support
Without the change build fails on upstream gcc-10 as:

    ld: plugins/vnc/vinagre_vinagre-vinagre-vnc-tab.o:plugins/vnc/vinagre-vnc-connection.h:29:
      multiple definition of `scaling_command_line';
        vinagre/vinagre_vinagre-vinagre-reverse-vnc-listener.o:plugins/vnc/vinagre-vnc-connection.h:29: first defined here
2022-06-09 09:33:38 +01:00
R. Ryantm c0bc75a4a9 gnome.rygel: 0.40.3 -> 0.40.4 2022-06-04 13:45:29 +02:00
piegames 0a8e9a1592
Merge pull request #176002: gnomeExtensions: auto-update 2022-06-03 22:03:12 +02:00
Ryan Horiguchi 2416fb6f6c
gnomeExtensions: auto-update 2022-06-02 23:10:46 +02:00
Justinas Stankevicius c0e56baaba gnomeExtensions.freon: fix patch for v48, simplify 2022-06-02 22:51:41 +03:00
Bobby Rong 57b107c726
gnome.geary: fix build with vala 0.56 2022-06-02 23:36:54 +08:00
github-actions[bot] ebcaa0d01c
Merge master into staging-next 2022-06-01 12:01:27 +00:00
R. Ryantm 0fce602773 gnome.gnome-settings-daemon: 42.1 -> 42.2 2022-06-01 11:31:42 +02:00
github-actions[bot] d6ede66f6a
Merge master into staging-next 2022-05-31 18:01:11 +00:00
maxine [they] 945fcc987f
Merge pull request #175564 from r-ryantm/auto-update/gnome.gnome-software
gnome.gnome-software: 42.1 -> 42.2
2022-05-31 17:21:21 +02:00
github-actions[bot] c451d8d636
Merge master into staging-next 2022-05-31 12:01:21 +00:00
R. Ryantm 36049542b8 gnome.gnome-boxes: 42.0.1 -> 42.1 2022-05-31 13:39:23 +02:00
R. Ryantm e70ebbd0bf gnome.gnome-software: 42.1 -> 42.2 2022-05-31 06:33:33 +00:00
github-actions[bot] 76b451751c
Merge master into staging-next 2022-05-30 12:01:31 +00:00
R. Ryantm c3d7a0ef4f gnome.gnome-shell-extensions: 42.1 -> 42.2 2022-05-30 13:42:53 +02:00
R. Ryantm 3ece45bc72 gnome.gnome-remote-desktop: 42.1.1 -> 42.2 2022-05-30 13:21:53 +02:00
R. Ryantm cd21d43206 gnome.gnome-shell: 42.1 -> 42.2 2022-05-30 13:18:46 +02:00
R. Ryantm d1b430ec3f gnome.mutter: 42.1 -> 42.2 2022-05-30 13:17:21 +02:00
Vladimír Čunát af1a54b0ef
Merge #174140: downgrade xorg.xorgserver: 1.20.13 -> 21.1.4
...into staging-next
2022-05-29 17:51:49 +02:00
maxine [they] 410007180b
Merge pull request #175236 from r-ryantm/auto-update/gnome.gnome-terminal
gnome.gnome-terminal: 3.44.0 -> 3.44.1
2022-05-29 12:06:46 +02:00
maxine [they] 04c7b4e7d8
Merge pull request #175230 from r-ryantm/auto-update/gnome.aisleriot
gnome.aisleriot: 3.22.22 -> 3.22.23
2022-05-29 12:06:28 +02:00
Bobby Rong cf24576483
Merge pull request #175233 from r-ryantm/auto-update/gnome.gnome-maps
gnome.gnome-maps: 42.1 -> 42.2
2022-05-29 12:13:56 +08:00
R. Ryantm 87fd72101b gnome.gnome-terminal: 3.44.0 -> 3.44.1 2022-05-29 04:12:29 +00:00
R. Ryantm d64d4c8fcc gnome.gnome-maps: 42.1 -> 42.2 2022-05-29 03:46:59 +00:00
R. Ryantm 213cac429f gnome.eog: 42.1 -> 42.2 2022-05-29 03:35:27 +00:00
R. Ryantm 9344541ff2 gnome.aisleriot: 3.22.22 -> 3.22.23 2022-05-29 03:29:11 +00:00
R. Ryantm d77b9e43eb evolution-data-server: 3.44.1 -> 3.44.2 2022-05-28 12:09:00 +02:00
R. Ryantm 305fc85717 gnome.gnome-control-center: 42.1 -> 42.2 2022-05-28 12:07:53 +02:00
R. Ryantm 0dfde4541e gnome.nautilus: 42.1.1 -> 42.2 2022-05-28 12:06:22 +02:00
R. Ryantm cdcf234ef3 gnome.gnome-calculator: 42.0 -> 42.1 2022-05-28 04:07:04 +00:00
R. Ryantm f4d905e972 gnome.gnome-initial-setup: 42.1.1 -> 42.2 2022-05-27 10:39:20 +02:00
R. Ryantm c7acf6a4ac gnome.gedit: 42.0 -> 42.1 2022-05-27 03:38:48 +00:00
Sandro 62b52521c1
Merge pull request #174414 from r-ryantm/auto-update/gnome.gnome-todo
gnome.gnome-todo: unstable-2022-04-07 -> unstable-2022-05-23
2022-05-25 20:52:31 +02:00
Jan Tojnar 485d323a4c
Merge pull request #174102 from jtojnar/gnome-updates
GNOME updates
2022-05-25 19:26:26 +02:00
R. Ryantm eabf2ab21d gnome.gnome-todo: unstable-2022-04-07 -> unstable-2022-05-23 2022-05-25 05:16:48 +00:00
Jan Tojnar 2d6c441042 gnome.gnome-keyring: 40.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-keyring/-/compare/40.0...42.1

The systemd-activation support does not appear to me to be ready yet: https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/35
2022-05-24 18:17:55 +02:00
Ryan Horiguchi bd50034781
gnomeExtensions: auto-update 2022-05-23 23:22:53 +02:00
Vladimír Čunát 43b7c9611c
Revert "xorg.xorgserver: 1.20.13 -> 21.1.3"
This reverts commit 3312352596.
Fixes #170856: issues of some users.
2022-05-23 17:54:40 +02:00
Artturin b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
Jan Tojnar e3e91f0c33 seahorse: fix missing icons
Recent `wrapGAppsHook` change stopped `gcr` from being added to `XDG_DATA_DIRS`:
b1e73fa2e0
But gcr installs icons expected by Seahorse to the hicolor theme so we need to add it back.

Also drop adwaita-icon-theme since whether it will be used depends on user’s environment.
2022-05-23 13:57:23 +02:00
Jan Tojnar e337e4ea5f evince: 42.2 → 42.3
https://gitlab.gnome.org/GNOME/evince/-/compare/42.2...42.3
2022-05-23 11:38:08 +00:00
Jan Tojnar b5d942b84f gnome.seahorse: 41.0 → 42.0
https://gitlab.gnome.org/GNOME/seahorse/-/compare/41.0...42.0
2022-05-23 13:37:27 +02:00
Jan Tojnar 79a058f06b
Merge pull request #165923 from linsui/tracker-miners
tracker-miners, gnome-music: add some gstreamer plugins
2022-05-20 11:46:58 +02:00
github-actions[bot] 74783b72bc
Merge master into staging-next 2022-05-17 06:01:12 +00:00
Jan Tojnar 277f39afc9 gnomeExtensions.dash-to-dock: 71+date=2022-02-23 → 72
Supports GNOME 42.

https://github.com/micheleg/dash-to-dock/compare/extensions.gnome.org-v71...extensions.gnome.org-v72
2022-05-17 07:47:33 +02:00
Vladimír Čunát 89c3a25445
gnome3.adwaita-icon-theme: reduce build parallelism
It was repeatedly failing to fork on our aarch64-darwin buildrers:
https://hydra.nixos.org/build/176633576#tabs-buildsteps
2022-05-16 22:52:28 +02:00
Ryan Horiguchi 399a676ada
gnomeExtensions.vitals: remove workaround 2022-05-16 00:00:46 +02:00
Ryan Horiguchi ad6f1a577e
gnomeExtensions: auto-update 2022-05-15 00:27:30 +02:00
Nathan van Doorn fe66cf22fd
gnome.pomodoro: 20.0 -> 21.1 (#172147) 2022-05-11 00:51:42 +02:00
Jan Tojnar e2eebc3856
Merge pull request #171917 from trofi/fix-fno-common-for-gnome-atomix
gnome.atomix: pull upstream fix for -fno-common toolchains
2022-05-09 18:01:04 +02:00
Jan Tojnar 17b0f145a3 gnome.mutter: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/mutter/-/compare/42.0...42.1
2022-05-07 11:39:39 +02:00
Jan Tojnar d9fed886f3 gnome.gnome-shell-extensions: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/42.0...42.1
2022-05-07 11:39:39 +02:00
Jan Tojnar 6f44ed8857 gnome.gnome-shell: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/42.0...42.1
2022-05-07 11:39:39 +02:00
Sergei Trofimovich 881d864942 gnome.atomix: pull upstream fix for -fno-common toolchains
Without the change build on -fno-common toolchains fails as:

    $ nix build --impure --expr 'with import ~/nm {}; gnome.atomix.override { stdenv = clang13Stdenv; }'
    ld: src/libatomix.a.p/canvas_helper.c.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'
    ld: /nix/store/m4g6lswi75b739cpdx8wfxlfmcazyks9-glibc-2.34-115/lib/libm.so.6: error adding symbols: DSO missing from command line
2022-05-07 07:58:56 +01:00
Jan Tojnar 41b15d2c14 gnome.gnome-control-center: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/42.0...42.1
2022-05-06 10:52:44 +02:00
Jan Tojnar ec0ae174f8 Revert "networkmanager-applet: rename from networkmanagerapplet"
network-manager-applet uses differrent naming scheme from the VPN plug-ins.
Let’s revert to the previous state, for now, to fix eval. We can do the rename later.

This reverts commit cecb014d5d.
2022-05-04 23:29:42 +02:00
Sandro 7e4329608c
Merge pull request #170952 from SuperSandro2000/firewalld
firewalld: init at 1.1.1
2022-05-04 20:51:27 +02:00
Ryan Horiguchi b9418937ec
gnomeExtensions: auto-update 2022-04-30 17:04:30 +02:00
Ryan Horiguchi a9e957f076
gnomeExtensions: update-extensions.py fix wrong variable name 2022-04-30 16:35:33 +02:00
R. Ryantm acfb65116a gnome.gnome-todo: unstable-2022-03-13 -> unstable-2022-04-07 2022-04-30 11:54:07 +02:00
Sandro Jäckel cecb014d5d
networkmanager-applet: rename from networkmanagerapplet 2022-04-30 02:26:11 +02:00
R. Ryantm d731df50f2 gnome.gnome-todo: unstable-2022-03-11 -> unstable-2022-03-13 2022-04-30 01:55:58 +02:00
R. Ryantm 8591989440 gnome.zenity: 3.42.0 -> 3.42.1 2022-04-27 07:42:01 +02:00
R. Ryantm 22bb11f301 gnome.gnome-software: 42.0 -> 42.1 2022-04-27 07:41:45 +02:00
R. Ryantm 5ad3773d7f gnome.gnome-remote-desktop: 42.1 -> 42.1.1 2022-04-27 07:40:43 +02:00
R. Ryantm 4a0b1df9fc gnome.gnome-calendar: 42.0 -> 42.1 2022-04-27 07:28:18 +02:00
R. Ryantm 8dd84e8e71 gnome.ghex: 42.1 -> 42.2 2022-04-27 07:27:29 +02:00
Jan Tojnar 6a323903ad
Merge pull request #170268 from bobby285271/gnome-music
gnome.gnome-music: 42.0 → 42.1
2022-04-25 22:54:27 +02:00
Bobby Rong 97f1222dc7
gnome.gnome-music: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-music/-/compare/42.0...42.1
2022-04-25 22:28:20 +08:00
Jan Tojnar 509b8e0c0d
Merge pull request #170049 from bobby285271/gnome-maps
gnome.gnome-maps: 42.0 → 42.1
2022-04-25 12:03:40 +02:00
R. Ryantm 7c4d42ca77 gnome-text-editor: 42.0 -> 42.1 2022-04-25 11:54:52 +02:00
R. Ryantm ca3dae7c22 gnome.gnome-remote-desktop: 42.0 -> 42.1 2022-04-25 11:53:28 +02:00
R. Ryantm 4983d550e4 gnome.eog: 42.0 -> 42.1 2022-04-25 11:51:45 +02:00
R. Ryantm 1606016efd gnome.nautilus: 42.0 -> 42.1.1 2022-04-25 11:49:39 +02:00
R. Ryantm 8b62eae040 evolution-data-server: 3.44.0 -> 3.44.1 2022-04-25 11:48:42 +02:00
R. RyanTM 347647008b
gnome.tali: 40.6 -> 40.7
https://gitlab.gnome.org/GNOME/tali/-/compare/40.6...40.7
2022-04-24 15:47:37 +08:00