Commit Graph
100 Commits
Author SHA1 Message Date
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 31e67e824d Merge pull request #116518 from siraben/mmv-update
mmv: 1.01b -> 2.0
2021-05-07 21:43:05 +02:00
Jan Tojnar 0420282780 treewide maintainers: add teams.{freedesktop,gnome} 2021-05-07 15:36:40 +02:00
Jan Tojnar 9468b07326 Merge branch 'gnome-40' 2021-05-07 12:12:40 +02:00
Jan Tojnar e744a292dc gtksourceview4: clean up
Make consistent with gtksourceview5.
2021-05-06 21:40:25 +02:00
Jan Tojnar bcdf3fbeeb gnome3.gpaste: 3.40.1 → 3.40.2
http://www.imagination-land.org/posts/2021-04-30-gpaste-3.40.2-released.html
2021-05-06 21:36:59 +02:00
Jan Tojnar 7bb72bb02e gtksourceview5: init at 5.0.0 2021-05-06 21:36:59 +02:00
Jan Tojnar 8bc57da967 vte: 0.64.0 → 0.64.1 2021-05-06 20:55:11 +02:00
Jan Tojnar 626e32b133 gnome-builder: 3.40.1 → 3.40.2 2021-05-06 20:55:11 +02:00
Jan Tojnar 18eace0739 gjs: 1.68.0 → 1.68.1 2021-05-06 20:55:11 +02:00
Jan Tojnar 7275ef4358 gtkmm4: init at 4.0.1 2021-05-06 19:21:57 +02:00
Jan Tojnar b51fffe8f8 pangomm_2_48: init at 2.48.0 2021-05-06 19:21:57 +02:00
Jan Tojnar 43d5cd52eb cairomm_1_16: init at 1.16.0 2021-05-06 17:57:59 +02:00
Jan Tojnar e63b9dcd7a glibmm_2_68: init at 2.68.0 2021-05-06 17:35:03 +02:00
Jan Tojnar 30743d0973 libsigcxx30: init at 3.0.6 2021-05-06 17:30:30 +02:00
Jan Tojnar d9f177eb4d Merge branch 'staging-next' into staging
The transmission conflict was non-trivial:
- libbrotli added to apparmor rules <https://github.com/NixOS/nixpkgs/commit/1bdda029cd85b5f4358697afd2c8f6a1996c6ccf>
- apparmor rules rewritten <https://github.com/NixOS/nixpkgs/commit/b280e64078d69c59cf4fccfcaa9d56a59d789dc9>

Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`.
2021-05-06 08:42:50 +02:00
Jan Tojnar 5fab0dd2d0 gnome3.gnome-shell: Pick patch from Fedora
Hoping it will fix the login with fprintd enabled.
2021-05-05 22:43:10 +02:00
Jan Tojnar 7ba4bb4f30 gnome3.gnome-shell: Switch to master
It contains several critical fixes.
2021-05-05 22:43:10 +02:00
Jan Tojnar f70f7b6ea4 gnomeExtensions.hot-edge: init at 4 2021-05-05 22:43:10 +02:00
Jan Tojnar 588e05ddff Fix tarball build
replaceDependency is based on IFD so it cannot be used in packages.
Thankfully what we are doing with libhandy can be easily achieved with sed.
2021-05-05 22:43:10 +02:00
Jan Tojnar 26e044b14a imagemagick: Try to fix Darwin build 2021-05-05 22:43:09 +02:00
Jan Tojnar 8647ddb0d3 gnucash: 4.4 → 4.5
Needed a patch to fix build with GLib 2.68 and it did not apply to 4.4 so I also bumped the version 🤷‍♀️

Changes look fine: https://github.com/Gnucash/gnucash/releases/tag/4.5
2021-05-05 22:43:09 +02:00
Jan Tojnar 4a5620c143 pantheon.wingpanel-indicator-datetime: Fix build 2021-05-05 22:43:09 +02:00
Jan Tojnar 79bcd4797e pantheon.elementary-code: Fix build with latest Vala 2021-05-05 22:43:09 +02:00
Jan Tojnar 67924b3f45 pantheon.elementary-photos: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar 7676f941a5 pantheon.switchboard-plug-security-privacy: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar 7a0b4f123d pantheon.switchboard-plug-printers: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar b1c5c6ce84 pantheon.elementary-calendar: fix build 2021-05-05 22:43:08 +02:00
Jan Tojnar ab3124de86 pantheon.elementary-music: Fix build with latest Vala 2021-05-05 22:43:07 +02:00
Jan Tojnar c9ec705dac elementary-planner: fix build 2021-05-05 22:43:07 +02:00
Jan Tojnar c1560b5cc3 calls: Fix build 2021-05-05 22:43:07 +02:00
Jan Tojnar 14b9221ad3 poppler_gi: fix build on Darwin 2021-05-05 22:43:07 +02:00
Jan Tojnar 702d3e2794 webkitgtk: Try to fix build on Darwin
- Libmanette and systemd features need to be disabled since they depend on systemd.
- FastMalloc for some reason does not include <malloc/malloc.h> so we added that.
- <CommonCrypto/CommonRandom.h> depends on a type from <CommonCrypto/CommonCryptor.h> but does not include it for some reason, resulting in the following error:

	In file included from ../Source/WTF/wtf/RandomDevice.cpp:44:
	/nix/store/wd30p2pq4lci8fk9fqldkgk1hgmwpapj-Libsystem-1238.60.2/include/CommonCrypto/CommonRandom.h:35:9: error: unknown type name 'CCCryptorStatus'
	typedef CCCryptorStatus CCRNGStatus;

- The GL-related flags were renamed and removed (in previous releases as well) so we switched to the new ones so that GL is still disabled.
- Unrelatedly, `with` statement at the top of the expression is abomination so we narrowed its scope to just meta.
2021-05-05 22:43:07 +02:00
Jan Tojnar c05d8ea394 gst_all_1.gst-plugins-bad: fix build on Darwin 2021-05-05 22:43:06 +02:00
Jan Tojnar 587953e2db librest: enable on Darwin
Not sure if it will work since the certificates file is not present on MacOS AFAICT but it is needed for GTK 4 so 🤷‍♀️.

Also clean up the expression and correct license.
2021-05-05 22:43:06 +02:00
Jan Tojnar 11f0852a64 gnome-latex: fix build with tepl 6
Applying a patch since the app has been archived and will receive no further releases.

Had to rebuild the build scripts with autoreconfHook since the patch modifies configure.ac.

Also cleaned up the expression a bit.
2021-05-05 22:43:06 +02:00
Jan Tojnar f93021816c gnome3.cheese: clean up 2021-05-05 22:43:06 +02:00
Jan Tojnar e477d7fbeb gitg: disable tests
They started faiing with the same issue as before they were enabled in 2019.
I tried running them in xvfb and dbus session (see e.g. libdazzle expression) but without success.
I wonder how it could have worked for so long.ů

I also cleaned up the expression and corrected the license while at it.
2021-05-05 22:43:05 +02:00
Jan Tojnar 8f749012d8 pantheon.elementary-settings-daemon: backport patches for latest libgweather API 2021-05-05 22:43:05 +02:00
Jan Tojnar 9c02e2b93b xdg-desktop-portal-gtk: Clarify gsettings schema deps
org.gnome.settings-daemon.peripherals.mouse and font-related settings of org.gnome.settings-daemon.plugins.xsettings were moved to gsettings-desktop-schemas in GNOME 40, making the remaining whitelisted schemas from g-s-d basically useless.

https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/issues/31
2021-05-05 22:43:04 +02:00
Jan Tojnar 5a37be5fc9 font-manager: 0.8.5-1 → 0.8.6
Fixes a crash with GNOME 40.

https://github.com/FontManager/font-manager/releases/tag/0.8.6

Had to backport patches for the settings to actually work.

https://github.com/FontManager/font-manager/issues/215
2021-05-05 22:43:03 +02:00
Jan Tojnar 0cb07fcdd1 vala-lint: 2020-08-18 → 2021-02-17 2021-05-05 22:43:03 +02:00
Jan Tojnar 878abc6488 nixos/gnome3: Install GNOME Tour
It will be run after startup.
2021-05-05 22:43:02 +02:00
Jan Tojnar e7d20b0b51 gnomeExtensions.gsconnect: 44 → 46 2021-05-05 22:43:02 +02:00
Jan Tojnar 316928e8c1 nixos/gnome3: Enable power-profiles-daemon
GNOME 40 added support for it in Control Center.
2021-05-05 22:43:01 +02:00
Jan Tojnar 49ae2e4c26 gnome3.gnome-getting-started-docs: drop
It has been retired

https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/353
2021-05-05 22:43:01 +02:00
Jan Tojnar 01b7d0b27d deja-dup: 42.6 → 42.7
https://gitlab.gnome.org/World/deja-dup/-/tags/42.7
2021-05-05 22:43:01 +02:00
Jan Tojnar 99e679eeb9 libvirt-glib: 3.0.0 → 4.0.0 2021-05-05 22:43:00 +02:00
Jan Tojnar e5084b2abd gnome3.sushi: Remove clutter dependency
Not used since 3.33.0.
2021-05-05 22:43:00 +02:00
Jan Tojnar 1b09f6b7f0 pidgin-sipe: Fix build with latest GLib 2021-05-05 22:43:00 +02:00
Jan Tojnar d4e741f6dc pantheon.appcenter: Fix build
Use upstream patch.

To make it apply, we need to update the src hash, which r-ryantm did not do during the version bump: https://github.com/NixOS/nixpkgs/pull/101311
2021-05-05 22:43:00 +02:00
Jan Tojnar 804b04e1bc libunity: unstable-2019-03-19 → unstable-2021-02-01
Fix build with latest Vala.
2021-05-05 22:42:59 +02:00
Jan Tojnar bf9c36fb62 appstream: 0.14.0 -> 0.14.3
Fixes build with recent glib. Also clean up.
2021-05-05 22:42:59 +02:00
Jan Tojnar 820dbe6d27 libpst: 0.6.75 → 0.6.76 2021-05-05 22:42:59 +02:00
Jan Tojnar 09adfbdc5e gtranslator: 3.38.0 → 40.0 2021-05-05 22:42:59 +02:00
Jan Tojnar 788529798b pitivi: 2020.09.2 → 2021.01 2021-05-05 22:42:59 +02:00
Jan Tojnar 913123f3b1 rl-2105: Mention GNOME 40 2021-05-05 22:42:58 +02:00
Jan Tojnar 63f37c7a6f gnome3.gnome-keyring: 3.36.0 → 40.0 2021-05-05 22:42:58 +02:00
Jan Tojnar 74ad510139 gnome3.gnome-books: 3.34.0 → 40.0 2021-05-05 22:42:58 +02:00
Jan Tojnar 0caeca699c gnome3.gnome-flashback: 3.38.0 → 3.40.0 2021-05-05 22:42:58 +02:00
Jan Tojnar d549160124 gnome3.metacity: 3.38.0 → 3.40.0 2021-05-05 22:42:57 +02:00
Jan Tojnar 11d04ee64c gnome3.gnome-applets: 3.38.0 → 3.40.0 2021-05-05 22:42:57 +02:00
Jan Tojnar 6de709dfe8 gnome3.gnome-panel: 3.38.0 → 3.40.0 2021-05-05 22:42:57 +02:00
Jan Tojnar d71979ce72 gnome3.iagno: fix build with latest Vala 2021-05-05 22:42:57 +02:00
Jan Tojnar a94c540eef gnome3.gnome-taquin: fix build with latest Vala 2021-05-05 22:42:57 +02:00
Jan Tojnar 81f75adc01 gnome3.gnome-nibbles: fix build with latest Vala 2021-05-05 22:42:56 +02:00
Jan Tojnar e235c63838 gnome3.dconf-editor: 3.38.2 → 3.38.3 2021-05-05 22:42:56 +02:00
Jan Tojnar 25c1e07188 speechd: Fix build with Glib 2.68 2021-05-05 22:42:56 +02:00
Jan Tojnar 58fce4e270 gimp: 2.10.22 → 2.10.24
https://www.gimp.org/news/2021/03/29/gimp-2-10-24-released/
2021-05-05 22:42:56 +02:00
Jan Tojnar 9c15c51d9a gegl_0_4: 0.4.28 → 0.4.30
Fixes build with GLib 2.68
2021-05-05 22:42:55 +02:00
Jan Tojnar 30ad69b85a zeitgeist: 1.0.2 → 1.0.3
Also fix build with Vala 0.52.
2021-05-05 22:42:55 +02:00
Jan Tojnar 09ab9ec7bf umockdev: clean up 2021-05-05 22:42:55 +02:00
Jan Tojnar 2b9c8ba171 umockdev: Fix build with Vala 0.52 2021-05-05 22:42:55 +02:00
Jan Tojnar 64d5bb723f gnome3.libgnome-games-support: 1.8.0 → 1.8.1 2021-05-05 22:42:55 +02:00
Jan Tojnar 9ddb819ed8 gnome3.gnome-bluetooth: 3.34.3 → 3.34.5
- clean up
- remove intltool dependency https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/commit/e8ad2adfebd6821b459f1d6ba6a8c6f243fcb482
2021-05-05 22:42:54 +02:00
Jan Tojnar 1a7ac9640a inkscape: Fix build with glib 2.68 2021-05-05 22:42:54 +02:00
Jan Tojnar 14a1fc1e4b gnome3.cheese: fix build 2021-05-05 22:42:54 +02:00
Jan Tojnar 3a669c7106 libblockdev: fix build with glib 2.68 2021-05-05 22:42:54 +02:00
Jan TojnarandMaxine Aubrey 103625a915 yelp-tools: 3.38.0 → 40.0
Co-Authored-By: Maxine Aubrey <maxeaubrey@gmail.com>
2021-05-05 22:42:54 +02:00
Jan Tojnar 7ba1be0f55 libgweather: 3.36.1 → 40.0 2021-05-05 22:42:53 +02:00
Jan Tojnar 312598aaf7 libgweather: clean up 2021-05-05 22:42:53 +02:00
Jan Tojnar 521efa2798 gnome3.yelp-xsl: 3.38.3 → 40.0 2021-05-05 22:42:53 +02:00
Jan Tojnar a79f1aa25c gnome3.yelp: 3.38.3 → 40.0 2021-05-05 22:42:53 +02:00
Jan Tojnar 5d56d0164e gnome3.tali: 3.38.3 → 40.0 2021-05-05 22:42:53 +02:00
Jan Tojnar bac9ade59a gnome3.mutter: 3.38.3 → 40.0 2021-05-05 22:42:52 +02:00
Jan Tojnar 61d8ef2312 gnome3.lightsoff: 3.38.0 → 40.0.1 2021-05-05 22:42:52 +02:00
Jan Tojnar c4a25bb684 gnome3.gnome-system-monitor: 3.38.0 → 40.1 2021-05-05 22:42:52 +02:00
Jan Tojnar ef7a8bee48 gnome3.gnome-sudoku: 3.38.0 → 40.1 2021-05-05 22:42:52 +02:00
Jan Tojnar 91943886ef gnome3.gnome-software: 3.38.0 → 40.1 2021-05-05 22:42:52 +02:00
Jan Tojnar c95e3824c9 gnome3.gnome-shell-extensions: 3.38.2 → 40.0 2021-05-05 22:42:51 +02:00
Jan Tojnar 4254112682 gnome3.gnome-settings-daemon: 3.38.1 → 40.0.1 2021-05-05 22:42:51 +02:00
Jan Tojnar bb1b659f0a gnome3.gnome-session-ctl: 3.38.0 → 40.0 2021-05-05 22:42:51 +02:00
Jan TojnarandMaxine Aubrey 5ca876c734 gnome3.gnome-session: 3.38.0 → 40.1.1
Co-Authored-By: Maxine Aubrey <maxeaubrey@gmail.com>
2021-05-05 22:42:51 +02:00
Jan Tojnar 0a1d2bbc66 gnome3.gnome-robots: 3.38.0 → 40.0 2021-05-05 22:42:51 +02:00
Jan TojnarandMaxine Aubrey cac228bdd3 gnome3.gnome-font-viewer: 3.34.0 → 40.0
Co-Authored-By: Maxine Aubrey <maxeaubrey@gmail.com>
2021-05-05 22:42:50 +02:00
Jan Tojnar a1d088c545 gnome3.gnome-disk-utility: 3.38.2 → 40.1 2021-05-05 22:42:50 +02:00
Jan Tojnar b0c88dad56 gnome3.gnome-dictionary: 3.26.1 → 40.0 2021-05-05 22:42:50 +02:00
Jan Tojnar e793314b7d python38Packages.pyatspi: 2.38.0 → 2.38.1 2021-05-05 22:42:49 +02:00
Jan TojnarandMaxine Aubrey b841d1cd50 orca: 3.38.2 → 40.0
Co-Authored-By: Maxine Aubrey <maxeaubrey@gmail.com>
2021-05-05 22:42:49 +02:00
Jan TojnarandMaxine Aubrey cb411dab33 gtkmm3: 3.24.3 → 2.24.4
Co-Authored-By: Maxine Aubrey <maxeaubrey@gmail.com>
2021-05-05 22:42:48 +02:00