This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/meson.build b/meson.build | |
| index 4dab52528c..132912ff82 100644 | |
| --- a/meson.build | |
| +++ b/meson.build | |
| @@ -32,7 +32,7 @@ tasks_deps = [ | |
| dependency('champlain-gtk-0.12'), | |
| dependency('clutter-1.0'), | |
| dependency('clutter-gtk-1.0'), | |
| - dependency('geocode-glib-1.0'), | |
| + dependency('geocode-glib-2.0'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function bind_bang | |
| switch (commandline -t) | |
| case "!" | |
| commandline -t $history[1]; commandline -f repaint | |
| case "*" | |
| commandline -i ! | |
| end | |
| end | |
| function bind_dollar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The Meson build system | |
| Version: 0.61.2 | |
| Source dir: /build/source | |
| Build dir: /build/source/build | |
| Build type: native build | |
| Project name: com.github.alainm23.planner | |
| Project version: 3.0.9 | |
| C compiler for the host machine: gcc (gcc 11.3.0 "gcc (GCC) 11.3.0") | |
| C linker for the host machine: gcc ld.bfd 2.38 | |
| Vala compiler for the host machine: valac (valac 0.56.2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| this derivation will be built: | |
| /nix/store/zkxxf683w022f4654gg2qlkx7bg46phh-elementary-calendar-6.1.1.drv | |
| building '/nix/store/zkxxf683w022f4654gg2qlkx7bg46phh-elementary-calendar-6.1.1.drv'... | |
| unpacking sources | |
| unpacking source archive /nix/store/ya8vs8yviwxifn76adqic53dzp2ma2l3-source | |
| source root is source | |
| patching sources | |
| patching script interpreter paths in meson/post_install.py | |
| meson/post_install.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/ddhcwc8k9ma093n5vlpa9l617p4q2cax-python3-3.10.5/bin/python3" | |
| configuring |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { lib | |
| , stdenv | |
| , fetchFromGitHub | |
| , nix-update-script | |
| , meson | |
| , ninja | |
| , pkg-config | |
| , python3 | |
| , vala | |
| , wrapGAppsHook |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| these 5 derivations will be built: | |
| /nix/store/54cqbf00qfr6hsp8g2r5cmcx8lib2j47-source.drv | |
| /nix/store/argxb65zd54q2ph1m55iajzjiz0xv85c-libxmlb-0.3.7.drv | |
| /nix/store/krvyc5dva94ipkw60qjh87v7325cc1ni-fix-paths.patch.drv | |
| /nix/store/vzkxp8b8fjqszgsbi0xhhbh4awd3cadm-source.drv | |
| /nix/store/yzdv81zdmman474fm0pyahah34g2fc87-appstream-0.15.2.drv | |
| these 155 paths will be fetched (157.38 MiB download, 876.65 MiB unpacked): | |
| /nix/store/04g35l60rnnk185zwp1gl0zziiaf8yyi-mirrors-list | |
| /nix/store/06c43d6nx5rizspjycgfd44rgnh236hn-libidn2-2.3.2 | |
| /nix/store/0mdsnsdq7077hp5krhciackxm95h8yzs-libxslt-1.1.34-bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From a332decaa3952dcfb55a20a950d1ebf33b449a46 Mon Sep 17 00:00:00 2001 | |
| From: Bobby Rong <rjl931189261@126.com> | |
| Date: Thu, 13 Jan 2022 14:13:07 +0800 | |
| Subject: [PATCH] pantheon: test meson 0.61 | |
| --- | |
| pkgs/desktops/pantheon/apps/appcenter/default.nix | 4 ++-- | |
| .../pantheon/apps/elementary-calculator/default.nix | 4 ++-- | |
| .../pantheon/apps/elementary-calendar/default.nix | 4 ++-- | |
| pkgs/desktops/pantheon/apps/elementary-camera/default.nix | 4 ++-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 9ff45a9519183ac0533abc348cbfcd139fccfad3 Mon Sep 17 00:00:00 2001 | |
| From: Bobby Rong <rjl931189261@126.com> | |
| Date: Fri, 8 Oct 2021 21:12:08 +0800 | |
| Subject: [PATCH] 41 | |
| --- | |
| .../x11/desktop-managers/pantheon.nix | 6 +- | |
| .../gnome-settings-daemon/3.38/default.nix | 135 -------------- | |
| .../3.38/fix-paths.patch | 15 -- | |
| .../core/gnome-settings-daemon/default.nix | 2 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 236a1253dbdab5a760aaa6eb9b3f0a7bd64ce285 Mon Sep 17 00:00:00 2001 | |
| From: Bobby Rong <rjl931189261@126.com> | |
| Date: Fri, 8 Oct 2021 10:41:04 +0800 | |
| Subject: [PATCH] 3.36 | |
| --- | |
| .../x11/desktop-managers/pantheon.nix | 6 +- | |
| .../{3.38 => 3.36}/default.nix | 22 +++--- | |
| .../{3.38 => 3.36}/fix-paths.patch | 0 | |
| .../core/mutter/{3.38 => 3.36}/default.nix | 10 ++- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| these derivations will be built: | |
| /nix/store/c61qypdaa8lwqzc1jvx3yz02xq3nwx9c-gala-6.2.1.drv | |
| building '/nix/store/c61qypdaa8lwqzc1jvx3yz02xq3nwx9c-gala-6.2.1.drv'... | |
| unpacking sources | |
| unpacking source archive /nix/store/iz46f6593cmg6dhavbwmrz5a1xrqqdb9-source | |
| source root is source | |
| patching sources | |
| applying patch /nix/store/apgddji40b33ksvljjxz5n3071aw0ldw-plugins-dir.patch | |
| patching file meson.build | |
| applying patch /nix/store/4v9873w5kmpk508x4yz1j3xiqq1lfajl-d425959aa2b9b9ac7ef622f601f3de1ca8ee768a.patch |