Commit graph

287290 commits

Author SHA1 Message Date
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 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