Commit graph

287276 commits

Author SHA1 Message Date
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
Hernawan Fa'iz Abdillah c7658c2292
gpaste: 3.38.5 → 3.40.1 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