diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-08-23 17:24:09 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-09-17 16:29:33 +0200 |
commit | ce8e9999eb59e9d0f5c5063f95a089333835b276 (patch) | |
tree | 0d7ee27cc82972b630c769ca5d6f65534512a0c4 /net-im/dissent/files/patch-vendor | |
parent | x11-toolkits/libspelling: add new port (diff) |
net-im/dissent: update to 0.0.30
Changes: https://github.com/diamondburned/dissent/releases/tag/v0.0.28
Changes: https://github.com/diamondburned/dissent/releases/tag/v0.0.29
Changes: https://github.com/diamondburned/dissent/releases/tag/v0.0.30
Diffstat (limited to 'net-im/dissent/files/patch-vendor')
-rw-r--r-- | net-im/dissent/files/patch-vendor | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-im/dissent/files/patch-vendor b/net-im/dissent/files/patch-vendor new file mode 100644 index 000000000000..d6b5a47fd160 --- /dev/null +++ b/net-im/dissent/files/patch-vendor @@ -0,0 +1,28 @@ +internal/messages/composer/input_good_os.go:11:2: cannot find module providing package libdb.so/gotk4-sourceview/pkg/gtksource/v5: import lookup disabled by -mod=vendor +internal/messages/composer/input_good_os.go:12:2: cannot find module providing package libdb.so/gotk4-spelling/pkg/spelling: import lookup disabled by -mod=vendor +vendor/libdb.so/gotk4-spelling/pkg/pkg/spelling/spelling-text-buffer-adapter.go:13:2: cannot find module providing package libdb.so/gotk4-sourceview/pkg/gtksource/v5: import lookup disabled by -mod=vendor + +--- internal/messages/composer/input_good_os.go.orig 2024-08-27 09:35:53 UTC ++++ internal/messages/composer/input_good_os.go +@@ -8,8 +8,8 @@ import ( + "github.com/diamondburned/gotk4/pkg/gtk/v4" + "github.com/diamondburned/gotkit/app" + "github.com/diamondburned/gotkit/app/prefs" +- "libdb.so/gotk4-sourceview/pkg/gtksource/v5" +- "libdb.so/gotk4-spelling/pkg/spelling" ++ "libdb.so/gotk4-sourceview/pkg/pkg/gtksource/v5" ++ "libdb.so/gotk4-spelling/pkg/pkg/spelling" + ) + + var spellCheck = prefs.NewBool(true, prefs.PropMeta{ +--- vendor/libdb.so/gotk4-spelling/pkg/pkg/spelling/spelling-text-buffer-adapter.go.orig 2024-08-18 08:25:54 UTC ++++ vendor/libdb.so/gotk4-spelling/pkg/pkg/spelling/spelling-text-buffer-adapter.go +@@ -10,7 +10,7 @@ import ( + coreglib "github.com/diamondburned/gotk4/pkg/core/glib" + "github.com/diamondburned/gotk4/pkg/gio/v2" + "github.com/diamondburned/gotk4/pkg/gtk/v4" +- "libdb.so/gotk4-sourceview/pkg/gtksource/v5" ++ "libdb.so/gotk4-sourceview/pkg/pkg/gtksource/v5" + ) + + // #include <stdlib.h> |